-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Salah Coronya wrote:

| 9. In previous version of Freenet, if I keep it running (4 hours or so
| with 6221), I'll eventually get "Out of file descriptor" exceptions. I'm
| pretty sure the same will happen again (we'll see). ulimit -n is 1024.

After running it a file longer (current node uptime is 2 hours 45
minutes), also starting to get a few of these:

Oct 7, 2003 2:20:00 AM (freenet.ConnectionHandler, QThread-798, ERROR):
Closing
trailer 287 when handling 289! ([EMAIL PROTECTED] for
tcp/connect
ion:
212.202.51.43:52530>local,[EMAIL PROTECTED],freenet.s
[EMAIL PROTECTED], sending [EMAIL PROTECTED])
java.lang.Exception: hrrm
~        at
freenet.ConnectionHandler.closeTrailer(ConnectionHandler.java:1291)
~        at
freenet.ConnectionHandler$MyTrailerWriter.close(ConnectionHandler.jav
a:1235)
~        at
freenet.node.states.data.SendData.handleThrowable(SendData.java:267)
~        at freenet.node.states.data.SendData.received(SendData.java:188)
~        at freenet.node.StateChain.received(StateChain.java:190)
~        at freenet.node.StateChain.received(StateChain.java:71)
~        at
freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler
.java:226)
~        at
freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHa
ndler.java:165)
~        at
freenet.node.StandardMessageHandler$Ticket.access$100(StandardMessage
Handler.java:123)
~        at
freenet.node.StandardMessageHandler.handle(StandardMessageHandler.jav
a:71)
~        at freenet.Ticker$Event.run(Ticker.java:284)
~        at
freenet.thread.QThreadFactory$QThread.run(QThreadFactory.java:221)

The messages I described in (4) don't seem to be tied to splitfile
inserts, they are happening with nothing else running.

On the "open connection" page, several are showing port at "-2" , which
probably corresponds with this piece of code:

public int getLocalPort() {
                tcpConnection c = conn;
                java.net.Socket sock;
                if (c == null) return -1;
                try {
                        sock = conn.getSocket();
                } catch (IOException e) {
                        return -2;
                }
                if(sock == null) return -3;
                return sock.getLocalPort();
        }

I'm also seeing multiple connections (lines) to some nodes. The
connection are different (as far as messages/lifetime/idletime),
although  the different of these connection lifetimes or idletimes are
(usually) within a few second of each other. One of the multiple
connection (has 6 connections), all the ports are in the "-2" state.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/gnpJhctESbvQ8ZwRAk/xAJ9YODJfI3vdaFZwqUOor1XbW5hJWQCfaepM
2GucYeosohZ6hCaeLyhc73o=
=agvT
-----END PGP SIGNATURE-----

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to