This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/2306] deferred cancellation fires during signal handler execution


------- Additional Comments From kpfleming at digium dot com  2006-02-10 20:08 -------
We are using NPTL, and no I cannot create a simple testcase...

However, this issue can be closed, because it appears to be a bug in our code.
We are setting the thread to DETACHED, but then trying to pthread_join() on it
before unloading the module that created it. On a 32-bit distro, this seems to
work fine (although it is contrary to the documentation), but on the 64-bit
system is segfaults (presumably because the module has been freed from memory
while the thread is still executing). The backtrace, while consistent, appears
to be misleading at best :-)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=2306

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]