> > > (gdb) bt
> > > #0 0x404dca14 in strchr () from /lib/libc.so.6
> > > #1 0x6f74656d in ?? ()
> > > (gdb)
> > >
> >
> > Such gdb output may not be very useful unfortunately, try rebuilding
> > with symbols, and give a bt on SEGV. (Spec-helper strips the binaries
> > by default, unfortunately.)
>
> i just did a make install from the /usr/src/RPM/BUILD/gaim* folder. I'm
> sure that there is an easier way?
There is, you have to hack the spec so that you define the macro which
runs the spec-helper strip script to null so nothing is done.
And it seems to me that you get this segfault on startup? I cannot
reproduce it ... can you backup your .gaimrc and .gaim/ and do it from scratch
to see how you can reliably reproduce this problem?
-- Geoff.