On Wed, Feb 13, 2002 at 10:50:25AM -0500, Tavin Cole wrote: <> > "PThread-102" prio=5 tid=0x80bc800 nid=0x31b waiting on monitor > [0xb1dff000..0xb1dff874] > at java.lang.Object.wait(Native Method) > at java.lang.Object.wait(Object.java:420) > at freenet.ConnectionHandler.run(ConnectionHandler.java:301)
This is where the connection thread waits while the trailing field is being read. Are you sure this is a threadlock? (Have you checked what threads own this monitor?) Somebody either needs to learn how to use some thread debugger, or we need to write out own system for debugging threads. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
