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

Michael Stahl mstahl at redhat.com
Wed Jan 11 16:29:39 UTC 2017


On 08/01/17 23:12, julien2412 wrote:
> Hello,
> 
> 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?

the problem is that C++ exceptions don't capture a backtrace of the
throwing location, so you need to set a breakpoint on throwing like
"catch throw", and click through loads of unrelated exceptions before
you get to the interesting one...




More information about the LibreOffice mailing list