Getting started w/ kaffe & BSDI 4.0
Godmar Back
kaffe@rufus.w3.org
Thu, 27 Aug 1998 12:05:34 -0600 (MDT)
>
> Here's the first failure from ProcessTest:
>
> java ProcessTest
> Caught exception: no input stream
> java.lang.Exception: no input stream
> at java/lang/Throwable.<init>(30)
> at java/lang/Exception.<init>(21)
> at ProcessTest.main(34)
>
Alexandre Oliva reported that failure, too.
We do not know what's causing it. A wild guess is that the JNI
implementation is broken on Solaris somehow. Or the use of JNI
in UNIXProcess.c is, or the new forkexec code in jthread.c doesn't
work on Solaris. I didn't test it on Solaris.
>
> Should jdb work?
No, I don't think so.
- Godmar