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


User mav changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|mav                       |cl
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Aug 10 02:39:20 -0700 
2005 -------
I have submitted a new issue 53144 for the late death of the DocumentHolders. So
currently the issue is only about the assertions.

As for the assertions, in general, theoretically it is possible that the
document holder is notified about termination before the container ( as I
suspected in the previous comment ). But in this case the problem is that the
objects are leaked, they are never closed. Moreover is looks like related
SdrOle2Obj objects are leaked and as result the embedded objects are not closed
correctly.

It was problematic to investigate original scenario since the drag-and-drop
operation does not allow to use breakpoints, so I have used one related to
another issue:
- insert an embedded objec in draw
- insert a rectangle
- select the object and the rectangle and copy to clipboard
- paste to a new calc document
- close all documents

During inserting into calc document the leaked object seems to be created in the
method "SdTransferable::GetData()" in the statement
"SdDrawDocument* pDoc = dynamic_cast< SdDrawDocument* >(
pSdViewIntern->GetAllMarkedModel() );"
I suppose that something similar happens in case of the original scenario.

MAV->CL: Could you please take a look.


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