Issue information

Issue ID
#5063
Status
Invalid
Severity
None
Started
Hercules Elf Bot
Sep 29, 2011 7:13
Last Post
Hercules Elf Bot
Mar 15, 2012 13:16
Confirmation
N/A

Hercules Elf Bot - Sep 29, 2011 7:13

Originally posted by [b]Akbar[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=5063

eAthena servers use and new old mysql database [ea-trunk]
server crashes every make WOE

CODE
[Info]: Character 'ChowYunFat' logged off.
[Info]: Character 'Mr reject' logged off.
[Info]: 'Tukang Nempa' logged in. (AID/CID: '2000250/150639', Packet Ver: '25', IP: '202.152.194.186').

Program received signal SIGPIPE, Broken pipe.
0x00cfe402 in __kernel_vsyscall ()
(gdb) bt full
#0  0x00cfe402 in __kernel_vsyscall ()
No symbol table info available.
#1  0x00342491 in send () from /lib/libc.so.6
No symbol table info available.
#2  0x08164eeb in send_from_fifo (fd=22) at socket.c:343
        len = <value optimized out>
#3  0x08163838 in send_shortlist_do_sends () at socket.c:1390
        fd = 22
        i = 0
#4  0x08164d45 in do_sockets (next=60) at socket.c:745
        rfd = {__fds_bits = {4194304, 0 <repeats 31 times>}}
        timeout = {tv_sec = 0, tv_usec = 39000}
        ret = 0
        i = 22
#5  0x08163546 in main (argc=1, argv=0xbfffe5b4) at core.c:262
        next = -32
(gdb)


please help tq (IMG:style_emoticons/default/thumbsup.gif)

Hercules Elf Bot - Dec 6, 2011 3:50

Originally posted by [b]Ind[/b]
this is not a bug, its you using gdb without ignoring SIGPIPE handler (which is run when a connection timesout/dies e.g. a players internet died)