To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62080
                  Issue #:|62080
                  Summary:|cppu::OWeakConnectionPoint::dispose fails when
                          |DisposedExceptions are thrown
                Component:|udk
                  Version:|680m156
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Wed Feb 15 02:37:35 -0800 
2006 -------
In cppuhelper/source/weak.cxx 1.9, cppu::OWeakConnectionPoint::dispose should
notify all listeners, even if notifying some listener leads to a
RuntimeException (e.g., a DisposedException); it is vital that every listener is
informed about the dispose, otherwise a listener might access the weakly held,
already destroyed object later on.

(There are problably more places where this dispose-notification-pattern is
broken.  For consistency, fixes should catch and ignore all RuntimeExceptions,
not just DisposedException.)

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