To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43265
User pl changed the following:
What |Old value |New value
================================================================================
Assigned to|pl |fme
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Feb 25 04:10:48 -0800
2005 -------
i tracked the not closed files to writer; what i did was get a stack trace on
each osl_openFile in /var/tmp (as these were the ones not closed) and each
osl_closeFile. And indeed some files were not closes after printing. I'll attach
the produced stacks.
The stacks show the file opening in unsigned char SwMirrorGrf::PutValue(const
com::sun::star::uno::Any&,unsigned char); but this is not really true (which one
can also see from the large offset of the program counter from that specific
symbol); however the function in question
(SvStream*utl::UcbStreamHelper::CreateStream(com::sun::star::uno::Reference<com::sun::star::io::XStream>))
gets called in three places in sw/source/core/graphic/ndgrf.cxx and in some code
paths in there the file does not get closed. Since the not closed temp files are
always graphics in various formats i think that ndgrf.cxx is the likely culprit.
Hope this helps.
---------------------------------------------------------------------
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]