Bug 617615 - [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)
Summary: [abrt] crash in openoffice.org-writer-1:3.2.0-12.25.fc13: SwNumRule::Get: Pro...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openoffice.org
Version: 13
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5470fb3b8978595c6a59e4ea8e7...
: 538334 620086 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-23 14:48 UTC by mkc
Modified: 2010-07-31 22:24 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-28 07:59:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (64.21 KB, text/plain)
2010-07-23 14:48 UTC, mkc
no flags Details


Links
System ID Private Priority Status Summary Last Updated
OpenOffice.org 87850 0 None None None Never

Description mkc 2010-07-23 14:48:33 UTC
abrt 1.1.1 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: /usr/lib64/openoffice.org3/program/swriter.bin -writer
component: openoffice.org
crash_function: SwNumRule::Get
executable: /usr/lib64/openoffice.org3/program/swriter.bin
global_uuid: 5470fb3b8978595c6a59e4ea8e7c9b8825612477
kernel: 2.6.33.6-147.fc13.x86_64
package: openoffice.org-writer-1:3.2.0-12.25.fc13
rating: 4
reason: Process /usr/lib64/openoffice.org3/program/swriter.bin was killed by signal 11 (SIGSEGV)
release: Fedora release 13 (Goddard)

Comment 1 mkc 2010-07-23 14:48:37 UTC
Created attachment 433973 [details]
File: backtrace

Comment 2 Caolan McNamara 2010-07-23 19:14:37 UTC
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()) );

Comment 3 Caolan McNamara 2010-07-23 19:17:47 UTC
*** Bug 538334 has been marked as a duplicate of this bug. ***

Comment 4 mkc 2010-07-26 05:54:49 UTC
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.

Comment 5 Caolan McNamara 2010-07-28 07:59:44 UTC
Bah, the mystery remains. We'll get a route to reproduce this eventually, but not this time apparently :-)

Comment 6 Caolan McNamara 2010-07-31 22:24:44 UTC
*** Bug 620086 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.