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


User fs changed the following:

                  What    |Old value                 |New value
================================================================================
          Target milestone|---                       |OOo 2.0.3
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb  8 03:37:12 -0800 
2006 -------
This seem to be a threading problem.
- Thread A destroyes a ScShapeObj, which resets the mxUnoShape
  at the SdrObject.
- Thread B closes the document, and thus deletes all SdrObjects. Since
  mxUnoShape is already reset to NULL, the SdrObject cannot notify its SvxShape
  anymore.
- Thread B now proceedes to broadcasting a HINT_MODELCLEARED.
  The SvxShape then accesses a dead SdrObject.

Since this timing problem only indirectly depends on the nonpro/pro version of
OOo, but in theory also could happen in a pro build, I raise that target to 
2.0.3.

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