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

--- Comment #2 from Caolán McNamara <[email protected]> ---
java deliberately produces SIGSEGVs which is normally handles without it
getting to the app. Under gdb, gdb will stop at the SIGSEGV and you have to
"cont" to get to the "real" segv. How do you know if its a "real" segv or a
java-raised one. I tend to just "up" a few times and see that its all libjvm
foo and do cont when I see that and do the same the next time if its also in
libjvm stuff.

-- 
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

Reply via email to