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


User tl changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Sep 23 10:42:25 +0000 
2008 -------
The stack looks like this:

        swmi.dll!SwGrammarMarkUp::JoinGrammarList(SwGrammarMarkUp * 
pNext=0x00000000,
unsigned short nInsertPos=13)  Line 74  C++
        swmi.dll!SwTxtNode::JoinNext()  Line 660        C++
        swmi.dll!lcl_JoinText(SwPaM & rPam={...}, unsigned char bJoinPrev=0)  
Line
1577 + 0x7 bytes        C++
        swmi.dll!SwDoc::DeleteAndJoin(SwPaM & rPam={...})  Line 1647 + 0x9 
bytes        C++
        swmi.dll!SwEditShell::DeleteSel(SwPaM & rPam={...}, unsigned char *
pUndo=0x014bf3c3)  Line 117     C++
        swmi.dll!SwEditShell::Delete()  Line 144        C++
        swmi.dll!SwWrtShell::DelLeft()  Line 252 + 0x7 bytes    C++
        swmi.dll!SwBaseShell::ExecDelete(SfxRequest & rReq={...})  Line 290     
C++
        swmi.dll!SfxStubSwBaseShellExecDelete(SfxShell * pShell=0x077a16b0, 
SfxRequest
& rReq={...})  Line 1654 + 0xe bytes    C++


Ok, this looks like the one I recently found in the current grammar checking CWS
(tl56). There I did a quick fix by changing the code like this:

void SwGrammarMarkUp::JoinGrammarList( SwGrammarMarkUp* pNext, xub_StrLen
nInsertPos )
{
    if (pNext)
    {
       // old implementation...
    }
}

since pNext was not checked against NULL.
If that is all there is to it then it can easily be fixed.
Will patch it locally right away to see it that's all...

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