Issue 24399 - OO.o crashes or stops responding during import of powerpoint presentation
Summary: OO.o crashes or stops responding during import of powerpoint presentation
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: 680m26
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: christian.guenther
QA Contact: issues@graphics
URL:
Keywords:
: 24893 25044 25132 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-01-14 15:15 UTC by pavel
Modified: 2004-04-02 14:19 UTC (History)
1 user (show)

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


Attachments
presentation that crashes openoffice (23.50 KB, application/vnd.ms-powerpoint)
2004-01-14 15:15 UTC, pavel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-01-14 15:15:00 UTC
When I open a powerpoint presentation, OO.o stops responding or crashes. This
does not happen when I'm trying to open a presentation saved by another version
of OpenOffice in powerpoint format. OpenOffice 1.1.1a opens these presentations
without any problems.
Comment 1 pavel 2004-01-14 15:15:58 UTC
Created attachment 12481 [details]
presentation that crashes openoffice
Comment 2 wolframgarten 2004-01-14 15:16:47 UTC
Reassigned to Christian.
Comment 3 christian.guenther 2004-01-15 16:07:43 UTC
I can reproduce the bug.
Comment 4 sven.jacobi 2004-01-20 12:04:22 UTC
SJ: accepted.
Comment 5 christian.guenther 2004-02-02 17:20:38 UTC
*** Issue 24893 has been marked as a duplicate of this issue. ***
Comment 6 ansorg 2004-02-03 08:07:13 UTC
I'm the reporter of #24893.

Just want to add that m22 does not crash on import other PowerPoints - only the
one I have attached in my report. Other PPTs open just fine

Comment 7 christian.guenther 2004-02-04 08:54:40 UTC
*** Issue 25044 has been marked as a duplicate of this issue. ***
Comment 8 christian.guenther 2004-02-06 09:44:34 UTC
*** Issue 25132 has been marked as a duplicate of this issue. ***
Comment 9 sven.jacobi 2004-02-06 15:44:46 UTC
SJ->CL: Can you please take over this issue, seems that we have some problems
with our presentation objects. I have to comment that in src680m16 everything is
alright.

I got following stack:

 	svx680mi.dll!SvxColorItem::`vftable'() 	C++
>	sd680mi.dll!SdPage::SetAutoLayout(AutoLayout eLayout=AUTOLAYOUT_ENUM, unsigned
char bInit=0, unsigned char bAPICall=0)  Line 1056	C++
 	sd680mi.dll!SdPage::Changed(const SdrObject & rObj={...}, SdrUserCallType
eType=SDRUSERCALL_RESIZE, const Rectangle & rOldBoundRect={...})  Line 639	C++
 	dl680mi.dll!SdrObject::SendUserCall()  + 0x2f	C++
 	dl680mi.dll!SdrTextObj::ReformatText()  + 0x74	C++
 	dl680mi.dll!SdrObjList::ReformatAllTextObjects()  + 0xa0	C++
 	dl680mi.dll!SdrModel::ImpReformatAllTextObjects()  + 0x30	C++
 	sd680mi.dll!FuSlideShow::StartShowHdl()  + 0x838	C++
 	sd680mi.dll!FuSlideShow::LinkStubStartShowHdl()  + 0xf	C++
Comment 10 clippka 2004-02-09 14:09:17 UTC
will have a look
Comment 11 christian.guenther 2004-02-10 15:55:08 UTC
Please have a look to the internal bug 114475.
It's duplicate to this issue.
Comment 12 clippka 2004-02-13 12:39:51 UTC
the problem was a header&footer placeholder from ppt that was inserted in the
presentation object list of the SdPage but the shape itself was never inserted
in a page and removed later, leaving a dangling pointer in the presentation
object list.

I added failsafe code to always remove shapes from the presentation object list
when they are deleted, an assertion "presentation object deleted but still in
presentation obj list!" will popup when this problem happens, but no crash will
follow.

The assertion will vanish as soon as we integrate the header&footer feature in
the master
Comment 13 clippka 2004-02-13 12:40:57 UTC
back to testing
Comment 14 christian.guenther 2004-02-16 15:19:18 UTC
change the resoluton to fixed.
Comment 15 christian.guenther 2004-02-16 15:20:19 UTC
Verified in cws draw23master on Sols, Lin, Win.
Comment 16 pavel 2004-02-19 16:48:39 UTC
Was this fix included in m26 build. It still crashes when I open a powerpoint file.
Comment 17 funcheung 2004-02-19 19:47:23 UTC
this is a serious bug that needs P1 treatment,
if not, new users will never be able to switch fully from Microsoft Powerpoint
Comment 18 sven.jacobi 2004-02-20 10:10:18 UTC
SJ->Pavel: The problem was solved in cws[draw23master] and will most likely be
available in SRC680m27.


Comment 19 pavel 2004-03-07 09:47:35 UTC
I installed m28 snapshot and it still crashes.
Comment 20 christian.guenther 2004-03-08 08:49:56 UTC
The fix is integrated in src680m29.
the m29 or a later version will be available soon.
Comment 21 christian.guenther 2004-04-02 14:19:18 UTC
src680m29 is available in the meantime.
I close this issue.