To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62636
------- Additional comments from [EMAIL PROTECTED] Sat Sep 23 09:04:09 -0700 2006 ------- I dropped some debugging code in idl/source/prj/svidl.cxx to see what's going on and found that the temporary files are not very unique. For windows: svCCC.tmp with CCC three letters corresponding to the current millisecond - well, some computers are quite fast so hitting the same millisecond is not too hard. For UNX it's 5 digit microseconds, modulo 26^3 - that wraps every 17us. I'm testing the following patch, UNX should use mkstemp() but this might be "good enough". @ause: Can you assign this issue to someone who is familiar with the ancient code in tools/source/fsys/ ? @cloph: Can you test if it helps for you? --------------------------------------------------------------------- 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]
