How to retrieve a backtrace when there's no stack (case tdf#105182)

Eike Rathke erack at redhat.com
Tue Jan 10 12:27:43 UTC 2017


Hi julien2412,

On Sunday, 2017-01-08 15:12:44 -0700, julien2412 wrote:

> I wanted to give a try to tdf#105182 but the popup error seems to prevent
> from having a stacktrace.
> Is it possible to disable manually this popup mechanism?
> Indeed, in the quoted bugtracker, we know there's something with a vector
> but don't know which file or which method.

Blindly assuming that the popup is somehow related to an exception
thrown, you could try in gdb

catch throw

or if that doesn't work maybe

break __cxa_throw

before executing the failing code path. Enable only immediately before,
as various exceptions can be thrown for legitimate reasons and are
caught as well so you could hit the breakpoint several times without the
context you're actually interested in.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20170110/c8caf705/attachment.sig>


More information about the LibreOffice mailing list