Issue 32968 - Crash undoing frame columns
Summary: Crash undoing frame columns
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 680m47
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 14:21 UTC by eric.savary
Modified: 2013-08-07 14:41 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 eric.savary 2004-08-13 14:21:03 UTC
- Insert a text frame
- format it with columns
- undo
-> Crash
Comment 1 openoffice 2004-09-03 14:55:40 UTC
duplicate

*** This issue has been marked as a duplicate of 32938 ***
Comment 2 frank.meies 2004-10-12 16:00:12 UTC
It's currently not possible to insert a frame via the menu. Use the draw frame
functionality.
Comment 3 frank.meies 2004-10-13 09:33:32 UTC
This does not seem to be a duplicate of issue 32938. This seems to be a more
general problem related to columns. Crashes also with sections and columns. In
MakeFrmFmt, a SwUndoFrmFmtCreate object is created for each columns. After the
first undo, there are still the SwUndoFrmFmtCreate  objects on the undo stack,
holding pointers to attribute sets which have been deleted during the first undo
operation. 
Comment 4 frank.meies 2004-10-13 09:34:15 UTC
I'll take over.
Comment 5 frank.meies 2004-10-13 13:43:33 UTC
Fixed in

/cvs/sw/sw/source/core/doc/docfly.cxx,v  <--  docfly.cxx
new revision: 1.23.10.1; previous revision: 1.23
done
Checking in docnode/ndsect.cxx;
/cvs/sw/sw/source/core/docnode/ndsect.cxx,v  <--  ndsect.cxx
new revision: 1.17.16.1; previous revision: 1.17
done
Checking in undo/SwUndoFmt.cxx;
/cvs/sw/sw/source/core/undo/SwUndoFmt.cxx,v  <--  SwUndoFmt.cxx
new revision: 1.2.10.1; previous revision: 1.2
Comment 6 frank.meies 2004-10-13 14:48:34 UTC
Ready for QA.
Comment 7 frank.meies 2004-10-13 14:49:03 UTC
.
Comment 8 frank.meies 2004-10-13 14:49:20 UTC
.
Comment 9 eric.savary 2004-10-14 17:47:59 UTC
ES: verified in swqbugfixes07
Comment 10 eric.savary 2004-10-26 00:11:59 UTC
ok in src680m59