Some investigation and a temporary solution....

So, it would seem that sys.exit(0), as called by the SIGINT handler, is not 
successfully causing the application to end.  Rather, program execution 
continues to the endless loop at the bottom of openerp-server.py

I've temporarily replaced sys.exit(0) with os._exit(0), which has the desired 
effect. 

I'd still appreciate any suggests as to how this might be properly solved.

Thanks!

------------------------
--phil




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=54260#54260

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to