[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#819153: libreoffice: LibreOffice crashes when trying to edit diagrams: "does not expose __driDriverGetExtensions_swrast()"



I added more source and symbols so one can also see the libx11/libglx calls.
It seems the chart handling code tries to open a glx context which fails. The
XError is then never handled and LO quits.
(gdb) bt
#0  0xf38dd2b0 in ?? () from /usr/lib/libreoffice/program/libuno_sal.so.3
#1  <signal handler called>
#2  0xf7777b70 in __kernel_vsyscall ()
#3  0xf36f6ed7 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#4  0xf36f84a9 in __GI_abort () at abort.c:89
#5  0xf61deef4 in SalAbort (rErrorText=..., bDumpCore=true) at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/unx/generic/plugadapt/salplug.cxx:293
#6  0xf612613f in Application::Abort (rErrorText=...) at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/source/app/svapp.cxx:318
#7  0xf5126bfe in desktop::Desktop::Exception (this=0xff9fe968, nError=1024)
    at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/desktop/source/app/app.cxx:1245
#8  0xf612bcc8 in VCLExceptionSignal_impl (pInfo=0xff9fce70) at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/source/app/svmain.cxx:142
#9  0xf38dd6a8 in osl_raiseSignal () from /usr/lib/libreoffice/program/libuno_sal.so.3
#10 0xeecc4598 in X11SalData::XError (this=0x80bac70, pDisplay=0x80c18a0, pEvent=0xff9fcfac)
    at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/unx/generic/app/saldata.cxx:547
#11 0xeecc46d5 in XErrorHdl (pDisplay=0x80c18a0, pEvent=0xff9fcfac) at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/unx/generic/app/saldata.cxx:77
#12 0xf2e5b94a in _XError (dpy=0x80c18a0, rep=0xff9fd04c) at ../../src/XlibInt.c:1429
#13 0xf358ae94 in __glXSendErrorForXcb (dpy=0x80c18a0, err=0x99fa9a8) at ../../../../src/glx/glx_error.c:83
#14 0xf3586d3d in glXCreateContextAttribsARB (dpy=0x80c18a0, config=0x96cad78, share_context=0x0, direct=1, attrib_list=0xff9fd178)
    at ../../../../src/glx/create_context.c:119
#15 0xf5e3e8a2 in OpenGLContext::ImplInit (this=0x97b6610) at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/source/opengl/OpenGLContext.cxx:748
#16 0xf5e3ed55 in OpenGLContext::init (this=0x97b6610, pChildWindow=0x96c9cf0)
    at /build/libreoffice-3WTdQ6/libreoffice-5.1.2~rc1/vcl/source/opengl/OpenGLContext.cxx:646

Reply to: