A problem I have been having for quite a while is that the node will
spin (sucking all the CPU and starving my SETI at home) if I leave it
running all night. If I run it under JDK1.1.8 for FreeBSD, it wedges
solid; under Kaffe, it still responds to queries.
Has anyone else seen this? Better yet, does anyone have a clue what
might be wrong? I'm running the node under a debugger now, so I should
be able to narrow the problem down to a specific thread.
Oh, for those of you without gigantic brains to remember everything
about a problem (-:, I had to do the following to run the node under a
debugger:
1. Build Freenet using "javac -g".
2. Run the node using the "-debug" flag to the JVM.
3. In a separate window run "jdb -host localhost -password XXXX"
(the password was printed in step 2).
I couldn't get the node to run directly under jdb; it kept whining about
"class not found" errors.
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev