https://bugs.documentfoundation.org/show_bug.cgi?id=93953
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #18 from Michael Meeks <[email protected]> --- hmm; so if you have a debug build; perhaps it would be better to generate a core file =) if you can ensure you're running soffice from a write-able directory and do: ulimit -c unlimited and run it until it crashes. Then we should have a core.12345 file. You should be able to load that in gdb: gdb /path/to/soffice.bin core.12345 thread apply all backtrace And then we'll have the detail we need to chase the real crash; not the Java related SEGV =) Thanks ! -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
