Bug 132063

Summary: reproducible segfault in oowriter
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: caolanm
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-25 19:41:34 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:
Bug Depends On:    
Bug Blocks: 131589    
Attachments:
Description Flags
app_form_233.doc
none
backtrace.txt
none
fix for sw none

Description Tim Waugh 2004-09-08 14:21:48 UTC
Description of problem:
When loading a particular Microsoft Word document, oowriter crashes.

Version-Release number of selected component (if applicable):
openoffice.org-1.1.2-3

How reproducible:
100%

Steps to Reproduce:
1. Load the file (see attached).
  
Actual results:
See attached backtrace.

Comment 1 Tim Waugh 2004-09-08 14:22:36 UTC
Created attachment 103584 [details]
app_form_233.doc

The file to load.

Comment 2 Tim Waugh 2004-09-08 14:23:07 UTC
Created attachment 103585 [details]
backtrace.txt

Resulting backtrace (from bug-buddy).

Comment 3 Caolan McNamara 2004-09-08 15:15:39 UTC
No crash in pre 2.0, I see it in 1.1.X of course. I'll take this as
its my code.

Comment 4 Caolan McNamara 2004-09-08 16:24:47 UTC
hmm OCX_Control::Import in svx/inc/msocximex.hxx should be virtual,
but its not. I wonder why that is.

Comment 5 Caolan McNamara 2004-09-08 17:03:43 UTC
Created attachment 103594 [details]
fix for sw

I really cocked that up :-(, patch submitted to OOo and mmeeks. See
http://www.openoffice.org/issues/show_bug.cgi?id=33980

Comment 6 Dan Williams 2004-09-18 04:17:41 UTC
should be fixed in next build (1.1.2-5)

Comment 7 Caolan McNamara 2004-09-20 07:43:01 UTC
yep, works in testing 1.1.2-5

Comment 8 Dan Williams 2004-09-25 19:41:34 UTC
Please test with the openoffice.org-1.1.2-5 RPMs in Rawhide, it should
be fixed in that version.  If the problem persists with that version,
please reopen this bug.  Thanks!


Comment 9 Tim Waugh 2004-09-27 08:20:21 UTC
Verified.  Thanks!