c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03451
[Bug 539078] Re: Server hangs when critical test fails
*** This bug is a duplicate of bug 574874 ***
https://bugs.launchpad.net/bugs/574874
This is caused by some background thread not properly dying upon sys.exit(), as reported in other similar threads.
Marking as duplicate of related bug.
Thanks!
** This bug has been marked a duplicate of bug 574874
NETRPC Server Hangs and XMLRPC errors on SIGINT with python 2.6.5
* You can subscribe to bug 574874 by following this link: https://bugs.launchpad.net/openobject-server/+bug/574874/+subscribe
--
Server hangs when critical test fails
https://bugs.launchpad.net/bugs/539078
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: New
Bug description:
Whe an XML test fails with level=critical (or above the level stated in the server's configuratio nfile), the server is supposed to stop to a halt.
But in the latest 5.0-bzr the process will not return in such circumstances, and the server will stay "frozen" until it's killed.
Lionel