https://bugs.documentfoundation.org/show_bug.cgi?id=110997
--- Comment #7 from Lionel Elie Mamane <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs