[freenet-dev] Embedded build

2008-04-09 Thread Sven-Ola Tücke
Am Mittwoch 09 April 2008 07:27:41 schrieb Florent Daigni?re: [snip] > It is. The jvm should throw a NPE, not segfault here... anyway, I think > I've prevented the bug in r19100, try it :) [snap] sorry - does not fix. Looks like the libgcj runtime lib. Got the same error under gij bytecode interp

Re: [freenet-dev] Embedded build

2008-04-09 Thread Sven-Ola Tücke
Am Mittwoch 09 April 2008 07:27:41 schrieb Florent Daignière: [snip] > It is. The jvm should throw a NPE, not segfault here... anyway, I think > I've prevented the bug in r19100, try it :) [snap] sorry - does not fix. Looks like the libgcj runtime lib. Got the same error under gij bytecode interp

[freenet-dev] Embedded build

2008-04-09 Thread Sven-Ola Tücke
Hi, Am Mittwoch 09 April 2008 07:27:41 schrieb Florent Daigni?re: [snip] > > hopefully, it's not the Hashtable.java runtime code. > > It is. The jvm should throw a NPE, not segfault here... anyway, I think > I've prevented the bug in r19100, try it :) [snap] ...it throws an NPE if not running und

[freenet-dev] Embedded build

2008-04-09 Thread Florent Daignière
* Sven-Ola T?cke [2008-04-09 06:57:37]: > Hi, > > Am Dienstag 08 April 2008 17:11:21 schrieben Sie: > [snip] > > > I got occasional oopses. Are those normal? > > > > You'll have to compile with line numbers (debugging info, -g) to get a > > meaningful stack trace. Then find out what it is that i

[freenet-dev] Embedded build

2008-04-09 Thread Sven-Ola Tücke
Hi, Am Dienstag 08 April 2008 17:11:21 schrieben Sie: [snip] > > I got occasional oopses. Are those normal? > > You'll have to compile with line numbers (debugging info, -g) to get a > meaningful stack trace. Then find out what it is that is null... [snap] hopefully, it's not the Hashtable.java r

Re: [freenet-dev] Embedded build

2008-04-08 Thread Sven-Ola Tücke
Hi, Am Mittwoch 09 April 2008 07:27:41 schrieb Florent Daignière: [snip] > > hopefully, it's not the Hashtable.java runtime code. > > It is. The jvm should throw a NPE, not segfault here... anyway, I think > I've prevented the bug in r19100, try it :) [snap] ...it throws an NPE if not running und

Re: [freenet-dev] Embedded build

2008-04-08 Thread Florent Daignière
* Sven-Ola Tücke <[EMAIL PROTECTED]> [2008-04-09 06:57:37]: > Hi, > > Am Dienstag 08 April 2008 17:11:21 schrieben Sie: > [snip] > > > I got occasional oopses. Are those normal? > > > > You'll have to compile with line numbers (debugging info, -g) to get a > > meaningful stack trace. Then find ou

Re: [freenet-dev] Embedded build

2008-04-08 Thread Sven-Ola Tücke
Hi, Am Dienstag 08 April 2008 17:11:21 schrieben Sie: [snip] > > I got occasional oopses. Are those normal? > > You'll have to compile with line numbers (debugging info, -g) to get a > meaningful stack trace. Then find out what it is that is null... [snap] hopefully, it's not the Hashtable.java r

[freenet-dev] Embedded build

2008-04-08 Thread Florent Daignière
* Sven-Ola T?cke [2008-04-06 22:50:13]: > Hi, > > detected a couple of unused bytes in libgcj. Initial memory consumption now > ~38Mb down to ~28 Mb. Telnet iface runs. Frost runs (to some extent). Changed > my > numbering scheme, so *.tgz now numbered to reflect the SVN revision. > > I got

Re: [freenet-dev] Embedded build

2008-04-08 Thread Florent Daignière
* Sven-Ola Tücke <[EMAIL PROTECTED]> [2008-04-06 22:50:13]: > Hi, > > detected a couple of unused bytes in libgcj. Initial memory consumption now > ~38Mb down to ~28 Mb. Telnet iface runs. Frost runs (to some extent). Changed > my > numbering scheme, so *.tgz now numbered to reflect the SVN re

[freenet-dev] Embedded build

2008-04-06 Thread Sven-Ola Tücke
Hi, detected a couple of unused bytes in libgcj. Initial memory consumption now ~38Mb down to ~28 Mb. Telnet iface runs. Frost runs (to some extent). Changed my numbering scheme, so *.tgz now numbered to reflect the SVN revision. I got occasional oopses. Are those normal? Caught in PacketSen

Re: [freenet-dev] Embedded build

2008-04-06 Thread Sven-Ola Tücke
Hi, detected a couple of unused bytes in libgcj. Initial memory consumption now ~38Mb down to ~28 Mb. Telnet iface runs. Frost runs (to some extent). Changed my numbering scheme, so *.tgz now numbered to reflect the SVN revision. I got occasional oopses. Are those normal? Caught in PacketSen

[freenet-dev] Embedded build

2008-04-04 Thread Sven-Ola Tücke
Hey, something wrong with that compile - needed to recompile everyting (SEGV etc). Not having a good java dependency-parser for make has side effects I presume. Something runs faster now. Any revolutionary changes in the latest builds? Or do I simply have better neighs by accident? Anyhow - fre

[freenet-dev] Embedded build

2008-04-04 Thread Sven-Ola Tücke
Hey, just uploaded freenet-v1134-pre for embedded-mipsel or i486. To use, grab the appropriate tgz and untar to a new dir, e.g. mkdir /tmp/blubb cd /tmp/blubb wget [see below]-1134.tgz tar xvzf freenet-*-linux-gnu-1134.tgz echo "node.name=$(hostname)" > freenet.ini export LD_LIBRARY_PATH=lib ./f

Re: [freenet-dev] Embedded build

2008-04-04 Thread Sven-Ola Tücke
Hey, something wrong with that compile - needed to recompile everyting (SEGV etc). Not having a good java dependency-parser for make has side effects I presume. Something runs faster now. Any revolutionary changes in the latest builds? Or do I simply have better neighs by accident? Anyhow - fre

[freenet-dev] Embedded build

2008-04-03 Thread Sven-Ola Tücke
Hey, just uploaded freenet-v1134-pre for embedded-mipsel or i486. To use, grab the appropriate tgz and untar to a new dir, e.g. mkdir /tmp/blubb cd /tmp/blubb wget [see below]-1134.tgz tar xvzf freenet-*-linux-gnu-1134.tgz echo "node.name=$(hostname)" > freenet.ini export LD_LIBRARY_PATH=lib ./f