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 libc/2377] Deadlock between dlclose and c++ exception/unwind


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-02-21 17:02 -------
Example test case log:

parent   main:        called dlopen
parent   main:        calling dlsym for lib_func
parent   main:        calling lib_func
parent   lib_func:    arg1=test string
parent   lib_func:    thread created, rc=0
parent   main:        back, sleep(2)...
child    run_it:      new thread
child    run_it:      sleep(3)...
parent   main:        calling dlclose
parent   fini_Lib:    calling pthread_join
child    run_it:      awake again
child    run_it:      throw (this might hang)

-- 


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.


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