Bug 894964

Summary: [abrt] libreoffice-core-3.6.3.2-8.fc18: Process /usr/lib/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: nero <neo_matrix1>
Component: libreofficeAssignee: Stephan Bergmann <sbergman>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: caolanm, dtardon, erack, ltinkl, mstahl, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:ceed6c0b20317059fd8e6dc40adca6dd83151592
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-21 12:48:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: build_ids
none
File: cgroup
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description nero 2013-01-14 07:18:52 UTC
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

Comment 1 nero 2013-01-14 07:18:55 UTC
Created attachment 678045 [details]
File: backtrace

Comment 2 nero 2013-01-14 07:18:58 UTC
Created attachment 678046 [details]
File: build_ids

Comment 3 nero 2013-01-14 07:19:00 UTC
Created attachment 678047 [details]
File: cgroup

Comment 4 nero 2013-01-14 07:19:03 UTC
Created attachment 678048 [details]
File: dso_list

Comment 5 nero 2013-01-14 07:19:05 UTC
Created attachment 678049 [details]
File: environ

Comment 6 nero 2013-01-14 07:19:07 UTC
Created attachment 678050 [details]
File: limits

Comment 7 nero 2013-01-14 07:19:09 UTC
Created attachment 678051 [details]
File: maps

Comment 8 nero 2013-01-14 07:19:11 UTC
Created attachment 678052 [details]
File: open_fds

Comment 9 nero 2013-01-14 07:19:13 UTC
Created attachment 678053 [details]
File: proc_pid_status

Comment 10 nero 2013-01-14 07:19:16 UTC
Created attachment 678054 [details]
File: var_log_messages

Comment 11 Stephan Bergmann 2013-01-14 08:46:42 UTC
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.

Comment 12 Stephan Bergmann 2013-01-21 12:48:30 UTC
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.