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


User as changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Dec 15 06:10:57 -0800 
2005 -------
The probem behind: some stacktraces showed us, that it's possible that AutoSvae/
SessionSave runs into trouble by accessing disposed documents. That's why the 
core implementation started listening for disposing() events on its documents.

But then session save was broken. Because:
session save stores all documents ... and afterwards it tried to close all 
these 
documents. During closing it get's disposing(9 events ... and deregister all 
these 
documents from the configuration again. The result: a filled configuration for 
session 
save will be cleared by session save itself .-)

Now this disposing() listening was removed again. Because every document must 
send an OnUnload event in case it's closed/disposed/or removed otherwise.
So disposed documents shouldnt occure. Otherwise it's not a bug of AutoSave ... 
then it's a bug inside the document implementation.

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