To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114198
                 Issue #|114198
                 Summary|sw: NULL pIndex in SwCallLink::~SwCallLink
               Component|Word processor
                 Version|OOO320m12
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ama
             Reported by|cmc





------- Additional comments from [email protected] Mon Aug 30 08:46:29 +0000 
2010 -------
In the crash stack of https://bugzilla.redhat.com/attachment.cgi?id=441870 from
https://bugzilla.redhat.com/show_bug.cgi?id=628425 we can see a crash in
SwCallLink::~SwCallLink with a NULL pIndex at...

const SwNodeIndex* pIndex = pFlyFrm->GetFmt()->GetCntnt().GetCntntIdx();
ASSERT( pIndex, "Fly ohne Cntnt" );
const SwNode& rStNd = pIndex->GetNode();

attached is a bandaid to avoid the crash, the circumstances leading to the crash
are unknown unfortunately

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