[freenet-support] Bug report

2004-02-07 Thread Johnix
Hello,


I'm using build 5065 on GNU/Linux on i386, with j2sdk1.4.0_02.

I got the following messages.   Generally, whenever I leave my
freenet node running a few hours, it ends up running out of memory
(I have 256Mo And 500Mo swap), using a lot of CPU (I have a P3 700 and a
512/128kbps DSL connexion), and issuing this type of messages.

Have fun, and tell me if you need more info.

Waited more than 200ms to dequeue, 61 in queue, 2324 millis since enqueued last item, 
852104 maximum waits so far - could indicate serious JVM bug. Please report to [EMAIL 
PROTECTED] along with JVM and OS/kernel.
Waited more than 200ms to dequeue, 12 in queue, 2368 millis since enqueued last item, 
1095740 maximum waits so far - could indicate serious JVM bug. Please report to [EMAIL 
PROTECTED] along with JVM and OS/kernel.
Waited more than 200ms to dequeue, 18 in queue, 2842 millis since enqueued last item, 
1710832 maximum waits so far - could indicate serious JVM bug. Please report to [EMAIL 
PROTECTED] along with JVM and OS/kernel.
Waited more than 200ms to dequeue, 20 in queue, 3340 millis since enqueued last item, 
1242093 maximum waits so far - could indicate serious JVM bug. Please report to [EMAIL 
PROTECTED] along with JVM and OS/kernel.
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.Exception
at freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:729)
at freenet.transport.ReadSelectorLoop.run(ReadSelectorLoop.java:674)
at java.lang.Thread.run(Thread.java:536)
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
Could not execute freenet.Message: QueryRejected @[EMAIL PROTECTED] 
MuxConnectionHandler[conn=[tcp/connection: CLOSED,[EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], identity=[DSA(8c25 c9b8 98c3 1722 faf7  9ee7 369e df35 
a323 e694)], sock=[Socket[addr=/81.169.158.212,port=9340,localport=40097]], 
chan=[java.nio.channels.SocketChannel[closed]], peer=[Peer [DSA(8c25 c9b8 98c3 1722 
faf7  9ee7 369e df35 a323 e694) @ 81.169.158.212:9340 (1/3)]], outbound=[true]] @ 
eb35f6696e67de03: htl=9, reason=Node overloaded @ 1076132849477: 
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
Caught a java.lang.OutOfMemoryError, LSL.processConnections failing
java.lang.OutOfMemoryError
java.lang.Exception
at freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:729)
at freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:146)
at java.lang.Thread.run(Thread.java:536)
java.lang.NullPointerException
at 
freenet.transport.AbstractSelectorLoop.mySelect(AbstractSelectorLoop.java:600)
at freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:675)
at freenet.transport.ReadSelectorLoop.run(ReadSelectorLoop.java:674)
at java.lang.Thread.run(Thread.java:536)
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError


-- 
Thomas Tempé 
http://www.alysse.org/tom

So here we are: the few, the proud, the Dvorak keyboard
users.  Let's keep threatening the world with our divisive,
controversial use of letter arrangement in typing.

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] tempDir filling up with files

2004-02-07 Thread Nomen Nescio
Running build 6468 on Linux 2.6.2 with Blackdown-1.4.2-rc1 VM,
I get lots of temp-*-1-* files in store/temp which don't go
away after being closed. Only a node restart will delete them.
The files appear and stay even if there is no client software
running.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Stable build 5066 - stable branch network reset, merged rate limiting

2004-02-07 Thread Toad
Freenet stable build 5066 is now available. The snapshots have been
updated. Get it via the update.sh script on Linux, BSD, or OS/X, or use
the freenet-webinstall.exe utility to update on Windows, or get the jar
from http://freenetproject.org/snapshots/freenet-latest.jar . All stable
branch users should upgrade. You will also need to reseed your node: get
a new seednodes.ref from
http://freenetproject.org/snapshots/seednodes.ref . This build is not
compatible with older stable builds.

We have merged several weeks' work in this build. Specifically, rate
limiting, which is a new way of balancing load on Freenet, and a bug fix
in the datastore, which could have been quite nasty (causing the LRU
list in the datastore to be wrong, and the node to get jammed for a
while every time a file was committed). Subjectively, the unstable
network seems to work fairly well with this code, although there are a
few concerning stats, so we decided it needs wider testing. Hopefully
the stable branch will work significantly better as a result of the new
code. Of course it will initially as it is small, the test comes when it
gets bigger. Please upgrade and reseed.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]