GNOME Bugzilla – Bug 136645
Text and Texture
Last modified: 2005-01-01 21:56:10 UTC
if you drag and drop a texture on Text layer that was not converted before to a pixel layer, Gimp closes himself
Confirmed with 2.0 pre4 on Win32. Dave.
Confirmed with current CVS on Linux. So this is probably affecting all systems. Here is a stack trace (unfortunately without debug): gimp-1.3 (pid:11033): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s
+ Trace 44963
I see that jimmac had already reported something very similar a few hours earlier... *** This bug has been marked as a duplicate of 136623 ***
I'd like to verify if this is indeed a duplicate. Reopening the bug. It's an important use case that should be tested when the other bug has been fixed.
Setting severity to blocker for the bugs which definitely need to be fixed before 2.0. Dave.
This was indeed a different problem and quite trivial to fix: 2004-03-12 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-dnd.c (gimp_display_shell_bucket_fill): only set the text layer's color if a color is being dropped. Fixes crash on pattern drops (bug #136645).