From 417af815269ebb26ea9768fa69e970111a47224b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 14 Nov 2001 20:26:00 +0000 Subject: Instead of doing pthread_exit() after redirecting the SEGV, try to lock a * main.c (segv_redirect): Instead of doing pthread_exit() after redirecting the SEGV, try to lock a mutex we know is already locked. This will hopefully help debug a bunch of bugs where the crashed thread seems to be missing from the bug-buddy report. svn path=/trunk/; revision=14699 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index a2e8eadb14..76e3a63141 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-11-14 Dan Winship + + * main.c (segv_redirect): Instead of doing pthread_exit() after + redirecting the SEGV, try to lock a mutex we know is already + locked. This will hopefully help debug a bunch of bugs where the + crashed thread seems to be missing from the bug-buddy report. + 2001-11-13 Jeffrey Stedfast * mail-session.c (pass_got): Call e_passwords_remember_password() -- cgit v1.2.3