Bug 1154479

Summary: [abrt] libreoffice-core: main_arena(): soffice.bin killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Robert Strickler <bugz.to.anomalyst>
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: bugz.to.anomalyst, caolanm, dtardon, erack, ltinkl, mstahl, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/b51b9bb5ff28437d7d5d833c529169a36299e7f9
Whiteboard: abrt_hash:2b303e166718091540c45983b541460916e6518e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-14 23:18:51 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 Robert Strickler 2014-10-20 03:55:10 UTC
Description of problem:
Created a new writer document. After completing 1 paragraph, status bar at bottom starts blinking
System is under mempry pressure and hs started swapping
             total       used       free     shared    buffers     cached
Mem:          3.8G       3.6G       236M       168M        48K       884M
-/+ buffers/cache:       2.7G       1.1G
Swap:          15G       452M        15G

Version-Release number of selected component:
libreoffice-core-4.2.6.3-8.fc20

Additional info:
reporter:       libreport-2.2.3
backtrace_rating: 4
cmdline:        /usr/lib64/libreoffice/program/soffice.bin --writer --splash-pipe=5
crash_function: main_arena
executable:     /usr/lib64/libreoffice/program/soffice.bin
kernel:         3.16.6-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 main_arena at /lib64/libc.so.6
 #1 SwEditShell::EndAllAction at /usr/src/debug/libreoffice-4.2.6.3/sw/source/core/edit/edws.cxx:86
 #2 SwWriter::Write at /usr/src/debug/libreoffice-4.2.6.3/sw/source/filter/basflt/shellio.cxx:909
 #3 SwDocShell::SaveAs at /usr/src/debug/libreoffice-4.2.6.3/sw/source/ui/app/docsh.cxx:479
 #4 SfxObjectShell::SaveAsOwnFormat at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/objstor.cxx:3101
 #5 SfxObjectShell::SaveTo_Impl at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/objstor.cxx:1443
 #6 SfxObjectShell::PreDoSaveAs_Impl at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/objstor.cxx:2827
 #7 SfxObjectShell::CommonSaveAs_Impl at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/objstor.cxx:2686
 #8 SfxObjectShell::APISaveAs_Impl at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/objserv.cxx:338
 #9 SfxBaseModel::impl_store at /usr/src/debug/libreoffice-4.2.6.3/sfx2/source/doc/sfxbasemodel.cxx:3098

Comment 1 Robert Strickler 2014-10-20 03:55:12 UTC
Created attachment 948369 [details]
File: backtrace

Comment 2 Robert Strickler 2014-10-20 03:55:13 UTC
Created attachment 948370 [details]
File: cgroup

Comment 3 Robert Strickler 2014-10-20 03:55:14 UTC
Created attachment 948371 [details]
File: core_backtrace

Comment 4 Robert Strickler 2014-10-20 03:55:15 UTC
Created attachment 948372 [details]
File: dso_list

Comment 5 Robert Strickler 2014-10-20 03:55:16 UTC
Created attachment 948373 [details]
File: environ

Comment 6 Robert Strickler 2014-10-20 03:55:17 UTC
Created attachment 948374 [details]
File: exploitable

Comment 7 Robert Strickler 2014-10-20 03:55:17 UTC
Created attachment 948375 [details]
File: limits

Comment 8 Robert Strickler 2014-10-20 03:55:18 UTC
Created attachment 948376 [details]
File: maps

Comment 9 Robert Strickler 2014-10-20 03:55:19 UTC
Created attachment 948377 [details]
File: open_fds

Comment 10 Robert Strickler 2014-10-20 03:55:20 UTC
Created attachment 948378 [details]
File: proc_pid_status

Comment 11 Robert Strickler 2014-10-20 03:55:21 UTC
Created attachment 948379 [details]
File: var_log_messages

Comment 12 David Tardon 2014-10-20 08:34:33 UTC
Do you mean that libreoffice ate all memory? Or that it was already allocated by other running processes? If the latter, there is not much we can do if there is not enough memory so an allocation fails... This crash was caused by saving the document for auto-recovery, but it would most probably crash just the same if you tried to save it yourself...