Bug 609405 - [abrt] crash in openoffice.org-impress-1:3.1.1-19.32.fc12: __cxxabiv1::__dynamic_cast: Process /usr/lib64/openoffice.org3/program/simpress.bin was killed by signal 11 (SIGSEGV)
Summary: [abrt] crash in openoffice.org-impress-1:3.1.1-19.32.fc12: __cxxabiv1::__dyna...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openoffice.org
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:b9121e08b051a2cd5411fde8c06...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-30 08:34 UTC by Dave Russell
Modified: 2010-07-01 16:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-01 16:08:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (92.14 KB, text/plain)
2010-06-30 08:34 UTC, Dave Russell
no flags Details

Description Dave Russell 2010-06-30 08:34:14 UTC
abrt 1.0.9 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: /usr/lib64/openoffice.org3/program/simpress.bin -impress file:///home/drussell/Desktop/Cloud%20Strategy%20-%20Presentation.odp
component: openoffice.org
crash_function: __cxxabiv1::__dynamic_cast
executable: /usr/lib64/openoffice.org3/program/simpress.bin
global_uuid: b9121e08b051a2cd5411fde8c061ee94ff0b2e53
kernel: 2.6.32.14-127.fc12.x86_64
package: openoffice.org-impress-1:3.1.1-19.32.fc12
rating: 4
reason: Process /usr/lib64/openoffice.org3/program/simpress.bin was killed by signal 11 (SIGSEGV)
release: Fedora release 12 (Constantine)

How to reproduce
-----
1. slideshow crashed
2.
3.

Comment 1 Dave Russell 2010-06-30 08:34:17 UTC
Created attachment 427905 [details]
File: backtrace

Comment 2 Caolan McNamara 2010-06-30 08:46:32 UTC
Window& rWindow = dynamic_cast< Window& >( rPaintWindow.GetOutputDevice() );

Could obviously use a pointer dynamic_cast and check for NULL, or catch the throw as a local hackaround, but really need to know how we got to this pass. 

Is it reproducible with a particular presentation ?

Comment 3 Dave Russell 2010-07-01 15:29:20 UTC
Unfortunately I have only seen this crash once, and it has been unreproducible even with using the same presentation over 4 days...

Comment 4 Caolan McNamara 2010-07-01 16:08:01 UTC
Crap, I feel the need for a reproducer for this one. Looking closer, I don't think a bandaid of an alternative by pointer cast would even work, it looks less like a cleanly failing dynamic cast with no catch for the throw, but more like a crash trying to dynamic_cast total junk into anything at all


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