To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93731
------- Additional comments from [EMAIL PROTECTED] Wed Sep 24 13:00:20 +0000 2008 ------- Implementing a watchdog does not work because after a kill(0,pid) it's not possible to obtain the exit code of the process and waitpid() does not work if the soffice process isn't a child of the watchdog (ECHILD). So we have to fork the soffice process from the signal handler after a crash. This works but I'm not sure about possible side effects. IMHO this is to dangerous to integrate it now so 3.0.1 fits best. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
