To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105239
                 Issue #|105239
                 Summary|sfx2: ImeStatusWindow can access destroyed SfxApplicat
                        |ion
               Component|framework
                 Version|DEV300m59
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|sb





------- Additional comments from s...@openoffice.org Mon Sep 21 11:05:36 +0000 
2009 -------
ImeStatusWindow (sfx2/source/appl/imestatuswindow.cxx) has a plain C++ reference
to SfxApplication (m_rApplication) which it dereferences in
ImeStatusWindow::propertyChange.  During OOo shut down, a call to
ImeStatusWindow::propertyChange can come in after SfxApplication has already
been destroyed (as happened to me with an intermediate state of the configmgr
re-implementation, issue 101955, where all changes to the configuration were
broadcast to all listeners registered on any part of the configuration).

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to