http://bugzilla.opensuse.org/show_bug.cgi?id=1079744 http://bugzilla.opensuse.org/show_bug.cgi?id=1079744#c2 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(Ulrich.Windl@rz.u | |ni-regensburg.de) | --- Comment #2 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> --- Created attachment 759211 --> http://bugzilla.opensuse.org/attachment.cgi?id=759211&action=edit strace of LibreOffice Writer start causing Java exception (In reply to Tomáš Chvátal from comment #1)
You can try to run it in gdb and trace it to see why it crashed... without core this is not possible to determine what happened and what needs to be fixed.
"it" being LO Writer did NOT crash. Not even sure anything crashed, but I see the exception stack trace every time I launch Writer. So I guess it's either a problem with IcedTea not being Oracle Java, or some packaging issue, or compatibility, etc. The gdb thing suggested probably won't work either, as "oowriter" is a shell script calling `/usr/lib64/libreoffice/program/soffice --writer "$@"':
file /usr/bin/oowriter /usr/bin/oowriter: POSIX shell script, ASCII text executable
/usr/lib64/libreoffice/program/soffice in turn is another shell script: usr/lib64/libreoffice/program/soffice: POSIX shell script, ASCII text executable So I hacked the latter script to inject an strace (not GDB). -- You are receiving this mail because: You are on the CC list for the bug.