Bug 1331180

Summary: [abrt] libreoffice-core: in(): soffice.bin killed by SIGILL
Product: [Fedora] Fedora Reporter: Michael Cronenworth <mike>
Component: libreofficeAssignee: Caolan McNamara <caolanm>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: caolanm, dtardon, erack, mike, mstahl, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/d03291bc8fc6d888d9bc5e20077a83f3461a8864
Whiteboard: abrt_hash:fc44a357f7945632d1903c7f4a98f1f7450e5fe2;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-10 13:51:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Michael Cronenworth 2016-04-27 22:01:25 UTC
Description of problem:
I was closing the application.

Version-Release number of selected component:
libreoffice-core-5.0.6.1-1.fc23

Additional info:
reporter:       libreport-2.6.4
backtrace_rating: 3
cmdline:        /usr/lib64/libreoffice/program/soffice.bin --writer file:///tmp/mozilla_mcronenworth0/Lorenacardorder4262016.docx --splash-pipe=6
crash_function: in
executable:     /usr/lib64/libreoffice/program/soffice.bin
global_pid:     15451
kernel:         4.4.8-300.fc23.x86_64
runlevel:       N 5
type:           CCpp
uid:            1810

Truncated backtrace:
Thread no. 1 (7 frames)
 #0 0x00007f1428ef847c in
 #1 SfxItemPool::Put(SfxPoolItem const&, unsigned short) at /usr/src/debug/libreoffice-5.0.6.1/svl/source/items/itempool.cxx:741
 #3 SwDoc::SetDefault(SfxItemSet const&) at /usr/src/debug/libreoffice-5.0.6.1/include/svl/itemset.hxx:112
 #5 SwDoc::SetDefault(SfxPoolItem const&) at /usr/src/debug/libreoffice-5.0.6.1/sw/source/core/doc/docfmt.cxx:542
 #6 SwDoc::~SwDoc() at /usr/src/debug/libreoffice-5.0.6.1/sw/source/core/doc/docnew.cxx:402
 #8 SwTransferable::~SwTransferable() at /usr/src/debug/libreoffice-5.0.6.1/sw/source/uibase/dochdl/swdtflvr.cxx:253
 #10 x11::SelectionManager::handleSelectionRequest(XSelectionRequestEvent&) at /usr/src/debug/libreoffice-5.0.6.1/include/com/sun/star/uno/Reference.hxx:212

Comment 1 Michael Cronenworth 2016-04-27 22:01:30 UTC
Created attachment 1151634 [details]
File: backtrace

Comment 2 Michael Cronenworth 2016-04-27 22:01:31 UTC
Created attachment 1151635 [details]
File: cgroup

Comment 3 Michael Cronenworth 2016-04-27 22:01:32 UTC
Created attachment 1151636 [details]
File: core_backtrace

Comment 4 Michael Cronenworth 2016-04-27 22:01:33 UTC
Created attachment 1151637 [details]
File: dso_list

Comment 5 Michael Cronenworth 2016-04-27 22:01:34 UTC
Created attachment 1151638 [details]
File: environ

Comment 6 Michael Cronenworth 2016-04-27 22:01:35 UTC
Created attachment 1151639 [details]
File: exploitable

Comment 7 Michael Cronenworth 2016-04-27 22:01:36 UTC
Created attachment 1151640 [details]
File: limits

Comment 8 Michael Cronenworth 2016-04-27 22:01:37 UTC
Created attachment 1151641 [details]
File: maps

Comment 9 Michael Cronenworth 2016-04-27 22:01:38 UTC
Created attachment 1151642 [details]
File: mountinfo

Comment 10 Michael Cronenworth 2016-04-27 22:01:39 UTC
Created attachment 1151643 [details]
File: namespaces

Comment 11 Michael Cronenworth 2016-04-27 22:01:40 UTC
Created attachment 1151644 [details]
File: open_fds

Comment 12 Michael Cronenworth 2016-04-27 22:01:41 UTC
Created attachment 1151645 [details]
File: proc_pid_status

Comment 13 Michael Cronenworth 2016-04-27 22:01:43 UTC
Created attachment 1151646 [details]
File: var_log_messages

Comment 14 David Tardon 2016-04-28 06:21:51 UTC
My guess is the x11::SelectionManager thread was still running after the RTL memory allocator had been finalized. But the stack trace is truncated, so we cannot see if there were any other threads still alive. I assume you cannot reproduce this?

Comment 15 Michael Cronenworth 2016-04-28 13:12:05 UTC
Correct, I am unable to reproduce this. I have opened and closed the same document multiple times since abrt created this report.