public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/2377] New: Deadlock between dlclose and c++ exception/unwind
@ 2006-02-21 16:52 sjmunroe at us dot ibm dot com
  2006-02-21 16:55 ` [Bug libc/2377] " sjmunroe at us dot ibm dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-02-21 16:52 UTC (permalink / raw)
  To: glibc-bugs

In this case an application is calling a library via dlopen/dlsym/dlclose. This
library created a service thread that it needs to terminate when dlclose is
called. But if the service thread takes an exception after the call to dlclose
and the libraries call to pthread_join then the service thread will hang in the
unwind code and the join will never complete.

-- 
           Summary: Deadlock between dlclose and c++ exception/unwind
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P1
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: sjmunroe at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc64-linux
GCC target triplet: powerpc-linux


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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-02 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-21 16:52 [Bug libc/2377] New: Deadlock between dlclose and c++ exception/unwind sjmunroe at us dot ibm dot com
2006-02-21 16:55 ` [Bug libc/2377] " sjmunroe at us dot ibm dot com
2006-02-21 17:00 ` sjmunroe at us dot ibm dot com
2006-02-21 17:02 ` sjmunroe at us dot ibm dot com
2006-02-21 17:11 ` sjmunroe at us dot ibm dot com
2006-03-20 22:30 ` rsa at us dot ibm dot com
2006-03-21 20:36 ` rsa at us dot ibm dot com
2006-05-02 22:02 ` drepper at redhat dot com
2010-09-02 15:52 ` schwab at linux-m68k dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).