Bug 1163106
Summary: | [abrt] libreoffice-core: soffice.bin killed by SIGABRT on shutdown in tdoc_ucp::OfficeDocumentsManager::OfficeDocumentsCloseListener | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | György Nagy <nagyorgy> | ||||||||||||||||||||||
Component: | libreoffice | Assignee: | Michael Stahl <mstahl> | ||||||||||||||||||||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 20 | CC: | a.delachenal, caolanm, dtardon, erack, ltinkl, mstahl, nagyorgy, sbergman | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/1a7564d699409df75631bbadc73f6cafcbb93e2d | ||||||||||||||||||||||||
Whiteboard: | abrt_hash:c802ab4613fb64bbe7d25a538d81d22f7004957d | ||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2015-01-19 12:14:50 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
György Nagy
2014-11-12 12:06:46 UTC
Created attachment 956701 [details]
File: backtrace
Created attachment 956702 [details]
File: cgroup
Created attachment 956703 [details]
File: core_backtrace
Created attachment 956704 [details]
File: dso_list
Created attachment 956705 [details]
File: environ
Created attachment 956706 [details]
File: limits
Created attachment 956707 [details]
File: maps
Created attachment 956708 [details]
File: open_fds
Created attachment 956709 [details]
File: proc_pid_status
Created attachment 956710 [details]
File: var_log_messages
Is this reproducible, or a one time thing ? Dear (In reply to Caolan McNamara from comment #11) > Is this reproducible, or a one time thing ? I can not reproduce the failure. It happened during them "Mail Merge Wizard". Another user experienced a similar problem: while working on Wordpress blog, I was switching among several windows in Firefox and Konqueror. Concerning specifically Libre Office, I was inserting footonotes and decided to change their format when the program failed. reporter: libreport-2.2.3 backtrace_rating: 4 cmdline: /usr/lib64/libreoffice/program/soffice.bin --writer --splash-pipe=5 crash_function: __gnu_cxx::__verbose_terminate_handler() executable: /usr/lib64/libreoffice/program/soffice.bin kernel: 3.17.6-200.fc20.x86_64 package: libreoffice-core-4.2.7.2-11.fc20 reason: soffice.bin killed by SIGABRT runlevel: N 5 type: CCpp uid: 1000 this is quite similar to bug 1175027, just with a different listener. pretty sure there's a memory leak involving a database document or connection at the root of this... crash should be fixed on upstream master by commit 0ffa3abc7d6c0437ece30cfb1430d28ffcc9f5c1 fixed on upstream libreoffice-4-4 branch for 4.4.1 release: commit 8f00af819f024212c9362aa3c98000f5dff549d3 fixed on upstream libreoffice-4-3 branch for 4.3.7 release: commit 4df44ecc61e2baf168bb425c96bf70fd7deb5b64 since this crash happens only on exit, it's not that important anyway so i'll not add the patch to Fedora packages, they can wait for the upstream release. |