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/2748] Cancel from printf not calling the cancel handler


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-09 22:27 -------
Looks like we get into vfprintf which calls _pthread_cleanup_pop_restore() which
detects the defered cancellation and we fail into CANCELLATION_P (self). This
ends up calling pthread_unwind which (atleast for powerpc) ends up in the libgcc
unwind code. This where things go badly,

-- 


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

------- 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]