Comment 5 for bug 345633

Revision history for this message
Philippe Normand (philn) wrote : Re: [Bug 345633] Re: elisa hangs and crashes on Solaris

http://docs.python.org/library/os.html#os._exit

So it makes sense to use os._exit() only for forked process, which I
guess concerns only the gst_metadata thing.

Brian, can you try to only change this file and see if it works?

elisa-plugins-bad-0.5.32/elisa/plugins/amp/slave.py

Le vendredi 20 mars 2009 à 18:05 +0000, yippi a écrit :
> Doing a Google search, it does seem that os._exit() is reported to work better with multithreaded programs. For example:
>
> http://mail.python.org/pipermail/python-list/2005-July/333642.html
> http://code.djangoproject.com/ticket/6175
>