Mason83 wrote:
My bad. "End Task" probably sends the Windows equivalent of SIGKILL,
i.e. a signal that kills a process without giving it a chance to
perform the "last rites" ;-)

Hence no stack unwinding from the breakpad signal handler.

Question to Windows admins: is there a way to send the equivalent
of SIGTERM to a process? I.e. request graceful termination.

It probably tries SIGTERM (WM_CLOSE), but then ends up doing SIGKILL.

--
Gerry Hickman (London UK)
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to