Crashes when set to false? Hmm. Strange. What do you mean by core crashes?
SITUATION A
As i've already reported, setting of "logOutputBytes=false" leads to this, after a node restart:
------------------------------------------------------------------------------------------
Feb 14, 2005 8:18:24 PM (freenet.node.Main, main, ERROR): Caught java.lang.IllegalArgumentException: Variable 'outputBytes' is not known running or seeding node
java.lang.IllegalArgumentException: Variable 'outputBytes' is not known
at freenet.diagnostics.StandardDiagnostics.getExternalCountingVariable(StandardDiagnostics.java:441)
at freenet.node.Node.<init>(Node.java:3868)
at freenet.node.Main.spawnNode(Main.java:1019)
at freenet.node.Main.main(Main.java:906)
Feb 14, 2005 8:18:24 PM (freenet.node.Main, main, ERROR): Unexpected Exception: java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Variable 'outputBytes' is not known
at freenet.diagnostics.StandardDiagnostics.getExternalCountingVariable(StandardDiagnostics.java:441)
at freenet.node.Node.<init>(Node.java:3868)
at freenet.node.Main.spawnNode(Main.java:1019)
at freenet.node.Main.main(Main.java:906)
------------------------------------------------------------------------------------------
Some node processes (14 sub, one parent, and another parent) seem to be up, but the node itself is not usable (no FCP access, no MAIN access), no indexing activity.
SITUATION B
Both tokens (logOutputBytes=false, logInputBytes=false) set, leads to *exactly* the same, like above
SITUATION C
Only "logInputBytes=false" set leads to sudden death. Log file creates, but no entries (Zero length)!
Node core (main/parent processes down) and no sub-processes up.
SITUATION D
Disabled both entries, everything is fine. Sudden fast integration.
This is reproduceable.
java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
on Debian 3.0, Kernel 2.4.25.3
I'll try a syscall trace later, if there is some time.. i'm heavy loaded currently, like my node ;-)
_______________________________________________ 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]
