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 475214 - crash after scale operation while zoomed out
crash after scale operation while zoomed out
Status: RESOLVED DUPLICATE of bug 469567
Product: GIMP
Classification: Other
Component: User Interface
2.4.x
Other Linux
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
: 475538 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-09-09 19:19 UTC by Ari Pollak
Modified: 2008-10-30 19:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ari Pollak 2007-09-09 19:19:14 UTC
Steps to reproduce:
1. Create new image with dimensions of 1024x681. Image should be at 67% zoom.
2. Go to Image->Scale Image, and scale by 75 percent.
3. Segfault, with the following backtrace:

  • #0 render_image_tile_fault_one_row
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/display/gimpdisplayshell-render.c line 944
  • #1 render_image_rgb_a
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/display/gimpdisplayshell-render.c line 862
  • #2 gimp_display_shell_render
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/display/gimpdisplayshell-render.c line 275
  • #3 gimp_display_shell_draw_area
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/display/gimpdisplayshell-draw.c line 574
  • #4 gimp_display_shell_canvas_expose
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/display/gimpdisplayshell-callbacks.c line 421
  • #5 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #13 gdk_window_process_all_updates
    from /usr/lib/libgdk-x11-2.0.so.0
  • #14 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 ??
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 app_run
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/app.c line 246
  • #19 main
    at /usr/src/debian/work/build-area/gimp-2.4.0~rc2/./app/main.c line 385
  • #20 __libc_start_main
    from /lib/libc.so.6
  • #21 _start

Comment 1 Sven Neumann 2007-09-10 12:54:15 UTC
Doesn't crash for me, using current SVN.
Comment 2 Sven Neumann 2007-09-10 14:22:31 UTC
Could be a duplicate of bug #469831.
Comment 3 Ari Pollak 2007-09-10 15:48:39 UTC
Then I guess this particular bug is fixed, since it crashed reproducibly for me on rc2.
Comment 4 Ari Pollak 2007-09-10 16:27:46 UTC
I just tried SVN, and the same crash still happens.
Comment 5 Michael Schumacher 2007-09-10 19:41:06 UTC
*** Bug 475538 has been marked as a duplicate of this bug. ***
Comment 6 Ari Pollak 2007-09-10 19:55:14 UTC
I should note that everyone who is seeing this crash seems to be using amd64.
Comment 7 Michael Schumacher 2007-09-10 20:15:21 UTC
I get the same trace as is attached to bug #469567. Resolving as a duplicate, we're pretty sure the the problem mentioned there is the reson for this crash, too.

*** This bug has been marked as a duplicate of 469567 ***