|
From: Peep P. <so...@us...> - 2004-07-23 14:25:54
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20278 Modified Files: BUGS Log Message: The 64-bit bug seems to be gone. Index: BUGS =================================================================== RCS file: /cvsroot/agd/server/BUGS,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- BUGS 21 Jul 2004 12:13:09 -0000 1.13 +++ BUGS 23 Jul 2004 14:25:45 -0000 1.14 @@ -2,6 +2,4 @@ - crashes on Solaris/SPARC with a SIGSEGV somewhere between lines 190 and 199 in net.c (don't have gdb on that host). Could this be the wretched inet_ntoa() problem? - - on 64-bit, the interpreter fails miserably - I think the code pointer (int *cp) is - incremented by 4 bytes, when it should be incremented by 8. - select() just blocks after a player receives a runtime error |