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





------- Additional comments from [EMAIL PROTECTED] Sat Apr 15 12:24:33 -0700 
2006 -------
The tmpfile code is confusing to me. The Patricks code (with the explanations)
are in http://porting.openoffice.org/servlets/ReadMsg?list=dev&msgNo=15387

When running OOo 2.0.2 for Mac, the /tmp is used for some OOo stuff, but when
documents are opened, they show up in /var/tmp/, in folder like: sv9jj.tmp.
Those files are cleaned by OOo when the application is closed, but obviously not
when OOo crashes or in other unusual circumstances.

So the problem does exist.

Looking at the Patricks diff, the important parts are: 
1) Mac OS X does not have TEMP environment variable, TMPDIR should be used 
instead.
2) The P_tmpdir (defined in stdio.h) should not be used as the last fallback
(because it points to /var/tmp). Instead "/tmp" should be used as the last 
fallback.

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