To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





------- Additional comments from [EMAIL PROTECTED] Fri Sep  9 04:31:07 -0700 
2005 -------
So, I cleaned up the VCL part of the patch by doing a few changes:
svmain() is now separated in two parts, a hook and the real method. The hook is
used to create a new thread which in turn does not call svmain() again but only
the second part. So the race condition is gone and I removed the corresponding
static variable. The hook comes in its own file (svmainhook.cxx) which is
included in the attachement together with the patch. Additionally I removed a
warning and changed sleep() into usleep() because sleep() only accepts integers,
i.e. full seconds.
This patch is now always active on MacOSX and does no version check. I think
this is good, because then we have the same (critical) code running on all
platform which will help us to detect potential problems easier.

In jvmfwk I would always use the 1_4 constant when running on MACOSX and remove
the MAJOR/MINOR BUILD stuff.


---------------------------------------------------------------------
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]

Reply via email to