Issue 31367 - Crash when dragging in a 3D object from the gallery
Summary: Crash when dragging in a 3D object from the gallery
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 680m47
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 31978 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-07-12 15:17 UTC by wolframgarten
Modified: 2004-09-17 12:50 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2004-07-12 15:17:55 UTC
Open a new doc and open the gallery . Try to drag in one of the 3D objects into
the gallery. Office freezes. This happens under linux and solaris. Often, when
killing the soffice process  under linux, the complete user crashes and I have
to lock in again.
Comment 1 wolframgarten 2004-07-12 15:33:24 UTC
Sorry, there is some error in my writing. It must have been "Try to drag in one
of the 3D objects from
the gallery."
Comment 2 wolframgarten 2004-07-26 10:01:08 UTC
*** Issue 31978 has been marked as a duplicate of this issue. ***
Comment 3 wolframgarten 2004-07-26 10:03:17 UTC
.
Comment 4 sven.jacobi 2004-07-27 11:16:57 UTC
accepted
Comment 5 sven.jacobi 2004-07-27 11:19:02 UTC
SJ->CL: There is a uncaught exception in xmloff\source\style\xmlimppr.cxx
Comment 6 clippka 2004-07-28 19:06:53 UTC
accepted
Comment 7 clippka 2004-07-29 12:06:53 UTC
Sven, the root cause is that the 3d gallery elements are still in the binary
format and directly calling the SdrModel stream operators will result in
unexpected behaviour since we introduced binfilter.

Please discuss with extras team how to insert them as xml files. another option
would be to completle remove them if only the 3d gallery elements are still
binary format. If we remove them it is neccessary to adjust the old 3d effects
dialog since it uses the gallery contents for its favorites.
Comment 8 sven.jacobi 2004-07-30 12:34:58 UTC
accepted
Comment 9 sven.jacobi 2004-08-23 13:31:29 UTC
SJ->CL: As you are currently solving this problem, it would be best if you also
owns the corresponding issue.
Comment 10 clippka 2004-08-23 16:23:28 UTC
I removed the 3d gallery theme
Comment 11 clippka 2004-08-25 14:31:22 UTC
verified on CWS
Comment 12 clippka 2004-08-25 14:31:41 UTC
qa, please verify
Comment 13 wolframgarten 2004-08-26 15:27:19 UTC
Fixed.
Comment 14 wolframgarten 2004-08-26 15:27:38 UTC
Verified on Linux and Solaris.
Comment 15 wolframgarten 2004-09-01 15:29:25 UTC
Only verified on Linux and Solaris because no Windows builds where available.
Comment 16 wolframgarten 2004-09-17 12:50:30 UTC
Tested in master m54. Closed.