After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120021 - GIMP Crashes when undoing editing of a blured text layer
GIMP Crashes when undoing editing of a blured text layer
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
1.x
Other All
: Normal blocker
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 136740
 
 
Reported: 2003-08-16 15:15 UTC by Phil Harper
Modified: 2005-01-01 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Phil Harper 2003-08-16 15:15:36 UTC
created a text layer with the lovely new dynamic text tool, set layer to
image size, applied guassian blur IIR with 5px, then edited the text
layer(position reset to upper left corner) and finally hit Ctrl+z to undo,
at this point GIMP crashes.
Comment 1 Sven Neumann 2003-08-16 17:25:02 UTC
Undo of text operations is basically non-implemented and known not to
work at all.

What version of GIMP are you using? If it's really 1.3.8, your
bug-report is INVALID since we only accept bug-reports against the
latest released development version.
Comment 2 Sven Neumann 2003-08-16 17:33:25 UTC
I can confirm the problem with 1.3.18. Actually I'm not surprised
since text is still under construction.
Comment 3 Phil Harper 2003-08-16 18:16:00 UTC
yes, sorry, it is 1.3.18
Comment 4 Tomas Mraz 2003-09-26 19:30:46 UTC
Should be fixed in 2.0
Comment 5 Pedro Gimeno 2004-01-11 20:17:34 UTC
I couldn't reproduce this problem with current CVS, but maybe I did
something wrong when following the steps. Is it still there?
Comment 6 Pedro Gimeno 2004-01-30 08:36:21 UTC
This seems to be related to bug #130985. Is this still reproducable 
after the partial fixes applied to that bug?
Comment 7 Michael Schumacher 2004-02-08 14:09:59 UTC
Still happens with current CVS.
Comment 8 Dave Neary 2004-03-10 10:54:53 UTC
Setting severity to blocker for the bugs which definitely need to be fixed
before 2.0. 

Dave.
Comment 9 Dave Neary 2004-03-12 08:49:29 UTC
It's not good to have a NEEDINFO bug blocking a release. I suggest
that we mark this as FIXED unless someone steps up and says it's still
a problem.

Dave.
Comment 10 Sven Neumann 2004-03-12 12:15:17 UTC
Please keep it open as a test case. I will take care of it.
Comment 11 Raphaël Quinet 2004-03-12 20:44:51 UTC
This bug does not need to stay in state NEEDINFO because it can be
confirmed easily with CVS HEAD (as of 5 minutes ago).

[...]
  • #5 <signal handler called>
  • #6 tile_ewidth
  • #7 pixel_regions_configure
  • #8 swap_region
  • #9 undo_pop_image
  • #10 gimp_undo_real_pop
  • #11 gimp_marshal_VOID__ENUM_POINTER
  • #12 g_type_class_meta_marshal
  • #13 g_closure_invoke
    from /prefix/lib/libgobject-2.0.so.0
  • #14 signal_emit_unlocked_R
  • #15 g_signal_emit_valist
    from /prefix/lib/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /prefix/lib/libgobject-2.0.so.0
  • #17 gimp_undo_pop
  • #18 gimp_undo_stack_pop_undo
  • #19 gimp_image_undo_pop_stack
  • #20 gimp_image_undo
  • #21 edit_undo_cmd_callback
  • #22 gtk_item_factory_new
    from /prefix/lib/libgtk-x11-2.0.so.0

Comment 12 Sven Neumann 2004-03-19 23:57:25 UTC
After the latest changes, this doesn't lead to a crash any longer, but
the text layer appears in the wrong position when undoing the layer
size  change. I will have to push the layer offsets to the undo stack
to get this fixed...
Comment 13 Sven Neumann 2004-03-20 14:29:32 UTC
This is now fixed and the test case works properly.