https://bugzilla.novell.com/show_bug.cgi?id=769448 https://bugzilla.novell.com/show_bug.cgi?id=769448#c5 Petr Mladek <pmladek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |f.de.kruijf@gmail.com --- Comment #5 from Petr Mladek <pmladek@suse.com> 2013-01-02 13:03:38 UTC --- The good thing is that it seems that the crash does not cause real problems at runtime because the extensions seem to be registered. The bad thing is that the strace log did not help much. We would need to get backtrace. It is a bit tricky because the unopkg.bin binary is called via two wrappers, ... The easiest way would be to generate core file and analyze it. Could you please try the following steps? 1. open a terminal (xterm, or so) 2. switch to root by the command "su" 3. install the package libreoffice-debuginfo, otherwise the backtrace will not contain source lines and will be useless; Also install the package "gdb" that is needed to get the backtrace; You might do it by the command "zypper in gdb liboreffice-debuginfo" 4. enable core creation by the command: ulimit -c unlimited 5. run "unopkg list --shared" 6. open the core file in gdb by the command: gdb /usr/lib64/libreoffice/program/unopkg.bin core 2>&1 | tee gdb.log 7. produce the backtrace using the commands: backtrace thread apply all backtrace 8. quit gdb using the command "quit" 9. attach the gdb.log file -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.