On Fri, Apr 21, 2000 at 09:32:45AM -0700, Bill Trost wrote:
> 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.
>

Yes, I have three processes sucking up my cpu.

USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND

david     6015 32.8  6.1 74224 7856 ?        RN   11:23  68:35
 /home/david/jdk1.2.2/bin/i386/native_threads/java Freenet.node.Node
david     6129 32.4  6.1 74224 7856 ?        RN   11:25  67:15
 /home/david/jdk1.2.2/bin/i386/native_threads/java Freenet.node.Node
david     6187 32.3  6.1 74224 7856 ?        RN   11:25  66:54
 /home/david/jdk1.2.2/bin/i386/native_threads/java Freenet.node.Node


This is the process tree.

freenet_server(5650)---java(5653)---java(5691)-+-java(5692)
                                               |-java(5693)
                                               |-java(5694)
                                               |-java(5695)
                                               |-java(5696)
                                               |-java(5698)
                                               |-java(5705)
                                               |-java(5707)
                                               |-java(5791)
                                               |-java(5801)
                                               |-java(6009)
                                               |-java(6015)
                                               |-java(6129)
                                               |-java(6187)
                                               `-java(6760)


Unfortunately, I haven't figured out a way to link these processes
to any specific java code. 

David Schutt


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to