Version-Release number of selected component: libreoffice-core-3.5.7.2-9.fc17 Additional info: backtrace_rating: 4 cmdline: /usr/lib64/libreoffice/program/soffice.bin --writer '/tmp/kde-HetmanNet/kmail2kE1350.index.2/\xd1\x82\xd0\xb5\xd1\x81\xd1\x82\xd0\xb8 \xd0\xbc\xd0\xbe\xd0\xb4\xd1\x83\xd0\xbb\xd1\x8c\xd1\x80\xd0\xbe\xd1\x81.rtf' --splash-pipe=6 crash_function: exit executable: /usr/lib64/libreoffice/program/soffice.bin kernel: 3.7.9-104.fc17.x86_64 uid: 1000 Truncated backtrace: Thread no. 1 (7 frames) #20 exit at exit.c:100 #21 vm_direct_exit at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/java.cpp:570 #22 VM_Operation::evaluate at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp:70 #23 VMThread::evaluate_operation at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:379 #24 VMThread::loop at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:491 #25 VMThread::run at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:284 #26 java_start at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:886
Created attachment 705099 [details] File: backtrace
Created attachment 705100 [details] File: build_ids
Created attachment 705101 [details] File: cgroup
Created attachment 705102 [details] File: core_backtrace
Created attachment 705103 [details] File: dso_list
Created attachment 705104 [details] File: environ
Created attachment 705105 [details] File: limits
Created attachment 705106 [details] File: maps
Created attachment 705107 [details] File: open_fds
Created attachment 705108 [details] File: proc_pid_status
Created attachment 705109 [details] File: var_log_messages
Created attachment 705110 [details] File: smolt_data
Crash from an atexit call, possibly after save on quit (there are frames related to saving to ODF in the main thread). Or else the application received a signal while in java's main loop.
To me, the bottom of thread 1, > #19 0x0000003edf438b81 in __run_exit_handlers (status=143, listp=0x3edf7b0688, run_list_atexit=run_list_atexit@entry=true) at exit.c:78 > #20 0x0000003edf438c05 in __GI_exit (status=<optimized out>) at exit.c:100 > #21 0x00007f3ae4aacd3c in vm_direct_exit (code=143) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/java.cpp:570 > #22 0x00007f3ae4de842a in VM_Operation::evaluate (this=0x7f3ad8e59640) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp:70 > #23 0x00007f3ae4de7051 in VMThread::evaluate_operation (this=this@entry=0x4811000, op=0x7f3ad8e59640) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:379 > #24 0x00007f3ae4de72f6 in VMThread::loop (this=this@entry=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:491 > #25 0x00007f3ae4de7732 in VMThread::run (this=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:284 > #26 0x00007f3ae4c86202 in java_start (thread=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:886 > #27 0x0000003edfc07d14 in start_thread (arg=0x7f3adaf25700) at pthread_create.c:309 > #28 0x0000003edf4f168d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 looks like some Java code run in a JVM instantiated in the LibreOffice soffie.bin process executes java.lang.Runtime.exit. Do you have any odd LibreOffice extensions installed that would do that (i.e., what is the output of "unopkg list" and "unopkg list --shared")?