You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is the log from the AI bot right before the
crash:)
Jetting to Lexington with $1 cash and $9,680 debt
Sheriff Hege and 3 deputies - pitifully armed - are
chasing you, man!
Sheriff Hege hits you, man!
Sheriff Hege hits you, man!
and here's what gdb says:
rogram received signal SIGSEGV, Segmentation fault.
0x12000f408 in ServerLoop () at serverside.c:832
832 /*if (tmp && FD_ISSET(tmp-
>fd,&errorfs)) {
(gdb) where
#0 0x12000f408 in ServerLoop () at serverside.c:832 #1 0x120008334 in main (argc=2, argv=0x1fffffa00) at
dopewars.c:1717
Actually, the bug is _not_ fixed in current CVS. There
appears to be a memory corruption bug somewhere in the
server, but I have yet to track it down - it's rather hard
to reproduce...
During a fight, server will segfault:
(This is the log from the AI bot right before the
crash:)
Jetting to Lexington with $1 cash and $9,680 debt
Sheriff Hege and 3 deputies - pitifully armed - are
chasing you, man!
Sheriff Hege hits you, man!
Sheriff Hege hits you, man!
and here's what gdb says:
rogram received signal SIGSEGV, Segmentation fault.
0x12000f408 in ServerLoop () at serverside.c:832
832 /*if (tmp && FD_ISSET(tmp-
>fd,&errorfs)) {
(gdb) where
#0 0x12000f408 in ServerLoop () at serverside.c:832
#1 0x120008334 in main (argc=2, argv=0x1fffffa00) at
dopewars.c:1717
(gdb) print tmp->fd
$1 = 538141120
(gdb) print &errorfs
$2 = (fd_set *) 0x1fffff958
(gdb) print tmp
$3 = (Player *) 0x120152030
Attached is my /etc/dopewars
Reported by: spazzz
The text was updated successfully, but these errors were encountered: