Luke Schierer wrote, On 18/02/07 08:07:
SIGPIPE is almost always handled by gaim. if you are trying to provide
a backtrace to a crash, please enter in
handle SIGPIPE nostop
before typing run.
luke
Thanks, I'll try this when I next restart gaim:
$ gdb --args gaim -d
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details. This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) handle SIGPIPE nostop
Signal Stop Print Pass to program Description
SIGPIPE No Yes Yes Broken pipe
(gdb)
I received the SIGSEGV 0x46db2bde in _gst_parse_yylex (lvalp=0xb71c22d8)
at lex._gst_parse_yy.c:1224 on the next restart, so "handle SIGPIP
nostop" didn't help in this situation.
Regards,
Arthur.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]