> On Mon, Nov 18, 2002 at 09:03:44AM +0100, Anonymous wrote: > > ok, but what I need to do under win2k?
On win2k the easiest way of getting the thread stack traces is to start freenet in a console process. To do this, open a command prompt and type cd "c:\program files\freenet 0.5" java -cp freenet.jar freenet.node.Main Once it is running, you can press CTRL-Break at any time to see the stack listing. Doing this does not kill the process or affect it in any way. You can press CTRL-C when you want to kill it. Since the stack listing is so large, you might want to pipe it into a file. To do that just start freenet with: java -cp freenet.jar freenet.node.Main > threads.txt Oskar wrote: > Suffer? I know I did. Suffering is everywhere. At least in windows freenet is contained in one process rather than hundreds. - Russ _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
