Comment 8 for bug 1048156

Revision history for this message
Thomas Perl (thp) wrote :

Steps to reproduce:

 1. Start LibreOffice Calc
 2. Click the Chart icon in the toolbar
 3. Click Cancel

Backtrace with "libreoffice-dbg" installed, obtained via:

 1. Do step 1. of "Steps to reproduce"
 2. sudo gdb -p $(pgrep soffice.bin)
 3. "c" on the (gdb) prompt
 4. Do step 2. and 3. of "Steps to reproduce"

(gdb) bt
#0 0x0aabfdd0 in ?? ()
#1 0xb36a4c06 in GenerateMenu (user_data=0xab06178)
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/unx/gtk/window/gtksalmenu.cxx:134
#2 0xb56cb75f in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3 0xb56caa83 in g_main_context_dispatch ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#4 0xb56cae20 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5 0xb56caf01 in g_main_context_iteration ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#6 0xb368d320 in GtkData::Yield (this=0x9795a50, bWait=true,
    bHandleAllCurrentEvents=false)
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/unx/gtk/app/gtkdata.cxx:583
#7 0xb368d7e7 in GtkInstance::Yield (this=0x9795a20, bWait=true,
    bHandleAllCurrentEvents=false)
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/unx/gtk/app/gtkinst.cxx:568
#8 0xb6381102 in ImplYield (i_bWait=true, i_bAllEvents=false)
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/source/app/svapp.cxx:451
#9 0xb637ee76 in Application::Yield (i_bAllEvents=false)
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/source/app/svapp.cxx:485
#10 0xb637eea7 in Application::Execute ()
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/source/app/svapp.cxx:430
#11 0xb7676c3e in desktop::Desktop::Main (this=0xbf8b4b1c)
---Type <return> to continue, or q <return> to quit---
    at /build/buildd/libreoffice-3.6.1~rc2/desktop/source/app/app.cxx:1683
#12 0xb6385243 in ImplSVMain ()
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/source/app/svmain.cxx:183
#13 0xb6385365 in SVMain ()
    at /build/buildd/libreoffice-3.6.1~rc2/vcl/source/app/svmain.cxx:220
#14 0xb76917d7 in soffice_main ()
    at /build/buildd/libreoffice-3.6.1~rc2/desktop/source/app/sofficemain.cxx:85
#15 0x0804857c in sal_main ()
    at /build/buildd/libreoffice-3.6.1~rc2/desktop/source/app/main.c:34
#16 main (argc=3, argv=0xbf8b4c44)
    at /build/buildd/libreoffice-3.6.1~rc2/desktop/source/app/main.c:33

~% dpkg -l | grep libreoffice
ii libreoffice-base-core 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- shared library
ii libreoffice-calc 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- spreadsheet
ii libreoffice-common 1:3.6.1~rc2-1ubuntu5 all office productivity suite -- arch-independent files
ii libreoffice-core 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- arch-dependent files
ii libreoffice-dbg 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- debug symbols
ii libreoffice-draw 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- drawing
ii libreoffice-emailmerge 1:3.6.1~rc2-1ubuntu5 all office productivity suite -- email mail merge
ii libreoffice-gnome 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- GNOME integration
ii libreoffice-gtk 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- GTK+ integration
ii libreoffice-help-en-us 1:3.6.1~rc2-1ubuntu5 all office productivity suite -- English_american help
ii libreoffice-impress 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- presentation
ii libreoffice-math 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- equation editor
ii libreoffice-ogltrans 1:3.6.1~rc2-1ubuntu5 i386 LibreOffice Impress extension for transitions using OpenGL
ii libreoffice-pdfimport 1.0.6+LibO3.6.1~rc2-1ubuntu5 i386 LibreOffice extension for importing PDF documents
ii libreoffice-presentation-minimizer 1.0.4+LibO3.6.1~rc2-1ubuntu5 i386 LibreOffice extension for size-efficient presentations
ii libreoffice-presenter-console 1.1.1+LibO3.6.1~rc2-1ubuntu5 i386 LibreOffice Impress extension for a separate presenter's console
ii libreoffice-style-human 1:3.6.1~rc2-1ubuntu5 all office productivity suite -- Human symbol style
ii libreoffice-style-tango 1:3.6.1~rc2-1ubuntu5 all office productivity suite -- Tango symbol style
ii libreoffice-writer 1:3.6.1~rc2-1ubuntu5 i386 office productivity suite -- word processor

This is under GNOME 3.