To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53148
------- Additional comments from [EMAIL PROTECTED] Tue Aug 30 14:37:48 -0700 2005 ------- Thanks! dmake/unix/runargv.c - line 152 calls fork without flushing stdout first. <http://aplawrence.com/Bofcusm/1819.html> gives a nice explanation of the problem. Definitely a flush() is missing Something like: if( flush() ) Fatal("%s: %s", argv[0], strerror( errno )); is missing in line 151. --------------------------------------------------------------------- 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]
