Bug 1056166

Summary: [abrt] libreoffice-core: Reference(): soffice.bin killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: libreofficeAssignee: Caolan McNamara <caolanm>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: caolanm, dtardon, erack, ltinkl, mstahl, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/8d157f4bc665274bcfa38fe305543bc3f768ca50
Whiteboard: abrt_hash:f88d05c8e7c9f47a013e45543c4b113fce1b6402
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-20 11:05:53 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: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Tim Waugh 2014-01-21 15:52:04 UTC
Description of problem:
I was trying to edit a master slide.

Version-Release number of selected component:
libreoffice-core-4.1.4.2-4.fc20

Additional info:
reporter:       libreport-2.1.11
backtrace_rating: 4
cmdline:        /usr/lib64/libreoffice/program/soffice.bin --impress --splash-pipe=5
crash_function: Reference
executable:     /usr/lib64/libreoffice/program/soffice.bin
kernel:         3.12.8-300.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1001

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 Reference at /usr/src/debug/libreoffice-4.1.4.2/include/com/sun/star/uno/Reference.hxx:122
 #1 SdrPage::getUnoPage at /usr/src/debug/libreoffice-4.1.4.2/svx/source/svdraw/svdpage.cxx:1801
 #2 sd::toolpanel::controls::MasterPagesSelector::Execute at /usr/src/debug/libreoffice-4.1.4.2/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx:560
 #3 SfxShell::CallExec at /usr/src/debug/libreoffice-4.1.4.2/include/sfx2/shell.hxx:185
 #4 SfxDispatcher::Call_Impl at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/dispatch.cxx:218
 #5 SfxDispatcher::_Execute at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/dispatch.cxx:899
 #6 SfxBindings::Execute_Impl at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/bindings.cxx:1293
 #7 SfxDispatchController_Impl::dispatch at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/unoctitm.cxx:736
 #8 SfxOfficeDispatch::dispatch at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/unoctitm.cxx:369
 #9 SfxAsyncExec_Impl::TimerHdl at /usr/src/debug/libreoffice-4.1.4.2/sfx2/source/control/bindings.cxx:126

Potential duplicate: bug 1046114

Comment 1 Tim Waugh 2014-01-21 15:52:11 UTC
Created attachment 853326 [details]
File: backtrace

Comment 2 Tim Waugh 2014-01-21 15:52:14 UTC
Created attachment 853327 [details]
File: cgroup

Comment 3 Tim Waugh 2014-01-21 15:53:00 UTC
Created attachment 853329 [details]
File: core_backtrace

Comment 4 Tim Waugh 2014-01-21 15:53:08 UTC
Created attachment 853330 [details]
File: dso_list

Comment 5 Tim Waugh 2014-01-21 15:53:10 UTC
Created attachment 853331 [details]
File: environ

Comment 6 Tim Waugh 2014-01-21 15:53:12 UTC
Created attachment 853332 [details]
File: exploitable

Comment 7 Tim Waugh 2014-01-21 15:53:16 UTC
Created attachment 853333 [details]
File: limits

Comment 8 Tim Waugh 2014-01-21 15:53:21 UTC
Created attachment 853334 [details]
File: maps

Comment 9 Tim Waugh 2014-01-21 15:53:23 UTC
Created attachment 853335 [details]
File: open_fds

Comment 10 Tim Waugh 2014-01-21 15:53:26 UTC
Created attachment 853336 [details]
File: proc_pid_status

Comment 11 Tim Waugh 2014-01-21 15:53:31 UTC
Created attachment 853337 [details]
File: var_log_messages

Comment 12 Tim Waugh 2014-01-21 16:01:14 UTC
Pretty sure I right-clicked on a master slide thumbnail at that point.

Unfortunately, it's so long in between the crash occurring and abrt actually asking me what I did, I don't remember very clearly.

Comment 13 David Tardon 2014-01-22 13:38:21 UTC
Poof, here goes the theory in bug 802884 comment 17... It seems that the pMasterPage is not NULL, but busted somehow, probably already deleted. I will check it under valgrind; hopefully with better luck than the last time...

Comment 14 David Tardon 2014-02-20 11:05:53 UTC
still can't reproduce