GNOME Bugzilla – Bug 389307
Segmantation fault while creating new dock with Layers, Channels & paths, or opening the layers window.
Last modified: 2006-12-25 14:52:23 UTC
When I close the dock with the layers and I try to either open the window with the layers or create a dock with layers, channels & paths, from the Dialogs-> Create New Dock -> Layers, Channels & Paths, gimp segfaults. I tested it with glib 2.12.2, 2.12.4 and 2.12.6. (gimp:7268): Gimp-Widgets-CRITICAL **: gimp_view_renderer_set_context: assertion `GIMP_IS_VIEW_RENDERER (renderer)' failed gimp: fatal error: Segmentation fault gimp (pid:7268): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S
+ Trace 96757
My fault... Fixed in CVS: 2006-12-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_set_context): don't do stuff on NULL mask view renderers. Fixes bug #389307.