Crashes in GIMP 2.6.6
On Fri, 3 Jul 2009 20:45:27 -0300
John Coppens wrote:
I was running gimp in gdb, hoping to do a backtrace, but detected that
Gimp had been compiled without debug info.
I recompiled a new version of Gimp (still 2.6.6) and the error remains.
But now I can get a backtrace:
#0 0x00007f08f94df272 in _gtk_entry_completion_popup (
completion=0x7f08ede86800) at gtkentrycompletion.c:1491
#1 0x00007f08f94d3318 in gtk_entry_completion_timeout (
data=) at gtkentry.c:9021
#2 0x00007f08f917b86b in gdk_threads_dispatch (data=0x7f08e8322300)
at gdk.c:498
#3 0x00007f08f64606cb in g_timeout_dispatch (source=0x29413b0,
callback=0xb64ed0, user_data=0xb64ed0) at gmain.c:3250
#4 0x00007f08f645ff5a in IA__g_main_context_dispatch (context=0xb0ca50)
at gmain.c:1814
#5 0x00007f08f64635d8 in g_main_context_iterate (context=0xb0ca50,
#block=1,
dispatch=1, self=) at gmain.c:2445
#6 0x00007f08f6463acd in IA__g_main_loop_run (loop=0xf530a0) at
#gmain.c:2653 7 0x000000000046a2fd in app_run (full_prog_name=,
filenames=0x0, alternate_system_gimprc=0x0, alternate_gimprc=0x0,
session_name=, batch_interpreter=0x0,
batch_commands=0x0, as_new=0, no_interface=0, no_data=0, no_fonts=0,
no_splash=0, be_verbose=0, use_shm=1, use_cpu_accel=1,
console_messages=0, use_debug_handler=0,
stack_trace_mode=GIMP_STACK_TRACE_NEVER,
pdb_compat_mode=GIMP_PDB_COMPAT_ON) at app.c:246
#8 0x000000000046b28f in main (argc=1, argv=0x7fff02bcfc68) at main.c:406
It's not much, but it might help. Is this some error of mine, or should I
submit this as a bug report?
John