You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/12/16 19:08:28 UTC

[Issue 70616] Basic finds inexistent runtime error before running the code

https://bz.apache.org/ooo/show_bug.cgi?id=70616

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
             Latest|---                         |4.2.0-dev
    Confirmation in|                            |
                 OS|Windows XP                  |All
                 CC|                            |damjan@apache.org

--- Comment #8 from damjan@apache.org ---
Partial stack trace:

#0  SbxBase::SetError (e=35180627536) at sbxbase.cxx:130
#1  0x0000000807c36515 in SbxValue::Get (this=0x830edc650,
rRes=@0x7fffffffb678) at sbxvalue.cxx:578
#2  0x0000000807c355ed in SbxValue::operator= (this=0x8309fb180,
r=@0x830edc650) at sbxvalue.cxx:338
#3  0x0000000807c3d367 in SbxVariable::operator= (this=0x8309fb180,
r=@0x830edc650) at sbxvar.cxx:325
#4  0x0000000807be81d0 in SbiRuntime::SetParameters (this=0x81ff2b1a0,
pParams=0x830f6ae00) at runtime.cxx:665
#5  0x0000000807be7b03 in SbiRuntime (this=0x81ff2b1a0, pm=0x827f05e48,
pe=0x830912f00, nStart=56) at runtime.cxx:576
#6  0x0000000807b0d0e6 in SbModule::Run (this=0x827f05e48, pMeth=0x830912f00)
at sbxmod.cxx:1143
#7  0x0000000807b0c6c5 in SbModule::Notify (this=0x827f05e48, rBC=@0x828ec9720,
rHint=@0x7fffffffbef0) at sbxmod.cxx:797
#8  0x0000000807b0db77 in non-virtual thunk to
SbModule::Notify(SfxBroadcaster&, SfxHint const&) (this=0x827f05ec8,
rBC=@0x828ec9720, rHint=@0x7fffffffbef0) at sbxmod.cxx:817
#9  0x000000080393a337 in SfxBroadcaster::Broadcast () from
/AOO/main/instsetoo_native/unxfbsdx/Apache_OpenOffice/installed/install/en-US/openoffice4/program/libsvl.so
#10 0x0000000807b13945 in SbMethod::Broadcast (this=0x830fdd9b0, nHintId=65536)
at sbxmod.cxx:2122
#11 0x0000000807c3523e in SbxValue (this=0x81ff06e60, vtt=0x807efe850,
r=@0x830fdd9b0) at sbxvalue.cxx:273
#12 0x0000000807c3c19f in SbxVariable (this=0x81ff06e60, vtt=0x807efe848,
r=@0x830fdd9b0) at sbxvar.cxx:91
#13 0x0000000807c024fe in SbxMethod (this=0x81ff06e60, r=@0x830fdd9b0) at
sbxmeth.hxx:43
#14 0x0000000807bfcbf8 in SbiRuntime::FindElement (this=0x81feeecd0,
pObj=0x827f05e48, nOp1=32770, nOp2=0, nNotFound=87560, bLocal=1 '\001',
bStatic=0 '\0') at step2.cxx:254
#15 0x0000000807bff309 in SbiRuntime::StepFIND_Impl (this=0x81feeecd0,
pObj=0x827f05e48, nOp1=32770, nOp2=0, nNotFound=87560, bLocal=1 '\001',
bStatic=0 '\0') at step2.cxx:644
#16 0x0000000807bff37d in SbiRuntime::StepFIND (this=0x81feeecd0, nOp1=32770,
nOp2=0) at step2.cxx:650
#17 0x0000000807be8ced in SbiRuntime::Step (this=0x81feeecd0) at
runtime.cxx:748
#18 0x0000000807b0d203 in SbModule::Run (this=0x827f05e48, pMeth=0x827edc9c0)
at sbxmod.cxx:1157
#19 0x0000000807b0c6c5 in SbModule::Notify (this=0x827f05e48, rBC=@0x830962220,
rHint=@0x7fffffffca40) at sbxmod.cxx:797
#20 0x0000000807b0db77 in non-virtual thunk to
SbModule::Notify(SfxBroadcaster&, SfxHint const&) (this=0x827f05ec8,
rBC=@0x830962220, rHint=@0x7fffffffca40) at sbxmod.cxx:817
#21 0x000000080393a337 in SfxBroadcaster::Broadcast () from
/AOO/main/instsetoo_native/unxfbsdx/Apache_OpenOffice/installed/install/en-US/openoffice4/program/libsvl.so
#22 0x0000000807b13945 in SbMethod::Broadcast (this=0x8309122c0, nHintId=65536)
at sbxmod.cxx:2122
#23 0x0000000807c361ed in SbxValue::Get (this=0x8309122c0,
rRes=@0x7fffffffcb48) at sbxvalue.cxx:530
#24 0x00000008286e4883 in BasicIDE::RunMethod (pMethod=0x8309122c0) at
basobj3.cxx:328
#25 0x00000008286bf71d in ModulWindow::BasicExecute (this=0x80af15220) at
baside2.cxx:381
#26 0x00000008286bf9b4 in ModulWindow::BasicRun (this=0x80af15220) at
baside2.cxx:414
#27 0x00000008286c4a05 in ModulWindow::ExecuteCommand (this=0x80af15220,
rReq=@0x82902d830) at baside2.cxx:1034
#28 0x00000008286bb8e3 in BasicIDEShell::ExecuteBasic (this=0x825dfc438,
rReq=@0x82902d830) at basides2.cxx:342


SbxValue::Get(), at sbxvalue.cxx:578:

                case SbxOBJECT:
                    if( p->aData.eType == SbxOBJECT )
                        rRes.pObj = p->aData.pObj;
                    else
                    {
    /* 578: */                SetError( SbxERR_NO_OBJECT );
                        rRes.pObj = NULL;
                    }
                    break;

-- 
You are receiving this mail because:
You are on the CC list for the issue.