[kaffe] Reproducible bugs running Freenet under Kaffe

Matthew Toseland toad at amphibian.dyndns.org
Thu Oct 24 07:18:41 PDT 2002


Ok, I've got CVS working now, and I get a NullPointerException,
reliably, in java.lang.Class.getResourceAsStream. Attached.
On Wed, Oct 23, 2002 at 04:27:13PM +0100, Matthew Toseland wrote:
> Hi. Some interesting crashes while trying to run freenet under Kaffe. I
> can send you diffs, but it should be pretty close to CVS. The most
> interesting thing is that I've gotten occasional crashes for a while,
> but now it is reproducible every time. The wierd thing is it's not
> always the same error, so if you could tell me what these messages have
> in common that would be helpful. Sorry but I'm not (yet) familiar with
> kaffe source. This is 1.0.7, but it manifests with various 1.0.6+ old cvs's
> too, and current CVS kaffe doesn't build.
> 
> Common errors:
> 
> $ java freenet.node.Main --paramFile /etc/freenet-unstable/freenet.conf
> kaffe-bin: jthread.c:1181: jthread_disable_stop: Assertion
> currentJThread->stopCounter < 10' failed.
> Aborted
> 
> $ java freenet.node.Main --paramFile /etc/freenet-unstable/freenet.conf
> kaffe-bin: exception.c:386: dispatchException: Assertion
> `!intsDisabled()' failed.
> Aborted
> 
> $ java freenet.node.Main --paramFile /etc/freenet-unstable/freenet.conf
> kaffe-bin: jthread.c:1640: reschedule: Assertion `currentJThread ==
> lastThread' failed.
> Aborted
> 
> -- 
> Matthew Toseland
> toad at amphibian.dyndns.org
> amphibian at users.sourceforge.net
> Freenet/Coldstore open source hacker.
> Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
> http://freenetproject.org/



-- 
Matthew Toseland
toad at amphibian.dyndns.org
amphibian at users.sourceforge.net
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/
-------------- next part --------------
$ kaffe freenet.node.Main --paramFile /etc/freenet-unstable/freenet.conf
java.lang.ExceptionInInitializerError: [exception was java.lang.NullPointerException]
        at java.lang.ClassLoader.resolveClass0(ClassLoader.java:native)
        at java.lang.ClassLoader.resolveClass(ClassLoader.java:148)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:105)
        at java.lang.Class.forName(Class.java:90)
        at java.lang.Class.forName(Class.java:42)
java.lang.NullPointerException
        at java.lang.Class.getResourceAsStream(Class.java:370)
        at freenet.crypt.ciphers.Rijndael_Properties.<clinit>(Rijndael_Properties.java:56)
        at freenet.crypt.ciphers.Rijndael_Algorithm.<clinit>(Rijndael_Algorithm.java:38)
        at freenet.crypt.ciphers.Rijndael.initialize(Rijndael.java:62)
        at freenet.crypt.Yarrow.rekey(Yarrow.java:158)
        at freenet.crypt.Yarrow.fast_pool_reseed(Yarrow.java:373)
        at freenet.crypt.Yarrow.accept_entropy(Yarrow.java:254)
        at freenet.crypt.Yarrow.acceptEntropy(Yarrow.java:234)
        at freenet.crypt.Yarrow.read_seed(Yarrow.java:104)
        at freenet.crypt.Yarrow.entropy_init(Yarrow.java:92)
        at freenet.crypt.Yarrow.<init>(Yarrow.java:66)
        at freenet.crypt.Yarrow.<init>(Yarrow.java:58)
        at freenet.Core.<clinit>(Core.java:148)
        at java.lang.ClassLoader.resolveClass0(ClassLoader.java:native)
        at java.lang.ClassLoader.resolveClass(ClassLoader.java:148)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:105)
        at java.lang.Class.forName(Class.java:90)
        at java.lang.Class.forName(Class.java:42)
        at freenet.node.Main.class$(Main.java:line unknown, pc 0x81459f5)
        at freenet.node.Main.<clinit>(Main.java:50)
        at java.lang.ClassLoader.resolveClass0(ClassLoader.java:native)
        at java.lang.ClassLoader.resolveClass(ClassLoader.java:148)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:105)
        at java.lang.Class.forName(Class.java:90)
        at java.lang.Class.forName(Class.java:42)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20021024/7d9398bc/attachment-0003.pgp 


More information about the kaffe mailing list