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 170570 - Crash when loading first image when Histogram is opened in RGB mode
Crash when loading first image when Histogram is opened in RGB mode
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: High critical
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-16 15:29 UTC by Shlomi Fish
Modified: 2005-03-16 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Shlomi Fish 2005-03-16 15:29:27 UTC
Steps to reproduce:
1. Start the GIMP.
2. Open an RGB image.
3. Open the Histogram Window.
4. Set its type to RGB.
5. Quit the GIMP.
6. Start the GIMP.
(Make sure the histogram is opened and RGB is grayed out)
7. Open an RGB image.

Crash!


Stack trace:


Other information:
Comment 1 Sven Neumann 2005-03-16 15:52:25 UTC
2005-03-16  Sven Neumann  <sven@gimp.org>

	* app/base/gimphistogram.c: fixed checks for uncalculated histogram.
	Fixes bug #170570.