Bugzilla – Attachment 129537 Details for
Bug 104540
converting an object, assertion in {anonymous}::implLookupClient (gtk2 only)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb on the core file
20161212_1245_gdb (text/plain), 62.27 KB, created by
Terrence Enger
on 2016-12-12 18:21:58 UTC
(
hide
)
Description:
gdb on the core file
Filename:
MIME Type:
Creator:
Terrence Enger
Created:
2016-12-12 18:21:58 UTC
Size:
62.27 KB
patch
obsolete
>Script started on Mon 12 Dec 2016 12:46:45 PM EST >]0;terry@lynn-stretch: ~/lo_hacking/git/libo6[01;32mterry@lynn-stretch[00m:[01;34m~/lo_hacking/git/libo6[00m$ gdb instdir/program/soffice.bin core >GNU gdb (Debian 7.11.1-2+b1) 7.11.1 >Copyright (C) 2016 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-linux-gnu". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>. >Find the GDB manual and other documentation resources online at: ><http://www.gnu.org/software/gdb/documentation/>. >For help, type "help". >Type "apropos word" to search for commands related to "word"... >Reading symbols from instdir/program/soffice.bin...done. >[New LWP 2768] >[New LWP 2776] >[New LWP 2770] >[New LWP 2774] >[New LWP 2775] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". >Core was generated by `/home/terry/lo_hacking/git/libo6/instdir/program/soffice.bin --norestore --draw'. >Program terminated with signal SIGABRT, Aborted. >#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 >58 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. >[Current thread is 1 (Thread 0x7f191bae8ac0 (LWP 2768))] >(gdb) set pagination off >(gdb) set print object on >(gdb) info threads > Id Target Id Frame >* 1 Thread 0x7f191bae8ac0 (LWP 2768) __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 > 2 Thread 0x7f18f43e4700 (LWP 2776) 0x00007f191b0d456d in poll () at ../sysdeps/unix/syscall-template.S:84 > 3 Thread 0x7f18fd593700 (LWP 2770) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225 > 4 Thread 0x7f18f6e67700 (LWP 2774) 0x00007f191b0de67d in accept () at ../sysdeps/unix/syscall-template.S:84 > 5 Thread 0x7f18f4be5700 (LWP 2775) 0x00007f191b0d456d in poll () at ../sysdeps/unix/syscall-template.S:84 >(gdb) thread apply all backtrace > >Thread 5 (Thread 0x7f18f4be5700 (LWP 2775)): >#0 0x00007f191b0d456d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f191979d9f6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007f191979db0c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007f191979db51 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#4 0x00007f19197c5345 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007f191addf464 in start_thread (arg=0x7f18f4be5700) at pthread_create.c:333 >#6 0x00007f191b0dd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 > >Thread 4 (Thread 0x7f18f6e67700 (LWP 2774)): >#0 0x00007f191b0de67d in accept () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f191b76ea1f in osl_acceptPipe (pPipe=0x55df73161ec0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/pipe.cxx:428 >#2 0x00007f191b40ea0a in osl::Pipe::accept (this=this@entry=0x55df73161de0, Connection=...) at /home/terry/lo_hacking/git/libo6/include/osl/pipe.hxx:151 >#3 0x00007f191b40e3b6 in desktop::PipeIpcThread::execute (this=0x55df73161db0) at /home/terry/lo_hacking/git/libo6/desktop/source/app/officeipcthread.cxx:1191 >#4 0x00007f1916ddb526 in salhelper::Thread::run (this=0x55df73161db0) at /home/terry/lo_hacking/git/libo6/salhelper/source/thread.cxx:40 >#5 0x00007f1916ddb88c in osl::threadFunc (param=0x55df73161dc0) at /home/terry/lo_hacking/git/libo6/include/osl/thread.hxx:185 >#6 0x00007f191b77d57d in osl_thread_start_Impl (pData=0x55df731613e0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/thread.cxx:240 >#7 0x00007f191addf464 in start_thread (arg=0x7f18f6e67700) at pthread_create.c:333 >#8 0x00007f191b0dd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 > >Thread 3 (Thread 0x7f18fd593700 (LWP 2770)): >#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225 >#1 0x00007f191b7356bf in rtl_cache_wsupdate_wait (seconds=10) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1337 >#2 0x00007f191b7358bd in rtl_cache_wsupdate_all (arg=0xa) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1485 >#3 0x00007f191addf464 in start_thread (arg=0x7f18fd593700) at pthread_create.c:333 >#4 0x00007f191b0dd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 > >Thread 2 (Thread 0x7f18f43e4700 (LWP 2776)): >#0 0x00007f191b0d456d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f191979d9f6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007f191979dd82 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007f1910e354f6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 >#4 0x00007f19197c5345 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007f191addf464 in start_thread (arg=0x7f18f43e4700) at pthread_create.c:333 >#6 0x00007f191b0dd9df in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 > >Thread 1 (Thread 0x7f191bae8ac0 (LWP 2768)): >#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 >#1 0x00007f191b02940a in __GI_abort () at abort.c:89 >#2 0x00007f191b778413 in (anonymous namespace)::callSystemHandler (signal=signal@entry=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:338 >#3 0x00007f191b778576 in (anonymous namespace)::signalHandlerFunction (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:422 >#4 <signal handler called> >#5 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 >#6 0x00007f191b02940a in __GI_abort () at abort.c:89 >#7 0x00007f1911953c24 in SalAbort (rErrorText="", bDumpCore=bDumpCore@entry=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:297 >#8 0x00007f19118af341 in Application::Abort (rErrorText="") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:315 >#9 0x00007f191b3da038 in desktop::Desktop::Exception (this=0x7ffed2d55a50, nCategory=ExceptionCategory::System) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1315 >#10 0x00007f19118b8424 in VCLExceptionSignal_impl (pInfo=<optimized out>) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:160 >#11 0x00007f191b72fb9f in callSignalHandler (pInfo=0x7ffed2d52480) at /home/terry/lo_hacking/git/libo6/sal/osl/all/signalshared.cxx:58 >#12 0x00007f191b778494 in (anonymous namespace)::signalHandlerFunction (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:419 >#13 <signal handler called> >#14 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 >#15 0x00007f191b02940a in __GI_abort () at abort.c:89 >#16 0x00007f191b020e47 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x7f19185b9578 "rClients.end() != rPos && \"AccessibleEventNotifier::implLookupClient: invalid client id \" \"(did you register your client?)!\"", file=file@entry=0x7f19185b9520 "/home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx", line=line@entry=135, function=function@entry=0x7f19185b9700 <(anonymous namespace)::implLookupClient(unsigned int, __gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> >, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> > > >&)::__PRETTY_FUNCTION__> "bool {anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*>::iterator&)") at assert.c:92 >#17 0x00007f191b020ef2 in __GI___assert_fail (assertion=assertion@entry=0x7f19185b9578 "rClients.end() != rPos && \"AccessibleEventNotifier::implLookupClient: invalid client id \" \"(did you register your client?)!\"", file=file@entry=0x7f19185b9520 "/home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx", line=line@entry=135, function=function@entry=0x7f19185b9700 <(anonymous namespace)::implLookupClient(unsigned int, __gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> >, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> > > >&)::__PRETTY_FUNCTION__> "bool {anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*>::iterator&)") at assert.c:101 >#18 0x00007f1918486129 in (anonymous namespace)::implLookupClient (nClient=<optimized out>, nClient@entry=0, rPos=...) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:133 >#19 0x00007f1918486256 in comphelper::AccessibleEventNotifier::removeEventListener (_nClient=0, _rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:243 >#20 0x00007f19175864a6 in accessibility::AccessibleContextBase::removeAccessibleEventListener (this=this@entry=0x55df74962eb0, rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:406 >#21 0x00007f1914fed687 in accessibility::AccessibleShape::removeAccessibleEventListener (this=0x55df74962eb0, rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/AccessibleShape.cxx:778 >#22 0x00007f18fca97a4f in AtkListener::handleChildRemoved (this=this@entry=0x55df748c3920, rxParent=uno::Reference to (accessibility::AccessibleDrawDocumentView *) 0x55df7419f0b8, rxChild=uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f00) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:215 >#23 0x00007f18fca97cc9 in AtkListener::notifyEvent (this=0x55df748c3920, aEvent=...) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:443 >#24 0x00007f19184864b8 in comphelper::AccessibleEventNotifier::addEvent (_nClient=<optimized out>, _rEvent=...) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:277 >#25 0x00007f1917585fc7 in accessibility::AccessibleContextBase::FireEvent (this=this@entry=0x55df7419f060, aEvent=...) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:565 >#26 0x00007f19175861cf in accessibility::AccessibleContextBase::CommitChange (this=this@entry=0x55df7419f060, nEventId=<optimized out>, nEventId@entry=7, rNewValue=uno::Any(void), rOldValue=uno::Any("com.sun.star.accessibility.XAccessible": {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x55df74962f00}, <No data fields>})) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:557 >#27 0x00007f1914fffde0 in accessibility::ChildDescriptor::disposeAccessibleObject (this=<optimized out>, rParent=...) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:1067 >#28 0x00007f1915002645 in accessibility::ChildrenManagerImpl::RemoveShape (this=this@entry=0x55df74233460, rxShape=uno::Reference to (SvxShapePolyPolygonBezier *) 0x55df74521838) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:499 >#29 0x00007f19150027b3 in accessibility::ChildrenManagerImpl::notifyEvent (this=0x55df74233460, rEventObject=...) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:663 >#30 0x00007f19161cf4f8 in SfxBaseModel::notifyEvent (this=this@entry=0x55df736a6e80, aEvent=...) at /home/terry/lo_hacking/git/libo6/sfx2/source/doc/sfxbasemodel.cxx:3234 >#31 0x00007f18effb3a3b in SdXImpressDocument::Notify (this=0x55df736a6e80, rBC=..., rHint=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/unoidl/unomodel.cxx:417 >#32 0x00007f19158bb69c in SfxBroadcaster::Broadcast (this=0x55df736635a0, rHint=...) at /home/terry/lo_hacking/git/libo6/svl/source/notify/SfxBroadcaster.cxx:50 >#33 0x00007f1914335888 in SdrObjList::ReplaceObject (this=this@entry=0x55df737f56c0, pNewObj=pNewObj@entry=0x55df7426b420, nObjNum=nObjNum@entry=0) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdpage.cxx:529 >#34 0x00007f18efce6de8 in SdPage::ReplaceObject (this=this@entry=0x55df737f56c0, pNewObj=pNewObj@entry=0x55df7426b420, nObjNum=0) at /home/terry/lo_hacking/git/libo6/sd/source/core/sdpage.cxx:1704 >#35 0x00007f1914246dac in SdrEditView::ImpConvertOneObj (this=this@entry=0x55df73802030, pObj=<optimized out>, pObj@entry=0x55df74156140, bPath=bPath@entry=false, bLineToArea=bLineToArea@entry=false) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:1934 >#36 0x00007f1914249704 in SdrEditView::ImpConvertTo (this=this@entry=0x55df73802030, bPath=bPath@entry=false, bLineToArea=bLineToArea@entry=false) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:1983 >#37 0x00007f1914249875 in SdrEditView::ConvertMarkedToPolyObj (this=this@entry=0x55df73802030) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:2003 >#38 0x00007f19141562cd in E3dView::ConvertMarkedToPolyObj (this=0x55df73802030) at /home/terry/lo_hacking/git/libo6/svx/source/engine3d/view3d1.cxx:69 >#39 0x00007f18f00418cb in sd::DrawViewShell::FuTemporary (this=0x55df737d9e00, rReq=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/drviews2.cxx:625 >#40 0x00007f18f0070d6a in SfxStubGraphicViewShellFuTemporary (pShell=<error reading variable: value has been optimized out>, rReq=..., rReq@entry=<error reading variable: value has been optimized out>) at /home/terry/lo_hacking/git/libo6/workdir/SdiTarget/sd/sdi/sdgslots.hxx:1451 >#41 0x00007f1915ff2d72 in SfxShell::CallExec (this=this@entry=0x55df737d9e00, pFunc=<optimized out>, rReq=...) at /home/terry/lo_hacking/git/libo6/include/sfx2/shell.hxx:214 >#42 0x00007f1915fec47f in SfxDispatcher::Call_Impl (this=this@entry=0x55df7378e680, rShell=..., rSlot=..., rReq=..., bRecord=<optimized out>) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:377 >#43 0x00007f1915fec87a in SfxDispatcher::Execute_ (this=0x55df7378e680, rShell=..., rSlot=..., rReq=..., eCallMode=<optimized out>) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:944 >#44 0x00007f1915fe2510 in SfxBindings::Execute_Impl (this=0x55df7378f300, aReq=..., pSlot=pSlot@entry=0x7f18f076df60 <aGraphicViewShellSlots_Impl+31328>, pShell=pShell@entry=0x55df737d9e00) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/bindings.cxx:1168 >#45 0x00007f191604c163 in SfxDispatchController_Impl::dispatch (this=0x55df73ce9e70, aURL=..., aArgs=empty uno::Sequence, rListener=empty uno::Reference) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/unoctitm.cxx:752 >#46 0x00007f191604c653 in SfxOfficeDispatch::dispatch (this=<optimized out>, aURL=..., aArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/unoctitm.cxx:230 >#47 0x00007f18f565f24c in framework::MenuBarManager::Select (this=0x55df741cddc0, pMenu=<optimized out>) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:1036 >#48 0x00007f18f565f337 in framework::MenuBarManager::LinkStubSelect (instance=<optimized out>, data=<optimized out>) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:972 >#49 0x00007f191153bf8e in Link<Menu*, bool>::Call (this=this@entry=0x55df741e9e90, data=data@entry=0x55df741e9e30) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#50 0x00007f1911534f64 in Menu::Select (this=0x55df741e9e30) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:304 >#51 0x00007f1911533f3e in PopupMenu::ImplFlushPendingSelect (this=this@entry=0x55df7461c950) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2865 >#52 0x00007f1911538349 in PopupMenu::ImplExecute (this=this@entry=0x55df7461c950, pW=..., rRect=Rectangle = {...}, nPopupModeFlags=<optimized out>, nPopupModeFlags@entry=FloatWinPopupFlags::Down, pSFrom=pSFrom@entry=0x0, bPreSelectFirst=bPreSelectFirst@entry=false) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:3020 >#53 0x00007f1911538874 in PopupMenu::Execute (this=this@entry=0x55df7461c950, pExecWindow=pExecWindow@entry=0x55df737da210, rRect=Rectangle = {...}, nFlags=nFlags@entry=PopupMenuFlags::ExecuteDown) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2853 >#54 0x00007f19115389e0 in PopupMenu::Execute (this=this@entry=0x55df7461c950, pExecWindow=pExecWindow@entry=0x55df737da210, rPopupPos=Point = {...}) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2828 >#55 0x00007f1915fee608 in SfxDispatcher::ExecutePopup (this=0x55df7378e680, rResName="draw", pWin=pWin@entry=0x55df737da210, pPos=pPos@entry=0x7ffed2d545d0) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:2000 >#56 0x00007f18f0051c82 in sd::DrawViewShell::Command (this=0x55df737d9e00, rCEvt=..., pWin=<optimized out>) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/drviews4.cxx:771 >#57 0x00007f18f009adbe in sd::Window::Command (this=0x55df737da210, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/sdwindow.cxx:270 >#58 0x00007f19115e03a5 in ImplCallCommand (pChild=..., nEvt=nEvt@entry=<incomplete type>, pData=pData@entry=0x0, bMouse=bMouse@entry=false, pPos=pPos@entry=0x0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:224 >#59 0x00007f19115e2ba5 in ImplHandleKey (pWindow=<optimized out>, nSVEvent=nSVEvent@entry=MouseNotifyEvent::KEYINPUT, nKeyCode=nKeyCode@entry=1305, nCharCode=<optimized out>, nCharCode@entry=0, nRepeat=nRepeat@entry=0, bForward=bForward@entry=true) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1031 >#60 0x00007f19115e5d63 in ImplWindowFrameProc (_pWindow=<optimized out>, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2378 >#61 0x00007f18fcb00aab in SalFrame::CallCallback (this=this@entry=0x55df735ef630, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:276 >#62 0x00007f18fcaf6b81 in GtkSalFrame::CallCallbackExc (this=this@entry=0x55df735ef630, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:4276 >#63 0x00007f18fcafa05b in GtkSalFrame::doKeyCallback (this=this@entry=0x55df735ef630, state=0, keyval=keyval@entry=65383, hardware_keycode=<optimized out>, group=<optimized out>, time=<optimized out>, aOrigCode=0 u'\000', bDown=true, bSendRelease=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:458 >#64 0x00007f18fcafbc20 in GtkSalFrame::signalKey (pWidget=<optimized out>, pEvent=0x55df748cda70, frame=0x55df735ef630) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:3120 >#65 0x00007f18fc37787c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#66 0x00007f1919a76f75 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#67 0x00007f1919a88f82 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#68 0x00007f1919a9166f in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#69 0x00007f1919a91faf in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#70 0x00007f18fc4c40bc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#71 0x00007f18fc374a19 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#72 0x00007f18fc3769be in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#73 0x00007f18fbe87bf5 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#74 0x00007f18fbeb8ba2 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#75 0x00007f191979d7f7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#76 0x00007f191979da60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#77 0x00007f191979db0c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#78 0x00007f18fcaacc8b in GtkData::Yield (this=0x55df7232eba0, bWait=bWait@entry=true, bHandleAllCurrentEvents=bHandleAllCurrentEvents@entry=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:467 >#79 0x00007f18fcaaf8f2 in GtkInstance::DoYield (this=<optimized out>, bWait=<optimized out>, bHandleAllCurrentEvents=<optimized out>, nReleased=<optimized out>) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:427 >#80 0x00007f19118b4b86 in ImplYield (i_bWait=<optimized out>, i_bWait@entry=true, i_bAllEvents=i_bAllEvents@entry=false, nReleased=nReleased@entry=0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:506 >#81 0x00007f19118b00a4 in Application::Yield () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:551 >#82 0x00007f19118b00f1 in Application::Execute () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:468 >#83 0x00007f191b3d5b0b in desktop::Desktop::DoExecute () at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1353 >#84 0x00007f191b3ddb55 in desktop::Desktop::Main (this=0x7ffed2d55a50) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1680 >#85 0x00007f19118b9241 in ImplSVMain () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:185 >#86 0x00007f19118b930f in SVMain () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:223 >#87 0x00007f191b412522 in soffice_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:166 >#88 0x000055df703fea68 in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 >#89 0x000055df703fea4e in main (argc=4, argv=0x7ffed2d55c18) at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:47 >(gdb) backtrace full >#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 > set = {__val = {18446744067266838239, 139745816337416, 140732435601792, 7832148512, 139745816336560, 140732435601776, 139745811349192, 252833149, 4294967295, 139745275338384, 139745803877848, 139745816339184, 140732435601888, 0, 139745275338384, 139745275338384}} > pid = <optimized out> > tid = <optimized out> >#1 0x00007f191b02940a in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0, 94418214793808, 140732435602288, 94418197501888, 72197335093870592, 0, 140732435602320, 4294967337, 94418197501792, 0, 139745804770685, 85, 140732435599984, 1, 139745805270528, 14}}, sa_flags = -234195712, sa_restorer = 0x6} > sigs = {__val = {32, 0 <repeats 15 times>}} >#2 0x00007f191b778413 in (anonymous namespace)::callSystemHandler (signal=signal@entry=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:338 > act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 0, sa_restorer = 0x0} > i = <optimized out> >#3 0x00007f191b778576 in (anonymous namespace)::signalHandlerFunction (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:422 > act = {__sigaction_handler = {sa_handler = 0x55df74986560, sa_sigaction = 0x55df74986560}, sa_mask = {__val = {94418197293136, 94418197293188, 4096, 140728898420777, 94418214905040, 41, 4294967297, 140, 80, 0, 139745223313600, 0, 1, 0, 0, 0}}, sa_flags = 403474080, sa_restorer = 0x0} > Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0} >#4 <signal handler called> >No locals. >#5 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 > set = {__val = {18446744067266838239, 139745816123512, 140732435603808, 4294967296, 139745816122656, 140732435603792, 139745637976815, 252833149, 4294967295, 0, 139745803877848, 139745816339184, 139745807694701, 49087684833, 139745648720633, 94418181998504}} > pid = <optimized out> > tid = <optimized out> >#6 0x00007f191b02940a in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x6300610068005f, sa_sigaction = 0x6300610068005f}, sa_mask = {__val = {28992395054481515, 18, 139745648957887, 18, 18, 139745807606848, 139745804320574, 139745807623456, 18, 18, 139745804748349, 18, 139745807628112, 0, 139745807628032, 139745807623456}}, sa_flags = 1, sa_restorer = 0x0} > sigs = {__val = {32, 0 <repeats 15 times>}} >#7 0x00007f1911953c24 in SalAbort (rErrorText="", bDumpCore=bDumpCore@entry=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:297 >No locals. >#8 0x00007f19118af341 in Application::Abort (rErrorText="") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:315 > dumpCore = true > n = 3 >#9 0x00007f191b3da038 in desktop::Desktop::Exception (this=0x7ffed2d55a50, nCategory=ExceptionCategory::System) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1315 > bInException = true > nOldMode = <optimized out> > rArgs = @0x7f191b713680: {m_cwdUrl = boost::optional "file:///home/terry/lo_hacking/git/libo6", m_minimized = false, m_invisible = false, m_norestore = true, m_headless = false, m_eventtesting = false, m_quickstart = false, m_noquickstart = false, m_terminateafterinit = false, m_nologo = false, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = true, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = true, m_textcat = false, m_safemode = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = true, m_accept = std::__debug::vector of length 0, capacity 0, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""} > bRestart = false > bAllowRecoveryAndSessionManagement = <optimized out> >#10 0x00007f19118b8424 in VCLExceptionSignal_impl (pInfo=<optimized out>) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:160 > nOldMode = SystemWindowFlags::DIALOG > aLock = {m_solarMutex = @0x55df7232f170} > pSVData = 0x7f191222f4c0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > bIn = true > nVCLException = ExceptionCategory::System >#11 0x00007f191b72fb9f in callSignalHandler (pInfo=0x7ffed2d52480) at /home/terry/lo_hacking/git/libo6/sal/osl/all/signalshared.cxx:58 > pHandler = 0x55df731bc8e0 > Action = osl_Signal_ActCallNextHdl >#12 0x00007f191b778494 in (anonymous namespace)::signalHandlerFunction (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:419 > Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0} >#13 <signal handler called> >No locals. >#14 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 > set = {__val = {0, 140732435606200, 0, 139745804307342, 4222451712, 94418222372112, 94418222372413, 94418222372112, 94418222372112, 94418222372528, 94418222372812, 94418222372112, 94418222372812, 0, 0, 0}} > pid = <optimized out> > tid = <optimized out> >#15 0x00007f191b02940a in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x7ffed2d52a90, sa_sigaction = 0x7ffed2d52a90}, sa_mask = {__val = {94418197274292, 140732435606240, 139745804341049, 47244640256, 0, 139745805297504, 0, 0, 21474836480, 140732435606192, 140732435606392, 139745805326320, 94418222372112, 139745759565176, 135, 139745759565568}}, sa_flags = -757781072, sa_restorer = 0x0} > sigs = {__val = {32, 0 <repeats 15 times>}} >#16 0x00007f191b020e47 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x7f19185b9578 "rClients.end() != rPos && \"AccessibleEventNotifier::implLookupClient: invalid client id \" \"(did you register your client?)!\"", file=file@entry=0x7f19185b9520 "/home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx", line=line@entry=135, function=function@entry=0x7f19185b9700 <(anonymous namespace)::implLookupClient(unsigned int, __gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> >, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> > > >&)::__PRETTY_FUNCTION__> "bool {anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*>::iterator&)") at assert.c:92 > str = 0x55df749ad510 "P+!t\337U" > total = 4096 >#17 0x00007f191b020ef2 in __GI___assert_fail (assertion=assertion@entry=0x7f19185b9578 "rClients.end() != rPos && \"AccessibleEventNotifier::implLookupClient: invalid client id \" \"(did you register your client?)!\"", file=file@entry=0x7f19185b9520 "/home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx", line=line@entry=135, function=function@entry=0x7f19185b9700 <(anonymous namespace)::implLookupClient(unsigned int, __gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> >, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, comphelper::OInterfaceContainerHelper2*> > > >&)::__PRETTY_FUNCTION__> "bool {anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*>::iterator&)") at assert.c:101 >No locals. >#18 0x00007f1918486129 in (anonymous namespace)::implLookupClient (nClient=<optimized out>, nClient@entry=0, rPos=...) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:133 > rClients = std::__debug::map with 46 elements = {[1] = 0x55df742e3bb0, [2] = 0x55df742e4570, [3] = 0x55df742e46a0, [4] = 0x55df742ee1c0, [5] = 0x55df742ee2b0, [6] = 0x55df73d85220, [7] = 0x55df742ee920, [8] = 0x55df742d8bb0, [9] = 0x55df742eefb0, [10] = 0x55df742efd90, [11] = 0x55df742f0320, [12] = 0x55df742f08c0, [13] = 0x55df742f0fb0, [14] = 0x55df742f15c0, [15] = 0x55df742f1c70, [16] = 0x55df742f1da0, [17] = 0x55df742f1b40, [18] = 0x55df742f1f50, [19] = 0x55df742f2a80, [20] = 0x55df745da270, [21] = 0x55df74598620, [22] = 0x55df745988f0, [23] = 0x55df742f9960, [24] = 0x55df74599570, [25] = 0x55df745996d0, [26] = 0x55df74599d80, [27] = 0x55df7459a3c0, [28] = 0x55df7459a290, [29] = 0x55df73cc7560, [30] = 0x55df73cc78f0, [31] = 0x55df7459c800, [32] = 0x55df7459d2d0, [33] = 0x55df745a5c80, [34] = 0x55df745a5d70, [35] = 0x55df745a6090, [36] = 0x55df745a65d0, [37] = 0x55df745a6800, [38] = 0x55df745a6ac0, [39] = 0x55df745aa4c0, [40] = 0x55df745aa6c0, [41] = 0x55df737d27a0, [42] = 0x55df74189630, [43] = 0x55df73f00140, [44] = 0x55df73ef8cd0, [45] = 0x55df73edd1b0, [49] = 0x55df742cf0c0} > __PRETTY_FUNCTION__ = "bool {anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId, std::__debug::map<unsigned int, comphelper::OInterfaceContainerHelper2*>::iterator&)" >#19 0x00007f1918486256 in comphelper::AccessibleEventNotifier::removeEventListener (_nClient=0, _rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:243 > aGuard = {pT = 0x7f191890a788 <rtl::Static<osl::Mutex, (anonymous namespace)::lclMutex>::get()::instance>} > aClientPos = {first = 46, second = } >#20 0x00007f19175864a6 in accessibility::AccessibleContextBase::removeAccessibleEventListener (this=this@entry=0x55df74962eb0, rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:406 > nListenerCount = <optimized out> >#21 0x00007f1914fed687 in accessibility::AccessibleShape::removeAccessibleEventListener (this=0x55df74962eb0, rxListener=uno::Reference to (AtkListener *) 0x55df748c3948) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/AccessibleShape.cxx:778 >No locals. >#22 0x00007f18fca97a4f in AtkListener::handleChildRemoved (this=this@entry=0x55df748c3920, rxParent=uno::Reference to (accessibility::AccessibleDrawDocumentView *) 0x55df7419f0b8, rxChild=uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f00) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:215 > xListener = uno::Reference to (AtkListener *) 0x55df748c3948 > xBroadcaster = uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f10 > pChild = <optimized out> > nIndex = 1 > n = <optimized out> > nmax = <optimized out> >#23 0x00007f18fca97cc9 in AtkListener::notifyEvent (this=0x55df748c3920, aEvent=...) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:443 > xParent = uno::Reference to (accessibility::AccessibleDrawDocumentView *) 0x55df7419f0b8 > xChild = uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f00 > atk_obj = <optimized out> > __PRETTY_FUNCTION__ = "virtual void AtkListener::notifyEvent(const com::sun::star::accessibility::AccessibleEventObject&)" >#24 0x00007f19184864b8 in comphelper::AccessibleEventNotifier::addEvent (_nClient=<optimized out>, _rEvent=...) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/accessibleeventnotifier.cxx:277 > rListener = <optimized out> > __for_range = std::__debug::vector of length 2, capacity 2 = {uno::Reference to (DocumentFocusListener *) 0x55df741ae8f8, uno::Reference to (AtkListener *) 0x55df748c3948} > __for_begin = uno::Reference to (AtkListener *) 0x55df748c3948 > __for_end = uno::Reference to (com::sun::star::uno::XInterface *) 0x700000000000048 > aListeners = std::__debug::vector of length 2, capacity 2 = {uno::Reference to (DocumentFocusListener *) 0x55df741ae8f8, uno::Reference to (AtkListener *) 0x55df748c3948} >#25 0x00007f1917585fc7 in accessibility::AccessibleContextBase::FireEvent (this=this@entry=0x55df7419f060, aEvent=...) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:565 >No locals. >#26 0x00007f19175861cf in accessibility::AccessibleContextBase::CommitChange (this=this@entry=0x55df7419f060, nEventId=<optimized out>, nEventId@entry=7, rNewValue=uno::Any(void), rOldValue=uno::Any("com.sun.star.accessibility.XAccessible": {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x55df74962f00}, <No data fields>})) at /home/terry/lo_hacking/git/libo6/editeng/source/accessibility/AccessibleContextBase.cxx:557 > aEvent = {<com::sun::star::lang::EventObject> = {Source = uno::Reference to (accessibility::AccessibleDrawDocumentView *) 0x55df7419f0b8}, EventId = 7, NewValue = uno::Any(void), OldValue = uno::Any("com.sun.star.accessibility.XAccessible": {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x55df74962f00}, <No data fields>})} >#27 0x00007f1914fffde0 in accessibility::ChildDescriptor::disposeAccessibleObject (this=<optimized out>, rParent=...) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:1067 > aOldValue = uno::Any("com.sun.star.accessibility.XAccessible": {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x55df74962f00}, <No data fields>}) > xComponent = uno::Reference to (com::sun::star::uno::XInterface *) 0x55df7233c4b0 >#28 0x00007f1915002645 in accessibility::ChildrenManagerImpl::RemoveShape (this=this@entry=0x55df74233460, rxShape=uno::Reference to (SvxShapePolyPolygonBezier *) 0x55df74521838) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:499 > xAccessibleShape = uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f00 > g = {m_solarMutex = @0x55df7232f170} > I = {mxShape = uno::Reference to (SvxShapePolyPolygonBezier *) 0x55df74521838, mxAccessibleShape = uno::Reference to (accessibility::AccessibleShape *) 0x55df74962f00, mbCreateEventPending = true} >#29 0x00007f19150027b3 in accessibility::ChildrenManagerImpl::notifyEvent (this=0x55df74233460, rEventObject=...) at /home/terry/lo_hacking/git/libo6/svx/source/accessibility/ChildrenManagerImpl.cxx:663 >No locals. >#30 0x00007f19161cf4f8 in SfxBaseModel::notifyEvent (this=this@entry=0x55df736a6e80, aEvent=...) at /home/terry/lo_hacking/git/libo6/sfx2/source/doc/sfxbasemodel.cxx:3234 > aIt = {rCont = @0x55df737d9dd0, bIsList = 1 '\001', aData = {pAsSequence = 0x55df741c8400, pAsInterface = 0x55df741c8400}, nRemain = 2} > pIC = <optimized out> >#31 0x00007f18effb3a3b in SdXImpressDocument::Notify (this=0x55df736a6e80, rBC=..., rHint=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/unoidl/unomodel.cxx:417 > aEvent = {<com::sun::star::lang::EventObject> = {Source = uno::Reference to (SvxShapePolyPolygonBezier *) 0x55df74521800}, EventName = "ShapeRemoved"} > pSdrHint = 0x7ffed2d533a0 >#32 0x00007f19158bb69c in SfxBroadcaster::Broadcast (this=0x55df736635a0, rHint=...) at /home/terry/lo_hacking/git/libo6/svl/source/notify/SfxBroadcaster.cxx:50 > pListener = <optimized out> > i = 0 >#33 0x00007f1914335888 in SdrObjList::ReplaceObject (this=this@entry=0x55df737f56c0, pNewObj=pNewObj@entry=0x55df7426b420, nObjNum=nObjNum@entry=0) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdpage.cxx:529 > aHint = {<SfxHint> = {_vptr.SfxHint = 0x7f191563aa38 <vtable for SdrHint+16>, mnId = SfxHintId::NONE}, meHint = SdrHintKind::ObjectRemoved, mpObj = 0x55df74156140, mpPage = 0x55df737f56c0} > pObj = 0x55df74156140 >#34 0x00007f18efce6de8 in SdPage::ReplaceObject (this=this@entry=0x55df737f56c0, pNewObj=pNewObj@entry=0x55df7426b420, nObjNum=0) at /home/terry/lo_hacking/git/libo6/sd/source/core/sdpage.cxx:1704 >No locals. >#35 0x00007f1914246dac in SdrEditView::ImpConvertOneObj (this=this@entry=0x55df73802030, pObj=<optimized out>, pObj@entry=0x55df74156140, bPath=bPath@entry=false, bLineToArea=bLineToArea@entry=false) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:1934 > bUndo = true > pOL = 0x55df737f56c0 > pNewObj = 0x55df7426b420 >#36 0x00007f1914249704 in SdrEditView::ImpConvertTo (this=this@entry=0x55df73802030, bPath=bPath@entry=false, bLineToArea=bLineToArea@entry=false) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:1983 > pNewObj = <optimized out> > pM = <optimized out> > pObj = 0x55df74156140 > pPV = 0x55df73805ec0 > nm = 0 > bMrkChg = false > nMarkCount = <optimized out> > nDscrID = <optimized out> >#37 0x00007f1914249875 in SdrEditView::ConvertMarkedToPolyObj (this=this@entry=0x55df73802030) at /home/terry/lo_hacking/git/libo6/svx/source/svdraw/svdedtv2.cxx:2003 >No locals. >#38 0x00007f19141562cd in E3dView::ConvertMarkedToPolyObj (this=0x55df73802030) at /home/terry/lo_hacking/git/libo6/svx/source/engine3d/view3d1.cxx:69 > pNewObj = 0x0 >#39 0x00007f18f00418cb in sd::DrawViewShell::FuTemporary (this=0x55df737d9e00, rReq=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/drviews2.cxx:625 > aWait = {mpWindow = {m_rInnerRef = rtl::Reference to 0x55df737da210}} > nSId = 27037 > __PRETTY_FUNCTION__ = "void sd::DrawViewShell::FuTemporary(SfxRequest&)" >#40 0x00007f18f0070d6a in SfxStubGraphicViewShellFuTemporary (pShell=<error reading variable: value has been optimized out>, rReq=..., rReq@entry=<error reading variable: value has been optimized out>) at /home/terry/lo_hacking/git/libo6/workdir/SdiTarget/sd/sdi/sdgslots.hxx:1451 >No locals. >#41 0x00007f1915ff2d72 in SfxShell::CallExec (this=this@entry=0x55df737d9e00, pFunc=<optimized out>, rReq=...) at /home/terry/lo_hacking/git/libo6/include/sfx2/shell.hxx:214 >No locals. >#42 0x00007f1915fec47f in SfxDispatcher::Call_Impl (this=this@entry=0x55df7378e680, rShell=..., rSlot=..., rReq=..., bRecord=<optimized out>) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:377 > bThisDispatcherAlive = true > pOldInCallAliveFlag = 0x0 > pFunc = <optimized out> > bAutoUpdate = false > aSfxStack_ = {static nLevel = 1} >#43 0x00007f1915fec87a in SfxDispatcher::Execute_ (this=0x55df7378e680, rShell=..., rSlot=..., rReq=..., eCallMode=<optimized out>) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:944 >No locals. >#44 0x00007f1915fe2510 in SfxBindings::Execute_Impl (this=0x55df7378f300, aReq=..., pSlot=pSlot@entry=0x7f18f076df60 <aGraphicViewShellSlots_Impl+31328>, pShell=pShell@entry=0x55df737d9e00) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/bindings.cxx:1168 > nSlotId = <optimized out> > rPool = <optimized out> >#45 0x00007f191604c163 in SfxDispatchController_Impl::dispatch (this=0x55df73ce9e70, aURL=..., aArgs=empty uno::Sequence, rListener=empty uno::Reference) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/unoctitm.cxx:752 > aReq = {<SfxHint> = {_vptr.SfxHint = 0x7f1916899e50 <vtable for SfxRequest+16>, mnId = SfxHintId::NONE}, nSlot = 27037, pArgs = 0x0, pImpl = std::unique_ptr<SfxRequest_Impl> containing 0x55df7420f490} > xSet = std::unique_ptr<SfxAllItemSet> containing 0x0 > pSlot = 0x7f18f076df60 <aGraphicViewShellSlots_Impl+31328> > aInternalSet = {<SfxItemSet> = SfxItemSet of pool 0x55df7326db90 with parent 0x0 and Which ranges: [(6516, 6516)] = {6516 = {<SfxPoolItem> = {_vptr.SfxPoolItem = 0x7f191690d418 <vtable for SfxUnoFrameItem+16>, m_nRefCount = 1, m_nWhich = 6516, m_nKind = SfxItemKind::NONE}, m_xFrame = uno::Reference to ((anonymous namespace)::Frame *) 0x55df73607e10}}, nFree = 8} > pShell = 0x55df737d9e00 > lNewArgs = empty uno::Sequence > nCall = SfxCallMode::RECORD > nModifier = 0 > aAddArgs = std::__debug::vector of length 0, capacity 0 > xFrameRef = uno::Reference to ((anonymous namespace)::Frame *) 0x55df73607e10 > pItem = 0x0 > eMapUnit = MapUnit::Map100thMM > nMarkArg = <optimized out> > nAddArgs = <optimized out> > bSuccess = false > nCount = <optimized out> > aURLObj = {m_aAbsURIRef = ".uno:ChangePolygon", m_aScheme = {m_nBegin = 0, m_nLength = 4}, m_aUser = {m_nBegin = -1, m_nLength = 0}, m_aAuth = {m_nBegin = -1, m_nLength = 0}, m_aHost = {m_nBegin = -1, m_nLength = 0}, m_aPort = {m_nBegin = -1, m_nLength = 0}, m_aPath = {m_nBegin = 5, m_nLength = 13}, m_aQuery = {m_nBegin = -1, m_nLength = 0}, m_aFragment = {m_nBegin = -1, m_nLength = 0}, m_eScheme = INetProtocol::Uno, m_eSmartScheme = INetProtocol::Http} > aGuard = {m_solarMutex = @0x55df7232f170} >#46 0x00007f191604c653 in SfxOfficeDispatch::dispatch (this=<optimized out>, aURL=..., aArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/unoctitm.cxx:230 > layer = std::unique_ptr<com::sun::star::uno::ContextLayer> containing 0x0 >#47 0x00007f18f565f24c in framework::MenuBarManager::Select (this=0x55df741cddc0, pMenu=<optimized out>) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:1036 > aReleaser = {mnReleased = 1} > aTargetURL = {Complete = ".uno:ChangePolygon", Main = ".uno:ChangePolygon", Protocol = ".uno:", User = "", Password = "", Server = "", Port = 0, Path = "ChangePolygon", Name = "", Arguments = "", Mark = ""} > aArgs = empty uno::Sequence > xDispatch = uno::Reference to (SfxOfficeDispatch *) 0x55df73ceb7c8 >#48 0x00007f18f565f337 in framework::MenuBarManager::LinkStubSelect (instance=<optimized out>, data=<optimized out>) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:972 >No locals. >#49 0x00007f191153bf8e in Link<Menu*, bool>::Call (this=this@entry=0x55df741e9e90, data=data@entry=0x55df741e9e30) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >No locals. >#50 0x00007f1911534f64 in Menu::Select (this=0x55df741e9e30) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:304 > aDelData = {mpNext = 0x0, mpMenu = {m_rInnerRef = rtl::Reference to 0x55df741e9e30}} >#51 0x00007f1911533f3e in PopupMenu::ImplFlushPendingSelect (this=this@entry=0x55df7461c950) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2865 > pSelect = 0x55df741e9e30 >#52 0x00007f1911538349 in PopupMenu::ImplExecute (this=this@entry=0x55df7461c950, pW=..., rRect=Rectangle = {...}, nPopupModeFlags=<optimized out>, nPopupModeFlags@entry=FloatWinPopupFlags::Down, pSFrom=pSFrom@entry=0x0, bPreSelectFirst=bPreSelectFirst@entry=false) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:3020 > pMenu = 0x55df741377f0 > pSVData = <optimized out> > xFocusId = {m_rInnerRef = rtl::Reference to 0x55df737da210} > bRealExecute = true > aRect = Rectangle = {left = 642, top = 200, right = 642, bottom = 200} > nStyle = 8 > nVisibleEntries = <optimized out> > __PRETTY_FUNCTION__ = "sal_uInt16 PopupMenu::ImplExecute(const VclPtr<vcl::Window>&, const Rectangle&, FloatWinPopupFlags, Menu*, bool)" > pWin = {<VclPtr<MenuFloatingWindow>> = {m_rInnerRef = rtl::Reference to 0x55df7420b1d0}, <No data fields>} > aSz = Size = {width = 157, height = 244} > aDesktopRect = Rectangle = {left = 0, top = 0, right = 1440, bottom = 900} > nMaxHeight = 901 > nLeft = 0 > nTop = 0 > nRight = 0 > nBottom = 0 >#53 0x00007f1911538874 in PopupMenu::Execute (this=this@entry=0x55df7461c950, pExecWindow=pExecWindow@entry=0x55df737da210, rRect=Rectangle = {...}, nFlags=nFlags@entry=PopupMenuFlags::ExecuteDown) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2853 > nPopupModeFlags = FloatWinPopupFlags::Down >#54 0x00007f19115389e0 in PopupMenu::Execute (this=this@entry=0x55df7461c950, pExecWindow=pExecWindow@entry=0x55df737da210, rPopupPos=Point = {...}) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2828 >No locals. >#55 0x00007f1915fee608 in SfxDispatcher::ExecutePopup (this=0x55df7378e680, rResName="draw", pWin=pWin@entry=0x55df737da210, pPos=pPos@entry=0x7ffed2d545d0) at /home/terry/lo_hacking/git/libo6/sfx2/source/control/dispatch.cxx:2000 > aMenuURL = "private:resource/popupmenu/draw" > aArgs = uno::Sequence of length 3 = {uno::Any("com.sun.star.beans.PropertyValue": {Name = "Value", Handle = 0, Value = uno::Any("string": "draw"), State = com::sun::star::beans::PropertyState_DIRECT_VALUE}), uno::Any("com.sun.star.beans.PropertyValue": {Name = "Frame", Handle = 0, Value = uno::Any("com.sun.star.frame.XFrame": {<com::sun::star::lang::XComponent> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x55df73607e10}, <No data fields>}, <No data fields>}), State = com::sun::star::beans::PropertyState_DIRECT_VALUE}), uno::Any("com.sun.star.beans.PropertyValue": {Name = "IsContextMenu", Handle = 0, Value = uno::Any("boolean": 1 '\001'), State = com::sun::star::beans::PropertyState_DIRECT_VALUE})} > xContext = uno::Reference to (cppu::ComponentContext *) 0x55df72466870 > xPopupController = uno::Reference to ((anonymous namespace)::ResourceMenuController *) 0x55df73c30978 > xPopupMenu = uno::Reference to (VCLXPopupMenu *) 0x55df745f1ac8 > pWindow = 0x55df737da210 > aPos = Point = {x = 407, y = 137} > aEvent = {SourceWindow = uno::Reference to (VCLXContainer *) 0x55df74227040, ExecutePosition = {X = 407, Y = 137}, ActionTriggerContainer = empty uno::Reference, Selection = empty uno::Reference} > pAwtMenu = <optimized out> > pVCLMenu = 0x55df7461c950 > xComponent = uno::Reference to (com::sun::star::uno::XInterface *) 0x55df749680a0 >#56 0x00007f18f0051c82 in sd::DrawViewShell::Command (this=0x55df737d9e00, rCEvt=..., pWin=<optimized out>) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/drviews4.cxx:771 > aMenuPos = Point = {x = 407, y = 137} > aPopupId = "draw" > nHitLog = <optimized out> > nHelpLine = 32537 > pPV = 0x0 > aMPos = Point = {x = 9638, y = 6237} > pObj = 0x55df74156140 > nPickId = 0 > pOLV = <optimized out> > pFldItem = 0x0 > bNativeShow = <optimized out> > pIPClient = <optimized out> > bIsOleActive = <optimized out> >#57 0x00007f18f009adbe in sd::Window::Command (this=0x55df737da210, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/view/sdwindow.cxx:270 >No locals. >#58 0x00007f19115e03a5 in ImplCallCommand (pChild=..., nEvt=nEvt@entry=<incomplete type>, pData=pData@entry=0x0, bMouse=bMouse@entry=false, pPos=pPos@entry=0x0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:224 > aPos = Point = {x = 461, y = 325} > aCEvt = {maPos = Point = {x = 461, y = 325}, mpData = 0x0, mnCommand = <incomplete type>, mbMouseEvent = false} > aNCmdEvt = {mpWindow = {m_rInnerRef = rtl::Reference to 0x55df737da210}, mpData = 0x7ffed2d546f0, mnEventType = MouseNotifyEvent::COMMAND} > bPreNotify = false >#59 0x00007f19115e2ba5 in ImplHandleKey (pWindow=<optimized out>, nSVEvent=nSVEvent@entry=MouseNotifyEvent::KEYINPUT, nKeyCode=nKeyCode@entry=1305, nCharCode=<optimized out>, nCharCode@entry=0, nRepeat=nRepeat@entry=0, bForward=bForward@entry=true) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1031 > nCode = 1305 > bToolboxFocus = false > aKeyEvt = {maKeyCode = {nKeyCodeAndModifiers = 1305, eFunc = KeyFuncType::DONTKNOW}, mnRepeat = 0, mnCharCode = 0 u'\000'} > bKeyPreNotify = <optimized out> > pChildOutDev = <optimized out> > aNotifyEvt = {mpWindow = {m_rInnerRef = rtl::Reference to 0x55df737da210}, mpData = 0x7ffed2d547b0, mnEventType = MouseNotifyEvent::KEYINPUT} > bRet = true > pSVData = 0x7f191222f4c0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > aKeyCode = {nKeyCodeAndModifiers = 1305, eFunc = KeyFuncType::DONTKNOW} > nEvCode = <optimized out> > aKeyEvent = {maKeyCode = {nKeyCodeAndModifiers = 1305, eFunc = KeyFuncType::DONTKNOW}, mnRepeat = 0, mnCharCode = 0 u'\000'} > bCtrlF6 = <optimized out> > pChild = {m_rInnerRef = rtl::Reference to 0x55df737da210} >#60 0x00007f19115e5d63 in ImplWindowFrameProc (_pWindow=<optimized out>, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2378 > pKeyEvt = 0x7ffed2d54b70 > pWindow = {m_rInnerRef = rtl::Reference to 0x55df735e3110} > bRet = false >#61 0x00007f18fcb00aab in SalFrame::CallCallback (this=this@entry=0x55df735ef630, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:276 >No locals. >#62 0x00007f18fcaf6b81 in GtkSalFrame::CallCallbackExc (this=this@entry=0x55df735ef630, nEvent=nEvent@entry=SalEvent::KeyInput, pEvent=pEvent@entry=0x7ffed2d54b70) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:4276 >No locals. >#63 0x00007f18fcafa05b in GtkSalFrame::doKeyCallback (this=this@entry=0x55df735ef630, state=0, keyval=keyval@entry=65383, hardware_keycode=<optimized out>, group=<optimized out>, time=<optimized out>, aOrigCode=0 u'\000', bDown=true, bSendRelease=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:458 > bHandled = <optimized out> > aEvent = {mnTime = 8970716, mnCode = 1305, mnCharCode = 0, mnRepeat = 0} > aDel = {m_pNotifier = 0x55df735ef638} >#64 0x00007f18fcafbc20 in GtkSalFrame::signalKey (pWidget=<optimized out>, pEvent=0x55df748cda70, frame=0x55df735ef630) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:3120 > pThis = 0x55df735ef630 > aDel = {m_pNotifier = 0x55df735ef638} >#65 0x00007f18fc37787c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >No symbol table info available. >#66 0x00007f1919a76f75 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >No symbol table info available. >#67 0x00007f1919a88f82 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >No symbol table info available. >#68 0x00007f1919a9166f in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >No symbol table info available. >#69 0x00007f1919a91faf in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >No symbol table info available. >#70 0x00007f18fc4c40bc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >No symbol table info available. >#71 0x00007f18fc374a19 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >No symbol table info available. >#72 0x00007f18fc3769be in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >No symbol table info available. >#73 0x00007f18fbe87bf5 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >No symbol table info available. >#74 0x00007f18fbeb8ba2 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >No symbol table info available. >#75 0x00007f191979d7f7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >No symbol table info available. >#76 0x00007f191979da60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >No symbol table info available. >#77 0x00007f191979db0c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 >No symbol table info available. >#78 0x00007f18fcaacc8b in GtkData::Yield (this=0x55df7232eba0, bWait=bWait@entry=true, bHandleAllCurrentEvents=bHandleAllCurrentEvents@entry=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:467 > nMaxEvents = 0 > wasOneEvent = <optimized out> > aReleaser = {m_nYieldCount = 1} > bDispatchThread = true > bWasEvent = false >#79 0x00007f18fcaaf8f2 in GtkInstance::DoYield (this=<optimized out>, bWait=<optimized out>, bHandleAllCurrentEvents=<optimized out>, nReleased=<optimized out>) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:427 > __PRETTY_FUNCTION__ = "virtual SalYieldResult GtkInstance::DoYield(bool, bool, sal_uLong)" >#80 0x00007f19118b4b86 in ImplYield (i_bWait=<optimized out>, i_bWait@entry=true, i_bAllEvents=i_bAllEvents@entry=false, nReleased=nReleased@entry=0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:506 > pSVData = 0x7f191222f4c0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > bHasActiveIdles = false > nMinTimeout = 0 > eResult = <optimized out> >#81 0x00007f19118b00a4 in Application::Yield () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:551 >No locals. >#82 0x00007f19118b00f1 in Application::Execute () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:468 > pSVData = 0x7f191222f4c0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> >#83 0x00007f191b3d5b0b in desktop::Desktop::DoExecute () at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1353 >No locals. >#84 0x00007f191b3ddb55 in desktop::Desktop::Main (this=0x7ffed2d55a50) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1680 > layer2 = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (desktop::DesktopContext *) 0x55df7233c7d8} > bTerminateRequested = false > layer = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (DesktopEnvironmentContext *) 0x55df7233c858} > eStatus = <optimized out> > rCmdLineArgs = @0x7f191b713680: {m_cwdUrl = boost::optional "file:///home/terry/lo_hacking/git/libo6", m_minimized = false, m_invisible = false, m_norestore = true, m_headless = false, m_eventtesting = false, m_quickstart = false, m_noquickstart = false, m_terminateafterinit = false, m_nologo = false, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = true, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = true, m_textcat = false, m_safemode = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = true, m_accept = std::__debug::vector of length 0, capacity 0, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""} > aUnknown = "" > inst_fin = <optimized out> > xContext = uno::Reference to (cppu::ComponentContext *) 0x55df72466870 > xRestartManager = uno::Reference to (comphelper::OOfficeRestartManager *) 0x55df73225048 > xDesktop = uno::Reference to (framework::Desktop *) 0x55df73249738 > aAppearanceCfg = {<utl::ConfigItem> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x7f1913cdd9e0 <vtable for SvtTabAppearanceCfg+16>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = ConfigurationHints::NONE}, sSubTree = "Office.Common/View", m_xHierarchyAccess = uno::Reference to (configmgr::RootAccess *) 0x55df734b5e98, xChangeLstnr = empty uno::Reference, m_nMode = ConfigItemMode::DelayedUpdate, m_bIsModified = false, m_bEnableInternalNotification = false, m_nInValueChange = 0}, nDragMode = DragMode::SystemDep, nSnapMode = SnapType::NONE, nMiddleMouse = MouseMiddleButtonAction::PasteSelection, nAAMinPixelHeight = 8, bMenuMouseFollow = true, bFontAntialiasing = true, static bInitialized = true} > aOptions = {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x7f1913cdd928 <vtable for SvtAccessibilityOptions+16>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = ConfigurationHints::NONE}, <utl::ConfigurationListener> = {_vptr.ConfigurationListener = 0x7f1913cdd960 <vtable for SvtAccessibilityOptions+72>}, <No data fields>}, <SfxListener> = {_vptr.SfxListener = 0x7f1913cdd988 <vtable for SvtAccessibilityOptions+112>, mpImpl = std::unique_ptr<SfxListener::Impl> containing 0x55df73538b20}, static sm_pSingleImplConfig = 0x55df734b4190, static sm_nAccessibilityRefCount = 10} >#85 0x00007f19118b9241 in ImplSVMain () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:185 > pSVData = 0x7f191222f4c0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > nReturn = 1 > bInit = <optimized out> >#86 0x00007f19118b930f in SVMain () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:223 > nRet = 32537 >#87 0x00007f191b412522 in soffice_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:166 > bSuccess = <optimized out> > aDesktop = {<Application> = {_vptr.Application = 0x7f191b70d7f0 <vtable for desktop::Desktop+16>}, m_rSplashScreen = empty uno::Reference, m_bCleanedExtensionCache = false, m_bServicesRegistered = true, m_aBootstrapError = desktop::Desktop::BE_OK, m_aBootstrapErrorMessage = "", m_aBootstrapStatus = desktop::Desktop::BS_OK, m_xLockfile = std::unique_ptr<desktop::Lockfile> containing 0x0, m_firstRunTimer = {<Scheduler> = {_vptr.Scheduler = 0x7f19122188b0 <vtable for Timer+16>, mpSchedulerData = 0x0, mpDebugName = 0x0, mePriority = SchedulerPriority::HIGHEST, mbActive = false, static ImmediateTimeoutMs = 1, static InfiniteTimeoutMs = 86400000}, maTimeoutHdl = {function_ = 0x0, instance_ = 0x0}, mnTimeout = 1, mbAuto = false}, static pResMgr = 0x55df73248210} > rCmdLineArgs = @0x7f191b713680: {m_cwdUrl = boost::optional "file:///home/terry/lo_hacking/git/libo6", m_minimized = false, m_invisible = false, m_norestore = true, m_headless = false, m_eventtesting = false, m_quickstart = false, m_noquickstart = false, m_terminateafterinit = false, m_nologo = false, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = true, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = true, m_textcat = false, m_safemode = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = true, m_accept = std::__debug::vector of length 0, capacity 0, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""} > aUnknown = "" >#88 0x000055df703fea68 in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 > ret = 0 >#89 0x000055df703fea4e in main (argc=4, argv=0x7ffed2d55c18) at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:47 > ret = 0 >(gdb) quit >]0;terry@lynn-stretch: ~/lo_hacking/git/libo6[01;32mterry@lynn-stretch[00m:[01;34m~/lo_hacking/git/libo6[00m$ exit >exit > >Script done on Mon 12 Dec 2016 12:50:19 PM EST
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 104540
:
129536
| 129537