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.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: 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 Flags
File: backtrace none

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. ***