Issue 36270 - MS Word Import: 1.9m58 crasher
Summary: MS Word Import: 1.9m58 crasher
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: 680m58
Hardware: PC Windows XP
: P2 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords: crash, oooqa
: 36320 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-10-28 12:26 UTC by kasey
Modified: 2013-08-07 14:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
http://apps.fss.gsa.gov/services/express/docs/AirNetBasicPricing.doc (170.50 KB, application/msword)
2004-10-28 12:27 UTC, kasey
no flags Details
shorter doc (45.00 KB, application/msword)
2004-10-28 14:06 UTC, michael.ruess
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description kasey 2004-10-28 12:26:20 UTC
This doc file opens in 1.9m54, but crashes 1.9m58.
Comment 2 flibby05 2004-10-28 13:17:09 UTC
confirming,
sent in crash report containing string "maxweber crash report for issue 36270",
crash reporter = maxweber@openoffice.org
Comment 3 michael.ruess 2004-10-28 14:06:08 UTC
MRU->MMAHER: crashes at about 50% of the import. Might be something with the
import of the graphic in the header. I stripped down the document. See newer
attachment.
Comment 4 michael.ruess 2004-10-28 14:06:49 UTC
Created attachment 18722 [details]
shorter doc
Comment 5 martin_maher 2004-10-28 15:48:27 UTC
mmaher->mba: This is crashing on a call to OpenSotStorage within ImportOLEBase
in ww8par4.cxx. This was modified in mav09 and worked prior to it's integration. 
Comment 6 michael.ruess 2004-10-29 11:24:32 UTC
*** Issue 36320 has been marked as a duplicate of this issue. ***
Comment 7 Mathias_Bauer 2004-11-01 08:31:42 UTC
The problem was the stupid interface of the SvxImportMSVBasic class.
It gets a SotStorage& parameter and internally assigns this storage to a
reference. As a result, the storage will be killed after deleting the
SvxImportMSVBasic class.
Now I assign the storage to a reference where it is created.
Comment 8 Mathias_Bauer 2004-11-08 08:04:58 UTC
Reopened for verification
Comment 9 Mathias_Bauer 2004-11-08 08:06:54 UTC
.
Comment 10 Mathias_Bauer 2004-11-08 17:13:23 UTC
.
Comment 11 michael.ruess 2004-11-11 10:07:20 UTC
Verifiedfix in CWS fwkp2fix02.
Comment 12 michael.ruess 2004-12-03 15:24:52 UTC
Checked integration in 680m64.