GNOME Bugzilla – Bug 554966
Gimp crashes creating a new image using a template
Last modified: 2008-10-22 21:45:44 UTC
Steps to reproduce: 1. Start Gimp 2.6 2. Open an existing image (in my case a little jpeg image), do nothing with it at all. 3. Open an new image: File->New->Template->A4(300ppi), press OK. Stack trace: Stacktrace Program received signal SIGSEGV, Segmentation fault.
+ Trace 207740
Thread 47351219904640 (LWP 12538)
Other information: When I skip step 2 above the new A4 image opens without any problems. The stack trace indicates that there might be a problem with the update of the rulers when switching from px to mm. The same procedure with Gimp 2.4.6 was ok.
That's already fixed in trunk: 2008-10-03 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale_update_scrollbars) (gimp_display_shell_scale_update_rulers): bail out early if shell->display is NULL. Fixes crash reported on the mailing-list.
*** Bug 555277 has been marked as a duplicate of this bug. ***
*** Bug 555705 has been marked as a duplicate of this bug. ***
*** Bug 555755 has been marked as a duplicate of this bug. ***
*** Bug 556045 has been marked as a duplicate of this bug. ***
*** Bug 556057 has been marked as a duplicate of this bug. ***
*** Bug 556310 has been marked as a duplicate of this bug. ***
*** Bug 557493 has been marked as a duplicate of this bug. ***