From: Peep P. <so...@us...> - 2004-06-07 15:31:31
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5805 Modified Files: BUGS Log Message: Removed some. :) Index: BUGS =================================================================== RCS file: /cvsroot/agd/server/BUGS,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- BUGS 1 Apr 2004 19:17:12 -0000 1.11 +++ BUGS 7 Jun 2004 15:31:21 -0000 1.12 @@ -1,13 +1,9 @@ Currently known bugs: - src/options and src/compile_options.h don't honor $prefix. Could use a shell script and sed to do substitutions. - - the define_id system is known to have bugs, not sure what they are, though. - * int i; void foo(int i); should be valid with a warning + But not that important, I guess. - crashes on Solaris/SPARC with a SIGSEGV somewhere between lines 190 and 199 in net.c (don't have gdb - on that host). + 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. - - main problem - leaks memory in quite some places. - - - continue from here.. |