search for: __nptl_deallocate_tsd

Displaying 5 results from an estimated 5 matches for "__nptl_deallocate_tsd".

2011 Aug 17
0
segfault while unloading libvirt provider.
I have a CIM provider that just calls virConnectOpen("qemu:///system"); and virConnectClose(). When cimom unloads this provider segfaults - #0 0x000000305b420cd0 in ?? () (gdb) bt #0 0x000000305b420cd0 in ?? () #1 0x00000031a3e05ad9 in __nptl_deallocate_tsd () from /lib64/libpthread.so.0 #2 0x00000031a3e0674b in start_thread () from /lib64/libpthread.so.0 #3 0x00000031a32d3d1d in clone () from /lib64/libc.so.6 If I remove virConnectOpen and virConnectClose, the provider unloads without any problem. I am using RHEL 5.5 with libvirt-0.6.3-33.el5 an...
2008 Jul 30
0
Evolution Calendar crash
...e. #6 0x001223b0 in pthread_mutex_lock () from /lib/libpthread.so.0 No symbol table info available. #7 0x008877c2 in PR_Lock () from /usr/lib/libnspr4.so No symbol table info available. #8 0x0088c8d5 in PR_ProcessExit () from /usr/lib/libnspr4.so No symbol table info available. #9 0x0011fb8c in __nptl_deallocate_tsd () from /lib/libpthread.so.0 No symbol table info available. #10 0x00120479 in start_thread () from /lib/libpthread.so.0 No symbol table info available. #11 0x04f4adbe in clone () from /lib/libc.so.6 No symbol table info available. Thread 1 (Thread -1208465712 (LWP 3028)): #0 0x00cf6402 in __kern...
2019 Oct 11
3
[PATCH NOT WORKING nbdkit v2 0/2] vddk: Restructure plugin to allow greater parallelism.
...lled after forking and just before accepting any client connection. The idea would be that plugins could start background threads here. However this doesn't work well in practice because plugins which do start any background threads seem to always get a segfault at shutdown, with a race between __nptl_deallocate_tsd and some code being unloaded (I'm not sure exactly what). Part 2/2 restructures the VDDK plugin. This time I fixed the message passing so it doesn't deadlock as it did before. I thought that this patch might have solved the other VDDK problem we have around "Resolve Host" takin...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
...lStack() /usr/local/google/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:186:3 #4 0x5209f5 in __asan::AsanThread::Destroy() /usr/local/google/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/asan/asan_thread.cc:110:40 #5 0x7fd75802df81 in __nptl_deallocate_tsd /build/eglibc-oGUzwX/eglibc-2.19/nptl/pthread_create.c:158 #6 0x7fd75802e196 in start_thread /build/eglibc-oGUzwX/eglibc-2.19/nptl/pthread_create.c:325 #7 0x7fd744ee337c in clone /build/eglibc-oGUzwX/eglibc-2.19/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:111 -------------- next part -...
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...gle/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:186:3 > > #4 0x5209f5 in __asan::AsanThread::Destroy() > /usr/local/google/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/asan/asan_thread.cc:110:40 > > #5 0x7fd75802df81 in __nptl_deallocate_tsd > /build/eglibc-oGUzwX/eglibc-2.19/nptl/pthread_create.c:158 > > #6 0x7fd75802e196 in start_thread > /build/eglibc-oGUzwX/eglibc-2.19/nptl/pthread_create.c:325 > > #7 0x7fd744ee337c in clone > /build/eglibc-oGUzwX/eglibc-2.19/misc/../sysdeps/unix/sysv/linux/x86_64/clone...