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 314663 - Palette editor request causes fatal error
Palette editor request causes fatal error
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-27 17:31 UTC by Carol
Modified: 2005-08-27 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carol 2005-08-27 17:31:30 UTC
Distribution/Version: debian

Both ways I know of getting to the palette editor cause gimp to die with a
floating point exception.

In my layout it is docked, using the mouse on the tab kills gimp.  I tried it
through the palette palette menu also with the same results.
Comment 1 Michael Natterer 2005-08-27 17:52:25 UTC
It crashes when trying to display an empty palette. Will fix this
right away...
Comment 2 Michael Natterer 2005-08-27 18:13:15 UTC
Fixed in CVS:

2005-08-27  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpviewrendererpalette.c
	(gimp_view_renderer_palette_init): initialize renderer->columns
	to != 0 to avoid floating point exceptions on initial layout
	calculation. Fixes bug #314663.