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


User af changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb  2 01:45:15 -0800 
2005 -------
As a result of DrawController::dispose() forwarding its call to
SfxBaseController::dispose() the side panes are closed and finally the
ViewShellBase destructor is called.  Closing the side panes results in the
PaneManager removing the associated shells from the stack.  Since this is a
stack we first remove the shells above those belonging to the side pane and
after all is done we add them again.  This adding causes the crash since it is
done at a time when this is not allowed anymore.

The solution will be to remove all sd shells from the shell steck when the
DrawController is disposed.

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