Bugzilla – Attachment 124935 Details for
Bug 99712
Crash in context menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb on the core file
20160509_0937_gdb (text/plain), 51.49 KB, created by
Terrence Enger
on 2016-05-09 14:07:04 UTC
(
hide
)
Description:
gdb on the core file
Filename:
MIME Type:
Creator:
Terrence Enger
Created:
2016-05-09 14:07:04 UTC
Size:
51.49 KB
patch
obsolete
>terry@lynn-stretch:~/lo_hacking/git/libo6$ ls -l core >-rw------- 1 terry terry 193310720 May 9 09:37 core >terry@lynn-stretch:~/lo_hacking/git/libo6$ gdb instdir/program/soffice.bin core >GNU gdb (Debian 7.10-1+b1) 7.10 >Copyright (C) 2015 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 22373] >[New LWP 22375] >[New LWP 22380] >[New LWP 22379] >[New LWP 22381] >[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 --nolo'. >Program terminated with signal SIGABRT, Aborted. >#0 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) > at ../sysdeps/unix/sysv/linux/raise.c:55 >55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. >[Current thread is 1 (Thread 0x7f51e4314a80 (LWP 22373))] >(gdb) set pagination off >(gdb) set print object on >(gdb) info threads > Id Target Id Frame > 5 Thread 0x7f51bdc88700 (LWP 22381) 0x00007f51e38e3e5d in poll () at ../sysdeps/unix/syscall-template.S:84 > 4 Thread 0x7f51c0622700 (LWP 22379) 0x00007f51e38edbbd in accept () at ../sysdeps/unix/syscall-template.S:84 > 3 Thread 0x7f51be489700 (LWP 22380) 0x00007f51e38e3e5d in poll () at ../sysdeps/unix/syscall-template.S:84 > 2 Thread 0x7f51c6cfc700 (LWP 22375) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225 >* 1 Thread 0x7f51e4314a80 (LWP 22373) 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >(gdb) backtrace >#0 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >#1 0x00007f51e38388fa in __GI_abort () at abort.c:89 >#2 0x00007f51e3fa7947 in (anonymous namespace)::callSystemHandler(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:340 >#3 0x00007f51e3fa7bca in (anonymous namespace)::signalHandlerFunction(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:424 >#4 0x00007f51e3837500 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6 >#5 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >#6 0x00007f51e38388fa in __GI_abort () at abort.c:89 >#7 0x00007f51db2023cf in SalAbort(rtl::OUString const&, bool) (rErrorText="", bDumpCore=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:293 >#8 0x00007f51db1169ff in Application::Abort(rtl::OUString const&) (rErrorText="") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:320 >#9 0x00007f51e3bdeba0 in desktop::Desktop::Exception(unsigned short) (this=0x7ffdf8f48330, nError=768) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1284 >#10 0x00007f51db125d99 in VCLExceptionSignal_impl(void*, oslSignalInfo*) (pInfo=0x7ffdf8f455d0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:144 >#11 0x00007f51e3f57902 in callSignalHandler(oslSignalInfo*) (pInfo=0x7ffdf8f455d0) at /home/terry/lo_hacking/git/libo6/sal/osl/all/signalshared.cxx:59 >#12 0x00007f51e3fa7bad in (anonymous namespace)::signalHandlerFunction(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:421 >#13 0x00007f51e3837500 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6 >#14 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >#15 0x00007f51e38388fa in __GI_abort () at abort.c:89 >#16 0x00007f51db2023cf in SalAbort(rtl::OUString const&, bool) (rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows destroyed: 18MenuFloatingWindow()", bDumpCore=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:293 >#17 0x00007f51db1169ff in Application::Abort(rtl::OUString const&) (rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows destroyed: 18MenuFloatingWindow()") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:320 >#18 0x00007f51dacea5e4 in vcl::Window::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/window.cxx:326 >#19 0x00007f51dac96140 in SystemWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/syswin.cxx:123 >#20 0x00007f51dabea058 in FloatingWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/floatwin.cxx:233 >#21 0x00007f51b97f6d0e in sd::AnnotationWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:303 >#22 0x00007f51dae1249c in OutputDevice::disposeOnce() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/outdev/outdev.cxx:162 >#23 0x00007f51b97f5a69 in VclPtr<sd::AnnotationWindow>::disposeAndClear() (this=0x2d7bb80) at /home/terry/lo_hacking/git/libo6/include/vcl/vclptr.hxx:208 >#24 0x00007f51b97f52bc in sd::AnnotationTag::ClosePopup() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationtag.cxx:609 >#25 0x00007f51b97f479f in sd::AnnotationTag::disposing() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationtag.cxx:486 >#26 0x00007f51b9774614 in sd::SimpleReferenceComponent::Dispose() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/helper/simplereferencecomponent.cxx:76 >#27 0x00007f51b97ec9da in sd::AnnotationManagerImpl::DisposeTags() (this=0x20be720) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:857 >#28 0x00007f51b97ec431 in sd::AnnotationManagerImpl::UpdateTagsHdl(void*) (this=0x20be720) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:798 >#29 0x00007f51b97ec403 in sd::AnnotationManagerImpl::LinkStubUpdateTagsHdl(void*, void*) (instance=0x20be720, data=0x0) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:795 >#30 0x00007f51dad13497 in Link<void*, void>::Call(void*) const (this=0x31c3218, data=0x0) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#31 0x00007f51dad10258 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1958 >#32 0x00007f51dad11c1d in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) (_pWindow=0x1851bf0, nEvent=22, pEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2526 >#33 0x00007f51db25a353 in SalFrame::CallCallback(unsigned short, void const*) const (this=0x18524d0, nEvent=22, pEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:273 >#34 0x00007f51db26ab6b in SalGenericDisplay::DispatchInternalEvent() (this=0x180d060) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/app/gendisp.cxx:86 >#35 0x00007f51c61ec5dc in GtkData::userEventFn(void*) (data=0x91b2e0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:809 >#36 0x00007f51c61ec669 in call_userEventFn(void*) (data=0x91b2e0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:819 >#37 0x00007f51e1fbbfea in g_main_context_dispatch (context=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3154 >#38 0x00007f51e1fbbfea in g_main_context_dispatch (context=context@entry=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3769 >#39 0x00007f51e1fbc390 in g_main_context_iterate (context=0x17e1640, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3840 >#40 0x00007f51e1fbc6b2 in g_main_loop_run (loop=0x2ff3e20) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:4034 >#41 0x00007f51c626bf9e in GtkSalMenu::ShowNativePopupMenu(FloatingWindow*, Rectangle const&, FloatWinPopupFlags) (this=0x3186ea0, pWin=0x313b930, rRect=Rectangle = {...}, nFlags=(FloatWinPopupFlags::Down | FloatWinPopupFlags::NoKeyClose | FloatWinPopupFlags::AllMouseButtonClose | FloatWinPopupFlags::NewLevel | FloatWinPopupFlags::NoMouseUpClose | FloatWinPopupFlags::GrabFocus)) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:393 >#42 0x00007f51dac28b02 in PopupMenu::ImplExecute(VclPtr<vcl::Window> const&, Rectangle const&, FloatWinPopupFlags, Menu*, bool) (this=0x30a6af0, pW=..., rRect=Rectangle = {...}, nPopupModeFlags=(FloatWinPopupFlags::Down | FloatWinPopupFlags::NoKeyClose | FloatWinPopupFlags::AllMouseButtonClose | FloatWinPopupFlags::NewLevel | FloatWinPopupFlags::NoMouseUpClose), pSFrom=0x0, bPreSelectFirst=false) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:3094 >#43 0x00007f51dac27cdd in PopupMenu::Execute(vcl::Window*, Rectangle const&, PopupMenuFlags) (this=0x30a6af0, pExecWindow=0x30d0610, rRect=Rectangle = {...}, nFlags=(PopupMenuFlags::ExecuteDown | PopupMenuFlags::NoMouseUpClose)) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2920 >#44 0x00007f51b97ed6b9 in sd::AnnotationManagerImpl::ExecuteAnnotationContextMenu(com::sun::star::uno::Reference<com::sun::star::office::XAnnotation> const&, vcl::Window*, Rectangle const&, bool) (this=0x20be720, xAnnotation=uno::Reference to (sd::Annotation *) 0x25d0cd0, pParent=0x30d0610, rContextRect=Rectangle = {...}, bButtonMenu=false) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:1008 >#45 0x00007f51b97f9d76 in sd::AnnotationWindow::Command(CommandEvent const&) (this=0x30d0610, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:732 >#46 0x00007f51b97f669f in sd::AnnotationTextWindow::Command(CommandEvent const&) (this=0x309ff90, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:218 >#47 0x00007f51dad09c4f in ImplCallCommand(VclPtr<vcl::Window> const&, CommandEventId, void*, bool, Point*) (pChild=..., nEvt=<incomplete type>, pData=0x0, bMouse=true, pPos=0x7ffdf8f46f20) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:225 >#48 0x00007f51dad0bf5e in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow=..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONDOWN, bMouseLeave=false, nX=380, nY=112, nMsgTime=262635483, nCode=4, nMode=MouseEventModifiers::NONE) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:797 >#49 0x00007f51dad1307d in ImplHandleSalMouseButtonDown(vcl::Window*, SalMouseEvent*) (pWindow=0x1c3aef0, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2019 >#50 0x00007f51dad114ca in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) (_pWindow=0x1c3aef0, nEvent=3, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2359 >#51 0x00007f51c6258aad in SalFrame::CallCallback(unsigned short, void const*) const (this=0x1c52b10, nEvent=3, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:273 >#52 0x00007f51c625386a in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x31c39c0, frame=0x1c52b10) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:2598 >#53 0x00007f51c5aca20c in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#57 0x00007f51e22ae08f in <emit signal ??? on instance 0x1c37f20 [GtkEventBox]> (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gobject/gsignal.c:3441 > #54 0x00007f51e2292fa5 in g_closure_invoke (closure=0x1c46f20, return_value=return_value@entry=0x7ffdf8f475c0, n_param_values=2, param_values=param_values@entry=0x7ffdf8f47620, invocation_hint=invocation_hint@entry=0x7ffdf8f475a0) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gobject/gclosure.c:804 > #55 0x00007f51e22a4fc1 in signal_emit_unlocked_R (node=node@entry=0x17e96e0, detail=detail@entry=0, instance=instance@entry=0x1c37f20, emission_return=emission_return@entry=0x7ffdf8f47730, instance_and_params=instance_and_params@entry=0x7ffdf8f47620) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gobject/gsignal.c:3629 > #56 0x00007f51e22ad7f9 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7ffdf8f477e0) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gobject/gsignal.c:3395 >#58 0x00007f51c5c0cf1c in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#59 0x00007f51c5ac752e in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#60 0x00007f51c5ac940c in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#61 0x00007f51c56006c5 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#62 0x00007f51c562d572 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#63 0x00007f51e1fbc137 in g_main_context_dispatch (context=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3154 >#64 0x00007f51e1fbc137 in g_main_context_dispatch (context=context@entry=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3769 >#65 0x00007f51e1fbc390 in g_main_context_iterate (context=context@entry=0x17e1640, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3840 >#66 0x00007f51e1fbc43c in g_main_context_iteration (context=0x17e1640, may_block=1) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3901 >#67 0x00007f51c61eb47a in GtkData::Yield(bool, bool) (this=0x91b2e0, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:467 >#68 0x00007f51c61ee70b in GtkInstance::DoYield(bool, bool, unsigned long) (this=0x91b1d0, bWait=true, bHandleAllCurrentEvents=false, nReleased=0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:407 >#69 0x00007f51db11b7e9 in ImplYield(bool, bool, unsigned long) (i_bWait=true, i_bAllEvents=false, nReleased=0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:511 >#70 0x00007f51db11762e in Application::Yield() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:556 >#71 0x00007f51db1174a8 in Application::Execute() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:473 >#72 0x00007f51e3bdec6d in desktop::Desktop::DoExecute() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1322 >#73 0x00007f51e3bdfe3f in desktop::Desktop::Main() (this=0x7ffdf8f48330) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1647 >#74 0x00007f51db125eac in ImplSVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:172 >#75 0x00007f51db125fee in SVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:210 >#76 0x00007f51e3c2db50 in soffice_main() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:135 >#77 0x000000000040090e in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 >#78 0x00000000004008f4 in main (argc=4, argv=0x7ffdf8f48668) at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:47 >(gdb) thread apply all backtrace full > >Thread 5 (Thread 0x7f51bdc88700 (LWP 22381)): >#0 0x00007f51e38e3e5d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f51e1fbc32c in g_main_context_iterate (priority=2147483647, n_fds=2, fds=0x186f9a0, timeout=<optimized out>, context=0x186fdf0) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:4135 > poll_func = 0x7f51e1fcb240 <g_poll> > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 2 > allocated_nfds = 2 > fds = 0x186f9a0 >#2 0x00007f51e1fbc32c in g_main_context_iterate (context=0x186fdf0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3835 > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 2 > allocated_nfds = 2 > fds = 0x186f9a0 >#3 0x00007f51e1fbc6b2 in g_main_loop_run (loop=0x1870000) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:4034 > __func__ = "g_main_loop_run" >#4 0x00007f51da570906 in gdbus_shared_thread_func (user_data=0x186fdc0) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gio/gdbusprivate.c:246 > data = 0x186fdc0 >#5 0x00007f51e1fe2b75 in g_thread_proxy (data=0x1870020) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gthread.c:780 > thread = 0x1870020 >#6 0x00007f51e35ee454 in start_thread (arg=0x7f51bdc88700) at pthread_create.c:334 > __res = <optimized out> > pd = 0x7f51bdc88700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139989053114112, -2600585031724900654, 0, 140728780220287, 3, 25624000, 2687424266946141906, 2687271344901250770}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = <optimized out> > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> > __PRETTY_FUNCTION__ = "start_thread" >#7 0x00007f51e38eceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 > >Thread 4 (Thread 0x7f51c0622700 (LWP 22379)): >#0 0x00007f51e38edbbd in accept () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f51e3f9cbae in osl_acceptPipe(oslPipe) (pPipe=0x1746d60) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/pipe.cxx:428 > s = 0 > pAcceptedPipe = 0x7f51e440a358 >#2 0x00007f51e3c2a9a3 in osl::Pipe::accept(osl::StreamPipe&) (this=0x1746d40, Connection=...) at /home/terry/lo_hacking/git/libo6/include/osl/pipe.hxx:136 >#3 0x00007f51e3c28ee5 in desktop::PipeIpcThread::execute() (this=0x1746d10) at /home/terry/lo_hacking/git/libo6/desktop/source/app/officeipcthread.cxx:1152 > aStreamPipe = {<osl::Pipe> = {m_handle = 0x0}, <No data fields>} > nError = 32593 > __PRETTY_FUNCTION__ = "virtual void desktop::PipeIpcThread::execute()" >#4 0x00007f51e023658c in salhelper::Thread::run() (this=0x1746d10) at /home/terry/lo_hacking/git/libo6/salhelper/source/thread.cxx:40 >#5 0x00007f51e0236906 in osl::threadFunc(void*) (param=0x1746d20) at /home/terry/lo_hacking/git/libo6/include/osl/thread.hxx:185 > pObj = 0x1746d20 >#6 0x00007f51e3fae143 in osl_thread_start_Impl(void*) (pData=0x1747eb0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/thread.cxx:240 > terminate = false > pImpl = 0x1747eb0 > __PRETTY_FUNCTION__ = "void* osl_thread_start_Impl(void*)" >#7 0x00007f51e35ee454 in start_thread (arg=0x7f51c0622700) at pthread_create.c:334 > __res = <optimized out> > pd = 0x7f51c0622700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139989096736512, -2600585031724900654, 0, 140728780225775, 3, 0, 2687344360153341650, 2687271344901250770}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = <optimized out> > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> > __PRETTY_FUNCTION__ = "start_thread" >#8 0x00007f51e38eceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 > >Thread 3 (Thread 0x7f51be489700 (LWP 22380)): >#0 0x00007f51e38e3e5d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007f51e1fbc32c in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x186dd60, timeout=<optimized out>, context=0x1863830) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:4135 > poll_func = 0x7f51e1fcb240 <g_poll> > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 1 > allocated_nfds = 1 > fds = 0x186dd60 >#2 0x00007f51e1fbc32c in g_main_context_iterate (context=context@entry=0x1863830, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3835 > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 1 > allocated_nfds = 1 > fds = 0x186dd60 >#3 0x00007f51e1fbc43c in g_main_context_iteration (context=0x1863830, may_block=may_block@entry=1) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3901 > retval = <optimized out> >#4 0x00007f51e1fbc479 in glib_worker_main (data=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:5672 >#5 0x00007f51e1fe2b75 in g_thread_proxy (data=0x186db50) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gthread.c:780 > thread = 0x186db50 >#6 0x00007f51e35ee454 in start_thread (arg=0x7f51be489700) at pthread_create.c:334 > __res = <optimized out> > pd = 0x7f51be489700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139989061506816, -2600585031724900654, 0, 140728780219935, 3, 0, 2687418762408681170, 2687271344901250770}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = <optimized out> > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> > __PRETTY_FUNCTION__ = "start_thread" >#7 0x00007f51e38eceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 > >Thread 2 (Thread 0x7f51c6cfc700 (LWP 22375)): >#0 0x00007f51e35f43f8 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225 >#1 0x00007f51e3f5d4b3 in rtl_cache_wsupdate_wait(unsigned int) (seconds=10) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1335 > now = {tv_sec = 1462801062, tv_usec = 345630} > wakeup = {tv_sec = 1462801072, tv_nsec = 345630000} >#2 0x00007f51e3f5d6b1 in rtl_cache_wsupdate_all(void*) (arg=0xa) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1483 > seconds = 10 >#3 0x00007f51e35ee454 in start_thread (arg=0x7f51c6cfc700) at pthread_create.c:334 > __res = <optimized out> > pd = 0x7f51c6cfc700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139989204584192, -2600585031724900654, 0, 140728780220383, 3, 0, 2687329762633244370, 2687271344901250770}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = <optimized out> > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> > __PRETTY_FUNCTION__ = "start_thread" >#4 0x00007f51e38eceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 > >Thread 1 (Thread 0x7f51e4314a80 (LWP 22373)): >#0 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 > resultvar = 0 > pid = 22373 > selftid = 22373 >#1 0x00007f51e38388fa in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = {140728780213600, 22, 139989696385136, 139989011604406, 140728780213648, 140728780213296, 139985869078528, 0, 0, 139989011604414, 52237664, 0, 139989686834749, 71, 140728780211088, 0}}, sa_flags = -476697888, sa_restorer = 0xe} > sigs = {__val = {32, 0 <repeats 15 times>}} >#2 0x00007f51e3fa7947 in (anonymous namespace)::callSystemHandler(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:340 > act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 0, sa_restorer = 0xf8f44d70} > i = 5 >#3 0x00007f51e3fa7bca in (anonymous namespace)::signalHandlerFunction(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:424 > act = {__sigaction_handler = {sa_handler = 0x1872bf0, sa_sigaction = 0x1872bf0}, sa_mask = {__val = {139989648303990, 10747232, 139641784184694, 10747232, 140728780214584, 140728780214384, 139989648460553, 25635824, 10747232, 140728780214416, 139989676536799, 140728780214576, 140728780214528, 140728780214448, 139989648456490, 140728780214576}}, sa_flags = -118206208, sa_restorer = 0x7ffdf8f44ea0} > Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0} >#4 0x00007f51e3837500 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6 >#5 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 > resultvar = 0 > pid = 22373 > selftid = 22373 >#6 0x00007f51e38388fa in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x7f51e3ba3540 <_IO_2_1_stderr_>, sa_sigaction = 0x7f51e3ba3540 <_IO_2_1_stderr_>}, sa_mask = {__val = {18, 139989549286350, 18, 139989549286350, 139989686381715, 139989689709888, 18, 18, 139989686385814, 18, 139989689709888, 139989549286350, 18, 1, 139989686344059, 1}}, sa_flags = -118205360, sa_restorer = 0x16} > sigs = {__val = {32, 0 <repeats 15 times>}} >#7 0x00007f51db2023cf in SalAbort(rtl::OUString const&, bool) (rErrorText="", bDumpCore=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:293 >#8 0x00007f51db1169ff in Application::Abort(rtl::OUString const&) (rErrorText="") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:320 > dumpCore = true > n = 3 >#9 0x00007f51e3bdeba0 in desktop::Desktop::Exception(unsigned short) (this=0x7ffdf8f48330, nError=768) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1284 > bInException = true > nOldMode = SystemWindowFlags::DIALOG > rArgs = @0x7f51e3f3bf20: {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 = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = true, 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 = false, m_textcat = 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 = false >#10 0x00007f51db125d99 in VCLExceptionSignal_impl(void*, oslSignalInfo*) (pInfo=0x7ffdf8f455d0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:144 > nOldMode = SystemWindowFlags::DIALOG > aLock = {m_solarMutex = @0x90d750} > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > nVCLException = 768 > bIn = true >#11 0x00007f51e3f57902 in callSignalHandler(oslSignalInfo*) (pInfo=0x7ffdf8f455d0) at /home/terry/lo_hacking/git/libo6/sal/osl/all/signalshared.cxx:59 > pHandler = 0x17491f0 > Action = osl_Signal_ActCallNextHdl >#12 0x00007f51e3fa7bad in (anonymous namespace)::signalHandlerFunction(int) (signal=6) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/signal.cxx:421 > Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0} >#13 0x00007f51e3837500 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6 >#14 0x00007f51e3837478 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 > resultvar = 0 > pid = 22373 > selftid = 22373 >#15 0x00007f51e38388fa in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = {140728780217472, 22, 139989696385136, 140728780217344, 50847296, 140728780217328, 139989693621999, 51042264, 50847296, 140728780217376, 139989693741703, 25399200, 25399200, 6, 1, 139989689707352}}, sa_flags = 50847296, sa_restorer = 0x1} > sigs = {__val = {32, 0 <repeats 15 times>}} >#16 0x00007f51db2023cf in SalAbort(rtl::OUString const&, bool) (rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows destroyed: 18MenuFloatingWindow()", bDumpCore=true) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:293 >#17 0x00007f51db1169ff in Application::Abort(rtl::OUString const&) (rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows destroyed: 18MenuFloatingWindow()") at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:320 > dumpCore = true > n = 3 >#18 0x00007f51dacea5e4 in vcl::Window::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/window.cxx:326 > aTempStr = "" > bError = true > pTempWin = 0x0 > pMySysWin = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > aErrorStr = " 18MenuFloatingWindow()" > pMyParent = 0x1c5a7b0 > __PRETTY_FUNCTION__ = "virtual void vcl::Window::dispose()" > xCanvas = empty uno::Reference > xDnDComponent = empty uno::Reference > pWrapper = 0x1c5a7b0 > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> >Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x101872bf0: > aMnemonicLabels = #19 0x00007f51dac96140 in SystemWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/syswin.cxx:123 >#20 0x00007f51dabea058 in FloatingWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/window/floatwin.cxx:233 >#21 0x00007f51b97f6d0e in sd::AnnotationWindow::dispose() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:303 >#22 0x00007f51dae1249c in OutputDevice::disposeOnce() (this=0x30d0610) at /home/terry/lo_hacking/git/libo6/vcl/source/outdev/outdev.cxx:162 >#23 0x00007f51b97f5a69 in VclPtr<sd::AnnotationWindow>::disposeAndClear() (this=0x2d7bb80) at /home/terry/lo_hacking/git/libo6/include/vcl/vclptr.hxx:208 > aTmp = rtl::Reference to 0x30d0610 >#24 0x00007f51b97f52bc in sd::AnnotationTag::ClosePopup() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationtag.cxx:609 >#25 0x00007f51b97f479f in sd::AnnotationTag::disposing() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationtag.cxx:486 >#26 0x00007f51b9774614 in sd::SimpleReferenceComponent::Dispose() (this=0x2d7bb50) at /home/terry/lo_hacking/git/libo6/sd/source/helper/simplereferencecomponent.cxx:76 >#27 0x00007f51b97ec9da in sd::AnnotationManagerImpl::DisposeTags() (this=0x20be720) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:857 > iter = rtl::Reference to 0x999999999999999f >#28 0x00007f51b97ec431 in sd::AnnotationManagerImpl::UpdateTagsHdl(void*) (this=0x20be720) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:798 >#29 0x00007f51b97ec403 in sd::AnnotationManagerImpl::LinkStubUpdateTagsHdl(void*, void*) (instance=0x20be720, data=0x0) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:795 >#30 0x00007f51dad13497 in Link<void*, void>::Call(void*) const (this=0x31c3218, data=0x0) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#31 0x00007f51dad10258 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1958 >#32 0x00007f51dad11c1d in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) (_pWindow=0x1851bf0, nEvent=22, pEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2526 > pWindow = {m_rInnerRef = rtl::Reference to 0x1851bf0} > bRet = false >#33 0x00007f51db25a353 in SalFrame::CallCallback(unsigned short, void const*) const (this=0x18524d0, nEvent=22, pEvent=0x31c3210) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:273 >#34 0x00007f51db26ab6b in SalGenericDisplay::DispatchInternalEvent() (this=0x180d060) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/app/gendisp.cxx:86 > pData = 0x31c3210 > pFrame = 0x18524d0 > nEvent = 22 >#35 0x00007f51c61ec5dc in GtkData::userEventFn(void*) (data=0x91b2e0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:809 > bContinue = 1 > pThis = 0x91b2e0 > pData = 0x91b2e0 > aGuard = {pT = 0x90d750} > pDisplay = 0x180d060 >#36 0x00007f51c61ec669 in call_userEventFn(void*) (data=0x91b2e0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:819 > aGuard = {m_solarMutex = @0x90d750} >#37 0x00007f51e1fbbfea in g_main_context_dispatch (context=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3154 > dispatch = 0x7f51e1fb8aa0 <g_idle_dispatch> > prev_source = 0x17e1580 > was_in_call = 0 > user_data = 0x91b2e0 > callback = 0x7f51c61ec635 <call_userEventFn(void*)> > cb_funcs = <optimized out> > cb_data = 0x31a2670 > need_destroy = <optimized out> > source = 0x31a0840 > current = 0x1872bf0 > i = 0 >#38 0x00007f51e1fbbfea in g_main_context_dispatch (context=context@entry=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3769 >#39 0x00007f51e1fbc390 in g_main_context_iterate (context=0x17e1640, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3840 > max_priority = -100 > timeout = 0 > some_ready = 1 > nfds = <optimized out> > allocated_nfds = 3 > fds = 0x184f510 >#40 0x00007f51e1fbc6b2 in g_main_loop_run (loop=0x2ff3e20) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:4034 > __func__ = "g_main_loop_run" >#41 0x00007f51c626bf9e in GtkSalMenu::ShowNativePopupMenu(FloatingWindow*, Rectangle const&, FloatWinPopupFlags) (this=0x3186ea0, pWin=0x313b930, rRect=Rectangle = {...}, nFlags=(FloatWinPopupFlags::Down | FloatWinPopupFlags::NoKeyClose | FloatWinPopupFlags::AllMouseButtonClose | FloatWinPopupFlags::NewLevel | FloatWinPopupFlags::NoMouseUpClose | FloatWinPopupFlags::GrabFocus)) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:393 > nButton = 3 > nTime = 262635483 > pEvent = 0x31449f0 > xParent = {m_rInnerRef = rtl::Reference to 0x30d0610} > nArrangeIndex = 0 > aPos = Point = {x = 380, y = 196} > pActionGroup = 0x317ab70 [GLOActionGroup] > pWidget = 0x2a42bd0 [GtkMenu] > pLoop = 0x2ff3e20 >#42 0x00007f51dac28b02 in PopupMenu::ImplExecute(VclPtr<vcl::Window> const&, Rectangle const&, FloatWinPopupFlags, Menu*, bool) (this=0x30a6af0, pW=..., rRect=Rectangle = {...}, nPopupModeFlags=(FloatWinPopupFlags::Down | FloatWinPopupFlags::NoKeyClose | FloatWinPopupFlags::AllMouseButtonClose | FloatWinPopupFlags::NewLevel | FloatWinPopupFlags::NoMouseUpClose), pSFrom=0x0, bPreSelectFirst=false) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:3094 > pMenu = 0x3186ea0 > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > xFocusId = {m_rInnerRef = rtl::Reference to 0x309ff90} > bRealExecute = true > aRect = Rectangle = {left = 380, top = 112, right = 380, bottom = 112} > nStyle = 8 > nVisibleEntries = 11 > __PRETTY_FUNCTION__ = "sal_uInt16 PopupMenu::ImplExecute(const VclPtr<vcl::Window>&, const Rectangle&, FloatWinPopupFlags, Menu*, bool)" > pWin = {<VclPtr<MenuFloatingWindow>> = {m_rInnerRef = rtl::Reference to 0x313b930}, <No data fields>} > aSz = Size = {width = 283, height = 222} > aDesktopRect = Rectangle = {left = 0, top = 31, right = 1440, bottom = 851} > nMaxHeight = 821 > nLeft = 0 > nTop = 0 > nRight = 0 > nBottom = 0 >#43 0x00007f51dac27cdd in PopupMenu::Execute(vcl::Window*, Rectangle const&, PopupMenuFlags) (this=0x30a6af0, pExecWindow=0x30d0610, rRect=Rectangle = {...}, nFlags=(PopupMenuFlags::ExecuteDown | PopupMenuFlags::NoMouseUpClose)) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2920 > nPopupModeFlags = (FloatWinPopupFlags::Down | FloatWinPopupFlags::NoMouseUpClose) >#44 0x00007f51b97ed6b9 in sd::AnnotationManagerImpl::ExecuteAnnotationContextMenu(com::sun::star::uno::Reference<com::sun::star::office::XAnnotation> const&, vcl::Window*, Rectangle const&, bool) (this=0x20be720, xAnnotation=uno::Reference to (sd::Annotation *) 0x25d0cd0, pParent=0x30d0610, rContextRect=Rectangle = {...}, bButtonMenu=false) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationmanager.cxx:1008 > pDispatcher = 0x20486d0 > bReadOnly = false > pAnnotationWindow = 0x30d0610 > pMenu = std::unique_ptr<PopupMenu> containing 0x30a6af0 > aUserOptions = {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x7f51dbff7cc8 <vtable for SvtUserOptions+16>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = 0}, <utl::ConfigurationListener> = {_vptr.ConfigurationListener = 0x7f51dbff7cf8 <vtable for SvtUserOptions+64>}, <No data fields>}, xImpl = std::shared_ptr (count 2, weak 1) 0x30958a0, static xSharedImpl = {<std::__weak_ptr<SvtUserOptions::Impl, (__gnu_cxx::_Lock_policy)2>> = {_M_ptr = 0x30958a0, _M_refcount = {_M_pi = 0x257a540}}, <No data fields>}} > sCurrentAuthor = "" > sAuthor = "" > aStr = "Delete All Comments b~y (no author)" > aReplace = "(no author)" > nId = 11097 > xFrame = uno::Reference to ((anonymous namespace)::Frame *) 0x1c6c5c0 > pParentAnnotationWindow = 0x30d0610 >#45 0x00007f51b97f9d76 in sd::AnnotationWindow::Command(CommandEvent const&) (this=0x30d0610, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:732 >#46 0x00007f51b97f669f in sd::AnnotationTextWindow::Command(CommandEvent const&) (this=0x309ff90, rCEvt=...) at /home/terry/lo_hacking/git/libo6/sd/source/ui/annotations/annotationwindow.cxx:218 >#47 0x00007f51dad09c4f in ImplCallCommand(VclPtr<vcl::Window> const&, CommandEventId, void*, bool, Point*) (pChild=..., nEvt=<incomplete type>, pData=0x0, bMouse=true, pPos=0x7ffdf8f46f20) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:225 > aPos = Point = {x = 129, y = 24} > aCEvt = {maPos = Point = {x = 129, y = 24}, mpData = 0x0, mnCommand = <incomplete type>, mbMouseEvent = true} > aNCmdEvt = {mpWindow = {m_rInnerRef = rtl::Reference to 0x309ff90}, mpData = 0x7ffdf8f46d80, mnEventType = MouseNotifyEvent::COMMAND, mnRetValue = 0} > bPreNotify = false >#48 0x00007f51dad0bf5e in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow=..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONDOWN, bMouseLeave=false, nX=380, nY=112, nMsgTime=262635483, nCode=4, nMode=MouseEventModifiers::NONE) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:797 > bContextMenu = true > rMSettings = @0x1b9f8b0: {mxData = std::shared_ptr (count 1, weak 0) 0x1bab280} > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > aMousePos = Point = {x = 380, y = 112} > pChild = {m_rInnerRef = rtl::Reference to 0x309ff90} > bRet = true > nClicks = 1 > pWinFrameData = 0x1c5b5a0 > nOldCode = 0 > nTmpMask = (MouseEventModifiers::SYNTHETIC | MouseEventModifiers::MODIFIERCHANGED) > aChildPos = Point = {x = 129, y = 24} > aMEvt = {maPos = Point = {x = 129, y = 24}, mnMode = MouseEventModifiers::NONE, mnClicks = 1, mnCode = 4} > bDrag = false > bCallHelpRequest = true > aNEvt = {mpWindow = {m_rInnerRef = rtl::Reference to 0x309ff90}, mpData = 0x7ffdf8f46f50, mnEventType = MouseNotifyEvent::MOUSEBUTTONDOWN, mnRetValue = 0} > __PRETTY_FUNCTION__ = "bool ImplHandleMouseEvent(const VclPtr<vcl::Window>&, MouseNotifyEvent, bool, long int, long int, sal_uInt64, sal_uInt16, MouseEventModifiers)" >#49 0x00007f51dad1307d in ImplHandleSalMouseButtonDown(vcl::Window*, SalMouseEvent*) (pWindow=0x1c3aef0, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2019 >#50 0x00007f51dad114ca in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) (_pWindow=0x1c3aef0, nEvent=3, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2359 > pWindow = {m_rInnerRef = rtl::Reference to 0x1c3aef0} > bRet = false >#51 0x00007f51c6258aad in SalFrame::CallCallback(unsigned short, void const*) const (this=0x1c52b10, nEvent=3, pEvent=0x7ffdf8f473e0) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:273 >#52 0x00007f51c625386a in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x31c39c0, frame=0x1c52b10) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:2598 > pThis = 0x1c52b10 > aEvent = {mnTime = 262635483, mnX = 380, mnY = 112, mnButton = 4, mnCode = 0} > nEventType = 3 > bClosePopups = false > aDel = {m_pNotifier = 0x1c52b18} >#53 0x00007f51c5aca20c in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#57 0x00007f51e22ae08f in <emit signal ??? on instance 0x1c37f20 [GtkEventBox]> (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./gobject/gsignal.c:3441 >Python Exception <class 'gdb.error'> Attempt to dereference a generic pointer.: >#58 0x00007f51c5c0cf1c in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#59 0x00007f51c5ac752e in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#60 0x00007f51c5ac940c in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#61 0x00007f51c56006c5 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#62 0x00007f51c562d572 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#63 0x00007f51e1fbc137 in g_main_context_dispatch (context=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3154 > dispatch = 0x7f51c562d550 > prev_source = 0x0 > was_in_call = 0 > user_data = 0x0 > callback = 0x0 > cb_funcs = <optimized out> > cb_data = <optimized out> > need_destroy = <optimized out> > source = 0x17e1580 > current = 0x1872bf0 > i = 0 >#64 0x00007f51e1fbc137 in g_main_context_dispatch (context=context@entry=0x17e1640) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3769 >#65 0x00007f51e1fbc390 in g_main_context_iterate (context=context@entry=0x17e1640, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3840 > max_priority = 2147483647 > timeout = 598 > some_ready = 1 > nfds = <optimized out> > allocated_nfds = 3 > fds = 0x184f510 >#66 0x00007f51e1fbc43c in g_main_context_iteration (context=0x17e1640, may_block=1) at /build/glib2.0-2CrUwg/glib2.0-2.48.0/./glib/gmain.c:3901 > retval = <optimized out> >#67 0x00007f51c61eb47a in GtkData::Yield(bool, bool) (this=0x91b2e0, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:467 > nMaxEvents = 0 > wasOneEvent = 1 > aReleaser = {m_nYieldCount = 1} > bDispatchThread = true > bWasEvent = false >#68 0x00007f51c61ee70b in GtkInstance::DoYield(bool, bool, unsigned long) (this=0x91b1d0, bWait=true, bHandleAllCurrentEvents=false, nReleased=0) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:407 > __PRETTY_FUNCTION__ = "virtual SalYieldResult GtkInstance::DoYield(bool, bool, sal_uLong)" >#69 0x00007f51db11b7e9 in ImplYield(bool, bool, unsigned long) (i_bWait=true, i_bAllEvents=false, nReleased=0) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:511 > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > bHasActiveIdles = false > nMinTimeout = 598 > eResult = EVENT >#70 0x00007f51db11762e in Application::Yield() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:556 >#71 0x00007f51db1174a8 in Application::Execute() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:473 > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> >#72 0x00007f51e3bdec6d in desktop::Desktop::DoExecute() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1322 >#73 0x00007f51e3bdfe3f in desktop::Desktop::Main() (this=0x7ffdf8f48330) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1647 > layer2 = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (desktop::DesktopContext *) 0x90ba78} > bTerminateRequested = false > layer = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (DesktopEnvironmentContext *) 0x90f378} > eStatus = desktop::Desktop::BS_OK > rCmdLineArgs = @0x7f51e3f3bf20: {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 = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = true, 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 = false, m_textcat = 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 = desktop::userinstall::EXISTED > xContext = uno::Reference to (cppu::ComponentContext *) 0xa42640 > xRestartManager = uno::Reference to (comphelper::OOfficeRestartManager *) 0x180eb98 > xDesktop = uno::Reference to (framework::Desktop *) 0x1829368 > aAppearanceCfg = {<utl::ConfigItem> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x7f51dd801f80 <vtable for SvtTabAppearanceCfg+16>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = 0}, sSubTree = "Office.Common/View", m_xHierarchyAccess = uno::Reference to (configmgr::RootAccess *) 0x1a85668, xChangeLstnr = empty uno::Reference, m_nMode = ConfigItemMode::DelayedUpdate, m_bIsModified = false, m_bEnableInternalNotification = false, m_nInValueChange = 0}, nDragMode = 2, nScaleFactor = 100, nSnapMode = 2, nMiddleMouse = MouseMiddleButtonAction::PasteSelection, nAAMinPixelHeight = 8, bMenuMouseFollow = true, bFontAntialiasing = true, static bInitialized = true} > aOptions = {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x7f51dd801ea0 <vtable for SvtAccessibilityOptions+16>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = 0}, <utl::ConfigurationListener> = {_vptr.ConfigurationListener = 0x7f51dd801ed8 <vtable for SvtAccessibilityOptions+72>}, <No data fields>}, <SfxListener> = {_vptr.SfxListener = 0x7f51dd801f00 <vtable for SvtAccessibilityOptions+112>, mpImpl = std::unique_ptr<SfxListener::Impl> containing 0x1b9ea00}, static sm_pSingleImplConfig = 0x1a86730, static sm_nAccessibilityRefCount = 8} >#74 0x00007f51db125eac in ImplSVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:172 > pSVData = 0x7f51dbb8d9e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance> > nReturn = 1 > bInit = true >#75 0x00007f51db125fee in SVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:210 > nRet = 0 >#76 0x00007f51e3c2db50 in soffice_main() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:135 > bSuccess = true > aDesktop = {<Application> = {_vptr.Application = 0x7f51e3f36650 <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 = 0x7f51dbb7a208 <vtable for Timer+16>, mpSchedulerData = 0x0, mpDebugName = 0x0, mePriority = SchedulerPriority::HIGHEST, mbActive = false, static ImmediateTimeoutMs = 1}, maTimeoutHdl = {function_ = 0x0, instance_ = 0x0}, mnTimeout = 1, mbAuto = false}, static pResMgr = 0x1825390} > rCmdLineArgs = @0x7f51e3f3bf20: {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 = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = true, 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 = false, m_textcat = 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 = "" >#77 0x000000000040090e in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 > ret = 0 >#78 0x00000000004008f4 in main (argc=4, argv=0x7ffdf8f48668) at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:47 > ret = 0 >(gdb)
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 99712
: 124935 |
124936
|
124938
|
124960