Version-Release number of selected component: libreoffice-core-3.6.3.2-8.fc18 Additional info: backtrace_rating: 3 cmdline: /usr/lib/libreoffice/program/soffice.bin --calc /home/nero/Dokumente/Lebenslauf_kurz_Janina_13012013.ods --splash-pipe=6 core_backtrace: executable: /usr/lib/libreoffice/program/soffice.bin kernel: 3.6.11-3.fc18.i686.PAE remote_result: NOTFOUND uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #0 ?? #1 os::shutdown at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1569 #2 os::abort at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1578 #3 VMError::report_and_die at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/utilities/vmError.cpp:1018 #4 JVM_handle_linux_signal at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:528 #5 signalHandler at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:3712 #7 (anonymous namespace)::Implementation::~Implementation() at /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3 #8 boost::detail::sp_counted_impl_p<(anonymous namespace)::Implementation>::dispose() at /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3 #9 std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, boost::shared_ptr<(anonymous namespace)::Implementation> >, std::_Select1st<std::pair<rtl::OUString const, boost::shared_ptr<(anonymous namespace)::Implementation> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, boost::shared_ptr<(anonymous namespace)::Implementation> > > >::_M_erase(std::_Rb_tree_node<std::pair<rtl::OUString const, boost::shared_ptr<(anonymous namespace)::Implementation> > >*) at /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3 #16 (anonymous namespace)::ServiceManager::disposing() at /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
Created attachment 678045 [details] File: backtrace
Created attachment 678046 [details] File: build_ids
Created attachment 678047 [details] File: cgroup
Created attachment 678048 [details] File: dso_list
Created attachment 678049 [details] File: environ
Created attachment 678050 [details] File: limits
Created attachment 678051 [details] File: maps
Created attachment 678052 [details] File: open_fds
Created attachment 678053 [details] File: proc_pid_status
Created attachment 678054 [details] File: var_log_messages
This is apparently a crash when closing LibreOffice, after having had open an .ods document. @nero: I assume that you cannot reproduce this crash, can you? The backtrace unfortunately does not help track down the problem. The main thread 1 is disposing the various UNO service implementations, but ~Implementation does not contain any code that could obviously go wrong by itself (so it might be the consequence of a previous memory corruption). The only other relevant thread still running (besides the JVM) is thread 11 in GrammarCheckingIterator::DequeueAndCheck, but that looks like the GrammarCheckingIterator service has just not yet been disposed and should be OK.
I unfortunately cannot track down the problem from the information available, so I'm closing this for now. Feel free to reopen should there be additional information.