Version-Release number of selected component: libreoffice-core-3.6.5.2-6.fc18 Additional info: backtrace_rating: 4 cmdline: /usr/lib64/libreoffice/program/soffice.bin --quickstart --nologo --nodefault crash_function: exit executable: /usr/lib64/libreoffice/program/soffice.bin kernel: 3.8.3-203.fc18.x86_64 uid: 1000 var_log_messages: Mar 25 01:36:14 localhost abrt[29694]: Saved core dump of pid 1966 (/usr/lib64/libreoffice/program/soffice.bin) to /var/spool/abrt/ccpp-2013-03-25-01:36:08-1966 (212348928 bytes) Truncated backtrace: Thread no. 1 (7 frames) #33 exit at exit.c:99 #34 vm_direct_exit at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/java.cpp:570 #35 VM_Operation::evaluate at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp:70 #36 VMThread::evaluate_operation at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:379 #37 VMThread::loop at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:491 #38 VMThread::run at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:284 #39 java_start at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:886 Potential duplicate: bug 917766
Created attachment 716045 [details] File: backtrace
Created attachment 716046 [details] File: cgroup
Created attachment 716047 [details] File: core_backtrace
Created attachment 716048 [details] File: dso_list
Created attachment 716049 [details] File: environ
Created attachment 716050 [details] File: limits
Created attachment 716051 [details] File: maps
Created attachment 716052 [details] File: open_fds
Created attachment 716053 [details] File: proc_pid_status
To me, the bottom of thread 1, > #32 0x0000003bc6038df1 in __run_exit_handlers (status=143, listp=0x3bc63b16a8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:77 > #33 0x0000003bc6038e75 in __GI_exit (status=<optimized out>) at exit.c:99 > #34 0x00007fc2fb857d3c in vm_direct_exit (code=143) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/java.cpp:570 > #35 0x00007fc2fbb9439a in VM_Operation::evaluate (this=0x7fc2f04db580) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp:70 > #36 0x00007fc2fbb92fc1 in VMThread::evaluate_operation (this=this@entry=0x3553000, op=0x7fc2f04db580) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:379 > #37 0x00007fc2fbb93266 in VMThread::loop (this=this@entry=0x3553000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:491 > #38 0x00007fc2fbb936a2 in VMThread::run (this=0x3553000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:284 > #39 0x00007fc2fba31072 in java_start (thread=0x3553000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:886 > #40 0x0000003bc6407d15 in start_thread (arg=0x7fc2f8739700) at pthread_create.c:308 > #41 0x0000003bc60f246d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:102 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")?
Problem SOLVED