On Thu, Feb 07, 2002 at 08:06:19PM +0000, Adam D. Moss wrote: > Sven Neumann wrote: > > > mct:~> gimp-1.3 > > > gimp-1.3: fatal error: Segmentation fault > > > gimp-1.3 (pid:9613): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s > > > #0 0x40550924 in g_on_error_stack_trace (prg_name=0xbffff833 > > > "gimp-1.3") > > > #1 0x4055083e in g_on_error_query (prg_name=0xbffff833 "gimp-1.3") > > > #2 0x80816cd in gimp_eek (reason=0x819cea8 "fatal error", > > > #3 0x808162e in gimp_fatal_error (fmt=0x40676e90 "Segmentation fault") > > > #4 0x8081225 in gimp_sigfatal_handler (sig_num=11) at main.c:501 > > > #5 0x405c7858 in sigaction () from /lib/libc.so.6 > > > #6 0x40564428 in g_main_context_iterate (context=0x8243550, block=0, > > > #7 0x40564635 in g_main_context_pending (context=0x0) at gmain.c:2261 > > > #8 0x40129e8e in gtk_events_pending () at gtkmain.c:863 > > > #9 0x808e980 in user_install_continue_callback (widget=0x825e568, > > > > well, naturally I can't reproduce this here. I've removed my > > ~/.gimp-1.3 directory and was able to finish user installation w/o a > > problem. I can't see anything wrong with the code either: > > > > while (gtk_events_pending ()) > > gtk_main_iteration (); > > The crash is actually occurring inside gtk/glib-1.3 (joy!) but > I haven't de-toxed enough yet to look deeper. > > *looks deeper anyway* > > Ah cool, a glib rebuild from today's HEAD stops me crashing. > > Thanks, now I almost have a working gimp! (After the > current recompile, hopefully!) I doubt it's a gimp issue. Owen broke some main loop stuff for about a day in CVS. -Yosh