Bugzilla – Attachment 110218 Details for
Bug 86843
vba crashes after fireChangeEvent is called
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Linux 4.5 master backtrace
file_86843.txt (text/plain), 12.25 KB, created by
Matthew Francis
on 2014-11-29 11:36:03 UTC
(
hide
)
Description:
Linux 4.5 master backtrace
Filename:
MIME Type:
Creator:
Matthew Francis
Created:
2014-11-29 11:36:03 UTC
Size:
12.25 KB
patch
obsolete
>Program received signal SIGSEGV, Segmentation fault. >_int_malloc (av=0x7ffff7836760 <main_arena>, bytes=537) at malloc.c:3489 >3489 malloc.c: No such file or directory. >(gdb) bt >#0 _int_malloc (av=0x7ffff7836760 <main_arena>, bytes=537) at malloc.c:3489 >#1 0x00007ffff74fa230 in __GI___libc_malloc (bytes=537) at malloc.c:2891 >#2 0x00007ffff6ba7f2d in operator new(unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#3 0x00007ffff6c033b9 in std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#4 0x00007ffff6c03f7b in std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#5 0x00007ffff6c04014 in std::string::reserve(unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#6 0x00007ffff6be2386 in std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::overflow(int) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#7 0x00007ffff6be65a6 in std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#8 0x00007ffff6bdddb5 in std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#9 0x00007ffff6bde077 in std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#10 0x00007ffff49f9f23 in SbxObject::Find (this=0x1af79f0, rName="frmListPicker", t=SbxCLASS_DONTCARE) > at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxobj.cxx:222 >#11 0x00007ffff493e1f8 in SbModule::Find (this=0x1af79f0, rName="frmListPicker", t=SbxCLASS_DONTCARE) > at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:694 >#12 0x00007ffff48fb848 in StarBASIC::Find (this=0x1b5c000, rName="frmListPicker", t=SbxCLASS_DONTCARE) > at /home/asbel/Development/LibreOffice/core/basic/source/classes/sb.cxx:1369 >#13 0x00007ffff49fa319 in SbxObject::Find (this=0x1af79f0, rName="frmListPicker", t=SbxCLASS_DONTCARE) > at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxobj.cxx:281 >#14 0x00007ffff493e1f8 in SbModule::Find (this=0x1af79f0, rName="frmListPicker", t=SbxCLASS_DONTCARE) > at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:694 >#15 0x00007ffff49b2769 in SbiRuntime::FindElement (this=0x27685b0, pObj=0x1af79f0, nOp1=21, nOp2=9, nNotFound=87560, bLocal=true, bStatic=false) > at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:3421 >#16 0x00007ffff49b49d0 in SbiRuntime::StepFIND_Impl (this=0x27685b0, pObj=0x1af79f0, nOp1=21, nOp2=9, nNotFound=87560, bLocal=true, bStatic=false) > at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:4011 >#17 0x00007ffff49b4a43 in SbiRuntime::StepFIND (this=0x27685b0, nOp1=21, nOp2=9) at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:4017 >#18 0x00007ffff49a9ea6 in SbiRuntime::Step (this=0x27685b0) at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:796 >#19 0x00007ffff493fe2c in SbModule::Run (this=0x1af79f0, pMeth=0x1618d30) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:1185 >#20 0x00007ffff493eb08 in SbModule::Notify (this=0x1af79f0, rBC=..., rHint=...) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:846 >#21 0x00007ffff38bb2e6 in SfxBroadcaster::Broadcast (this=0x1b80e30, rHint=...) at /home/asbel/Development/LibreOffice/core/svl/source/notify/SfxBroadcaster.cxx:41 >#22 0x00007ffff4943e4d in SbMethod::Broadcast (this=0x1af4f00, nHintId=65536) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:2167 >#23 0x00007ffff4a04d19 in SbxValue::SbxValue (this=0x16a46a0, __vtt_parm=0x7ffff4d13b30 <VTT for SbxMethod+16>, r=..., __in_chrg=<optimized out>) > at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxvalue.cxx:100 >#24 0x00007ffff4a0a158 in SbxVariable::SbxVariable (this=0x16a46a0, __vtt_parm=0x7ffff4d13b28 <VTT for SbxMethod+8>, r=..., __in_chrg=<optimized out>) > at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxvar.cxx:77 >#25 0x00007ffff49fd80c in SbxMethod::SbxMethod (this=0x16a46a0, r=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) > at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxobj.cxx:974 >#26 0x00007ffff49b2cc8 in SbiRuntime::FindElement (this=0x275fc00, pObj=0x1b82630, nOp1=13, nOp2=0, nNotFound=87560, bLocal=true, bStatic=false) > at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:3579 >#27 0x00007ffff49b49d0 in SbiRuntime::StepFIND_Impl (this=0x275fc00, pObj=0x1b82630, nOp1=13, nOp2=0, nNotFound=87560, bLocal=true, bStatic=false) > at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:4011 >#28 0x00007ffff49b4a43 in SbiRuntime::StepFIND (this=0x275fc00, nOp1=13, nOp2=0) at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:4017 >#29 0x00007ffff49a9ea6 in SbiRuntime::Step (this=0x275fc00) at /home/asbel/Development/LibreOffice/core/basic/source/runtime/runtime.cxx:796 >#30 0x00007ffff493fe2c in SbModule::Run (this=0x1b82630, pMeth=0x1e934d0) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:1185 >#31 0x00007ffff493eb08 in SbModule::Notify (this=0x1b82630, rBC=..., rHint=...) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:846 >#32 0x00007ffff4942c86 in SbModule::handleProcedureProperties (this=0x1b82630, rBC=..., rHint=...) > at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:1970 >#33 0x00007ffff4944a27 in SbObjModule::Notify (this=0x1b82630, rBC=..., rHint=...) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:2246 >#34 0x00007ffff38bb2e6 in SfxBroadcaster::Broadcast (this=0x1b8a820, rHint=...) at /home/asbel/Development/LibreOffice/core/svl/source/notify/SfxBroadcaster.cxx:41 >#35 0x00007ffff4943e4d in SbMethod::Broadcast (this=0x1b8a6e0, nHintId=65536) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:2167 >#36 0x00007ffff4a05a61 in SbxValue::Get (this=0x1b8a6e0, rRes=...) at /home/asbel/Development/LibreOffice/core/basic/source/sbx/sbxvalue.cxx:330 >#37 0x00007ffff4943b94 in SbMethod::Call (this=0x1b8a6e0, pRet=0x16df210, pCaller=0x0) at /home/asbel/Development/LibreOffice/core/basic/source/classes/sbxmod.cxx:2114 >#38 0x00007fff932850d8 in basprov::BasicScriptImpl::invoke (this=0x7fffb4386388, aParams=uno::Sequence of length 1 = {...}, aOutParamIndex=empty uno::Sequence, > aOutParam=empty uno::Sequence) at /home/asbel/Development/LibreOffice/core/scripting/source/basprov/basscript.cxx:241 >#39 0x00007ffff40d9313 in SfxObjectShell::CallXScript (_rxScriptContext=uno::Reference to (ScModelObj *) 0x7fffd676a3a8, > _rScriptURL="vnd.sun.star.script:VBAProject.Sheet1.Worksheet_SelectionChange?language=Basic&location=document", aParams=uno::Sequence of length 1 = {...}, > aRet=empty uno::Any, aOutParamIndex=empty uno::Sequence, aOutParam=empty uno::Sequence, bRaiseError=false, pCaller=0x0) > at /home/asbel/Development/LibreOffice/core/sfx2/source/doc/objmisc.cxx:1559 >#40 0x00007ffff40d976c in SfxObjectShell::CallXScript (this=0x1959350, > rScriptURL="vnd.sun.star.script:VBAProject.Sheet1.Worksheet_SelectionChange?language=Basic&location=document", aParams=uno::Sequence of length 1 = {...}, > aRet=empty uno::Any, aOutParamIndex=empty uno::Sequence, aOutParam=empty uno::Sequence, bRaiseError=false, pCaller=0x0) > at /home/asbel/Development/LibreOffice/core/sfx2/source/doc/objmisc.cxx:1594 >#41 0x00007fffaed5a173 in ooo::vba::executeMacro (pShell=0x1959350, sMacroName="VBAProject.Sheet1.Worksheet_SelectionChange", aArgs=uno::Sequence of length 1 = {...}, > aRet=empty uno::Any) at /home/asbel/Development/LibreOffice/core/filter/source/msfilter/msvbahelper.cxx:484 >#42 0x00007fffaf0ba988 in VbaEventsHelperBase::processVbaEvent (this=0x7fffb5196b48, nEventId=2107, rArgs=uno::Sequence of length 1 = {...}) > at /home/asbel/Development/LibreOffice/core/vbahelper/source/vbahelper/vbaeventshelperbase.cxx:109 >#43 0x00007fffb0d02526 in ScTabViewObj::MouseReleased (this=0x7fffd5305c70, e=...) at /home/asbel/Development/LibreOffice/core/sc/source/ui/unoobj/viewuno.cxx:1290 >#44 0x00007fffb0d6c41c in ScGridWindow::PreNotify (this=0x1d73160, rNEvt=...) at /home/asbel/Development/LibreOffice/core/sc/source/ui/view/gridwin.cxx:2678 >#45 0x00007ffff0f830eb in ImplCallPreNotify (rEvt=...) at /home/asbel/Development/LibreOffice/core/vcl/source/window/winproc.cxx:60 >#46 0x00007ffff0f84fb0 in ImplHandleMouseEvent (pWindow=0x194f130, nSVEvent=2, bMouseLeave=false, nX=284, nY=320, nMsgTime=2091775149, nCode=1, > nMode=(SIMPLECLICK | SELECT)) at /home/asbel/Development/LibreOffice/core/vcl/source/window/winproc.cxx:684 >#47 0x00007ffff0f8aff3 in ImplHandleSalMouseButtonUp (pWindow=0x194f130, pEvent=0x7fffffffcfb0) > at /home/asbel/Development/LibreOffice/core/vcl/source/window/winproc.cxx:1996 >#48 0x00007ffff0f89f55 in ImplWindowFrameProc (pWindow=0x194f130, nEvent=4, pEvent=0x7fffffffcfb0) > at /home/asbel/Development/LibreOffice/core/vcl/source/window/winproc.cxx:2338 >#49 0x00007fffe3d0d74b in SalFrame::CallCallback (this=0x194fc90, nEvent=4, pEvent=0x7fffffffcfb0) at /home/asbel/Development/LibreOffice/core/vcl/inc/salframe.hxx:242 >#50 0x00007fffe3d095a0 in GtkSalFrame::signalButton (pEvent=0x2767ac0, frame=0x194fc90) at /home/asbel/Development/LibreOffice/core/vcl/unx/gtk/window/gtksalframe.cxx:3223 >#51 0x00007fffe296f815 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 >#52 0x00007fffe35093b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#53 0x00007fffe351ad3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#54 0x00007fffe35226f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#55 0x00007fffe3522ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#56 0x00007fffe2a7f724 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 >#57 0x00007fffe296dfc4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 >#58 0x00007fffe296e37b in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 >#59 0x00007fffe25e91ec in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 >#60 0x00007fffe3239e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#61 0x00007fffe323a048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#62 0x00007fffe323a0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#63 0x00007fffe3ccec4f in GtkData::Yield (this=0x6283f0, bWait=true, bHandleAllCurrentEvents=false) > at /home/asbel/Development/LibreOffice/core/vcl/unx/gtk/app/gtkdata.cxx:575 >#64 0x00007fffe3cd2c72 in GtkInstance::Yield (this=0x628340, bWait=true, bHandleAllCurrentEvents=false) > at /home/asbel/Development/LibreOffice/core/vcl/unx/gtk/app/gtkinst.cxx:420 >#65 0x00007ffff1355a48 in ImplYield (i_bWait=true, i_bAllEvents=false) at /home/asbel/Development/LibreOffice/core/vcl/source/app/svapp.cxx:360 >#66 0x00007ffff1352453 in Application::Yield () at /home/asbel/Development/LibreOffice/core/vcl/source/app/svapp.cxx:392 >#67 0x00007ffff1352401 in Application::Execute () at /home/asbel/Development/LibreOffice/core/vcl/source/app/svapp.cxx:341 >#68 0x00007ffff7858252 in desktop::Desktop::Main (this=0x7fffffffdba0) at /home/asbel/Development/LibreOffice/core/desktop/source/app/app.cxx:1637 >#69 0x00007ffff1359aea in ImplSVMain () at /home/asbel/Development/LibreOffice/core/vcl/source/app/svmain.cxx:160 >#70 0x00007ffff1359be0 in SVMain () at /home/asbel/Development/LibreOffice/core/vcl/source/app/svmain.cxx:193 >#71 0x00007ffff789b827 in soffice_main () at /home/asbel/Development/LibreOffice/core/desktop/source/app/sofficemain.cxx:101 >#72 0x0000000000400954 in sal_main () at /home/asbel/Development/LibreOffice/core/desktop/source/app/main.c:48 >#73 0x000000000040093a in main (argc=1, argv=0x7fffffffde48) at /home/asbel/Development/LibreOffice/core/desktop/source/app/main.c:47
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 86843
:
110217
| 110218 |
110219
|
110240