[Libreoffice-bugs] [Bug 110997] Some forms stall with 100% on open - It' s a date field problem

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 2 09:14:04 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=110997

--- Comment #7 from Lionel Elie Mamane <lionel at mamane.lu> ---
(In reply to Alex Thurgood from comment #5)
> On my master debug-enabled build, attempting to open the form in a lldb
> session shows this:

> Process 1237 stopped
> * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSEGV

> Continuing in the session allows the form to be displayed.

> Attaching bt from sigsegv and further session output.

Alex, when Java is used, some SIGSEGVs are "normal", as in they are used
internally by Java, caught and treated by Java. So, when Java is being used,
any SIGSEGV that does not actually crash/abort LibreOffice (meaning it was
treated by Java) should be ignored.

Unless you are diagnosing a crash/abort caused by a SIGSEGV, I recommend to
setup lldb to ignore SIGSEGVs altogether. Not sure how to do it in lldb, but in
gdb the command is "handle SIGSEGV noprint nostop pass".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170802/d392c601/attachment-0001.html>


More information about the Libreoffice-bugs mailing list