bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12544: -r110296..110297 causes random crashes in optimized build on


From: Fabrice Popineau
Subject: bug#12544: -r110296..110297 causes random crashes in optimized build on Windows
Date: Mon, 1 Oct 2012 13:32:13 +0200


I think I fixed this in trunk revision 110318.  The problem was that
the call to term_ntproc, as part of shutting down Emacs, deleted the
critical sections used by the timer threads and by setitimer, so any
call to setitimer after that would use an invalid critical section
object.  I now make sure any calls to setitimer after deleting the
critical sections will return immediately without doing anything.


The explanation seems fine. The experimentation too : I did a bootstrap
(64bits full optimization). It ran smoothly.

Great job.

Fabrice


reply via email to

[Prev in Thread] Current Thread [Next in Thread]