Bug 1003179
| Summary: | [abrt] libreoffice-core-4.1.1.2-2.fc19: SetFormatIgnoreStart: Process /usr/lib/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Met Merilius <nikt> | ||||||||||||||||||||||||
| Component: | libreoffice | Assignee: | Michael Stahl <mstahl> | ||||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 19 | CC: | andy.blight, caolanm, dtardon, erack, jonathonpoppleton, ltinkl, mstahl, sbergman | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:51984b8991d932007ec62dfd16a07e9d16d1aa08 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-01-09 12:51: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
Met Merilius
2013-08-31 14:30:30 UTC
Created attachment 792423 [details]
File: backtrace
Created attachment 792424 [details]
File: cgroup
Created attachment 792425 [details]
File: core_backtrace
Created attachment 792426 [details]
File: dso_list
Created attachment 792427 [details]
File: environ
Created attachment 792428 [details]
File: exploitable
Created attachment 792429 [details]
File: limits
Created attachment 792430 [details]
File: maps
Created attachment 792431 [details]
File: open_fds
Created attachment 792432 [details]
File: proc_pid_status
Created attachment 792433 [details]
File: var_log_messages
caolanm->mstahl: I can't reproduce this with a new simple document, but according to the bt at sw/source/core/undo/rolbck.cxx:246 pAttr is NULL and there is an assert(pAttr). A quick bodge to not crash with pAttr of NULL is possible of course, but any idea how that NULL could arise ? SETATTR_NOTXTATRCHR and SETATTR_NOHINTADJUST there (and the fact that this is Undo so the same hint was inserted previously) ought to skip pretty much every failure mode that could happen in InsertItem. Met, can you perhaps reproduce the problem? it must be caused by some particular text attributes in the document and happens when Undo a deletion of text. Edited document that had not been saved. 1. Auto formatting had been applied (hanging indent that I didn't want). 2. Undid changes using Ctrl Z perhaps too many times as it was responsding slowly. 3. Pasted additional text. 4. Auto format reapplied. Did this two or three times before it crashed. reporter: libreport-2.1.7 backtrace_rating: 4 cmdline: /usr/lib64/libreoffice/program/soffice.bin --writer '/home/andy/Documents/Job Hunt/CV/CV2013Full_v4.doc' --splash-pipe=5 crash_function: SetFormatIgnoreStart executable: /usr/lib64/libreoffice/program/soffice.bin kernel: 3.11.1-200.fc19.x86_64 package: libreoffice-core-4.1.1.2-5.fc19 reason: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) runlevel: N 5 type: CCpp uid: 1000 fortunately Arnaud found an easily reproducible scenario where no-extent RSID-only AUTOFMT hints would survive some editing operations and then cause this crash on Undo. my hope is that the fix is sufficiently generic to handle various different operations. *** Bug 1028415 has been marked as a duplicate of this bug. *** |