Bug 617615
| Summary: | [abrt] crash in openoffice.org-writer-1:3.2.0-12.25.fc13: SwNumRule::Get: Process /usr/lib64/openoffice.org3/program/swriter.bin was killed by signal 11 (SIGSEGV) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mkc <mkc> | ||||
| Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | caolanm, leontjevski, Reinhard.Scheck | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:5470fb3b8978595c6a59e4ea8e7c9b8825612477 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-07-28 07:59:44 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
mkc
2010-07-23 14:48:33 UTC
Created attachment 433973 [details]
File: backtrace
caolanm->mkc: Can you reproduce this, what were you doing at the time, and can you get it to happen again, maybe with a specific document ?
Clearly from the trace pNumRule is NULL and the dread situation od feared came to pass on line 443 :-)
441: ASSERT( rTNd.GetNumRule(),
"<lcl_IsNoEndTxtAttrAtPos(..)> - no list style found at text node. Serious defect -> please inform OD." );
442: const SwNumRule* pNumRule = rTNd.GetNumRule();
443: const SwNumFmt &rNumFmt = pNumRule->Get( static_cast<USHORT>(rTNd.GetActualListLevel()) );
*** Bug 538334 has been marked as a duplicate of this bug. *** mkc->caolanm : I had a document without title opened with an inserted image and a table of contents in the course of writing, by wanting to change the style of color of a title the document it is closed by him even. The document was not registered yet. Sorry, I am not capable of reproducing the bug. Bah, the mystery remains. We'll get a route to reproduce this eventually, but not this time apparently :-) *** Bug 620086 has been marked as a duplicate of this bug. *** |