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





------- Additional comments from [EMAIL PROTECTED] Thu Mar  9 07:16:08 -0800 
2006 -------
I don't think that this problem is related to OLE, it's more a table problem:
Crash:

        sw680mi.dll!OutWW8_SwTblNode(Writer & rWrt={...}, SwTableNode & 
rNode={...}) 
Line 2336 + 0xd C++
        sw680mi.dll!SwWW8Writer::WriteText()  Line 1880 + 0x10  C++
        sw680mi.dll!SwWW8Writer::WriteMainText()  Line 1931     C++
        sw680mi.dll!SwWW8Writer::StoreDoc1()  Line 2082 C++
        sw680mi.dll!SwWW8Writer::StoreDoc()  Line 2399  C++
        sw680mi.dll!SwWW8Writer::WriteStorage()  Line 2544 + 0x8        C++
        sw680mi.dll!StgWriter::Write()  + 0x8c  C++
        sw680mi.dll!Writer::Write()  + 0x50     C++
        sw680mi.dll!Writer::Write()  + 0x1d     C++
        sw680mi.dll!SwWriter::Write()  + 0x345  C++
        sw680mi.dll!SwDocShell::ConvertTo(SfxMedium & rMedium={...})  Line 905

The code that crashes:

for( nBox = 0, nRealBox = 0; nRealBox < nWWColMax; ++nBox)
            {
                if( nBox && pBoxArr[ nBox-1 ] == pBoxArr[ nBox ] )
                    continue;
                const SwFrmFmt& rFmt = *pBoxArr[ nBox ]->GetBox()->GetFrmFmt(); 

because pBoxArr[ nBox ] is NULL (this is true for 5 of the 4 boxes in the
array!). There are several other places in the code that have the same problem.

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