To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87197
User iha changed the following:
What |Old value |New value
================================================================================
CC|'' |'iha,mav,mba'
--------------------------------------------------------------------------------
Assigned to|iha |fs
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Apr 3 13:20:19 +0000
2008 -------
The problem is the following:
In SfxBaseModel::ListenForStorage_Impl a DocumentStorageModifyListener is
created and added to a storage for modified-notifications. The mutex from the
SfxBaseModel is given and hold per reference.
In the reload scenario now the listener object gets disposed in
SfxBaseModel::dispose() but it is not deregistered from the storage.
Later on when the storage should be released it tries to send a last modified
call to the already disposed listener which now uses the broken mutex which is a
reference to a member of the already deleted SfxBaseModel.
->fs: As you did the last changes in sfxbasemodel,cxx v 1.137 touching the
affected listener I suppose you are the best one to fix this problem. It is not
quite clear to me how to get the correct storage to deregister.
---------------------------------------------------------------------
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]