On 02/01/2017 16:02, Gerry Hickman wrote: > Mason83 wrote: > >> When you kill SM with "End Task", SM generates a stack dump. >> What do you have in about:crashes ? > > There's only two reports from 2014 and 2015, nothing from today. > It was a "hang" rather than a "crash", but "End Task" did close it. > I forgot to mention that one of the CPUs was also locked at 100%
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. Regards. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

