GNOME Bugzilla – Bug 378126
gimp crash due to GTK
Last modified: 2006-11-23 16:20:34 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/gimp/+bug/72633 "I was working with gimp , and than just switched to work on a different desktop. Suddenly, the gimp crashed - I didn't touched it. http://librarian.launchpad.net/5116345/_usr_bin_gimp.1000.crash crash ... libgtk2.0-0 2.10.6-0ubuntu1 ..." Debug backtrace: (gdb) bt
+ Trace 88504
From gdb: (gdb) p info $3 = (const GtkFileInfo *) 0x2f726176 (gdb) p info->is_folder Cannot access memory at address 0x2f726176
Duplicate of bug 363472
why do you think that's a duplicate? it's listed by the dupfinder, the backtraces look different though
(In reply to comment #3) > why do you think that's a duplicate? it's listed by the dupfinder, the > backtraces look different though > Because GTKFileInfo always has the state like you described in comment #1. On one of those crashes I did see it as a *ghost* entry with no name in the filechooser. It then crashed by clicking on it. So I assume the pointer shouldn't exist anymore. Traces are slightly different, but the root cause should be the same. Anyways, the one I fetched with debuginfo in [1] looks very similar to your backtrace. Before installing debuginfo packages it looked like the original one of bug 363472 But feel free to keep it open. I don't have much knowledge about C and GTK. [1] http://bugzilla.gnome.org/attachment.cgi?id=76832&action=view
explanation makes sense, I'm marking it as duplicate, thank you for the comment *** This bug has been marked as a duplicate of 363472 ***