[220] in bug-owl
SIGPIPE after aimlogin
daemon@ATHENA.MIT.EDU (Chris Shabsin)
Sun Jul 6 19:52:17 2003
Date: Sun, 6 Jul 2003 18:52:15 -0500
Mime-Version: 1.0 (Apple Message framework v552)
Content-Type: text/plain; charset=US-ASCII; format=flowed
From: Chris Shabsin <crs@MIT.EDU>
To: bug-owl@MIT.EDU
Content-Transfer-Encoding: 7bit
Message-Id: <DECC9323-B00C-11D7-846A-00039362BD7A@mit.edu>
Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 16384 (LWP 10984)]
0x4024e002 in send () from /lib/libc.so.6
(gdb) up
#1 0x40145262 in send () from /lib/libpthread.so.0
(gdb) where
#0 0x4024e002 in send () from /lib/libc.so.6
#1 0x40145262 in send () from /lib/libpthread.so.0
#2 0x0808ff61 in aim_send (fd=8, buf=0x81542b8, count=29) at
txqueue.c:218
#3 0x080900a1 in aim_bstream_send (bs=0xbfffe3fc, conn=0x8149898,
count=29)
at txqueue.c:257
#4 0x080901ff in sendframe_flap (sess=0x80a6ca4, fr=0x8153128) at
txqueue.c:307
#5 0x08090378 in aim_tx_sendframe (sess=0x80a6ca4, fr=0x8153128) at
txqueue.c:354
#6 0x08090407 in aim_tx_flushqueue (sess=0x80a6ca4) at txqueue.c:388
#7 0x08076757 in owl_aim_process_events () at aim.c:316
#8 0x0805a406 in main (argc=1, argv=0xbffff684, env=0xbffff68c) at
owl.c:323
(gdb)
Looking at debugging it now...
(2.0.7 released version)
-Chris