Re: Klasses.jar needs to be rebuilt

2002-03-20 Thread Carlos Valiente


On Wed, 2002-03-20 at 05:35, Archie Cobbs wrote:
 
 OK, I rebuilt Klasses.jar. Sorry for the delay checking it in,
 there was a problem with disk space on the CVS server.

Just for curiosity's sake: what compiler did you use?




Re: Interesting results...

2002-03-20 Thread Dalibor Topic


On Thursday 21 March 2002 01:21, Andrew Dalgleish wrote:
 On Wed, Mar 20, 2002 at 06:54:48PM -0500, Mason Loring Bliss wrote:
  Hello, all.
 
  I saw the note about Klasses.jar on the list, rebuilt, and reinstalled.
  That was evidently part of the problem I was seeing, as now javac comes
  back with an error, as opposed to being utterly silent. Here's what I'm

 Hmm. I'm just trying to get Kaffe up on cygwin for the first time.
 make check fails 109 tests with exactly that error.
 A quick double check on OpenBSD-current gets the same 109 failures.

Try to rebuild Klasses.jar using jikes 1.13

dalibor topic

_
Do You Yahoo!?
Get your free yahoo.com address at http://mail.yahoo.com




Re: Interesting results...

2002-03-20 Thread Ito Kazumitsu


In message Interesting results...
on 02/03/20, Mason Loring Bliss [EMAIL PROTECTED] writes:

 java.lang.VerifyError: at pc 5 sp 7 not in range [4, 6]
 at java.io.PushbackReader.init(PushbackReader.java:32)
 at at.dms.compiler.tools.antlr.extra.InputBuffer.init(InputBuffer.java:68)
 at at.dms.compiler.tools.antlr.extra.InputBuffer.init(InputBuffer.java:81)
 at at.dms.kjc.Main.parseFile(Main.java:278)
 at at.dms.kjc.Main.run(Main.java:116)
 at at.dms.kjc.Main.compile(Main.java:68)
 at at.dms.kjc.Main.main(Main.java:59)

kjc.jar attached to current Kaffe, that is KJC 1.5B, has serious
bugs.  I suggest you should upgrade KJC to 2.1A or downgrade
to 1.5A.



Re: Interesting results...

2002-03-20 Thread Andrew Dalgleish


On Thu, Mar 21, 2002 at 04:42:13AM +0100, Dalibor Topic wrote:
 Try to rebuild Klasses.jar using jikes 1.13

jikes == 1.13 or jikes = 1.13?

With jikes == 1.15 on OpenBSD-current I get:
FAIL: DoubleCvt.java
FAIL: TestSerializable2.java
FAIL: Alias.java
FAIL: wc.java

With jikes == 1.13 on Cygwin I get:
FAIL: StackDump.java
FAIL: UncaughtException.java
FAIL: Preempt.java
FAIL: Alias.java
FAIL: NullInvoke.java
FAIL: LostFrame.java
FAIL: ProcessTest.java
FAIL: wc.java
FAIL: finalexc.java
FAIL: KaffeVerifyBug.java
FAIL: CharArrayReaderTest.java
FAIL: LineNumberReaderTest.java
FAIL: BufferedReaderTest.java
FAIL: ExceptionInInitializerTest.java
FAIL: ProcessClassTest.java
FAIL: ProcessClassInst.java
FAIL: ExecTest.java
with a few crashes and a few hangs.

I'm rebuilding with debug symbols now.



Re: Interesting results...

2002-03-20 Thread Erik Corry


On Thu, Mar 21, 2002 at 01:28:07AM -0500, Mason Loring Bliss wrote:
 
 I've built Jikes 1.13 and set JIKES = jikes in rebuildLib and Makefile,
 and this is what I see:
 
 acheron /usr/local/src/kaffe/libraries/javalib# make classes
 /bin/sh ./rebuildLib
 Compiling classes ...
 
 Issued 1 semantic warning compiling java/awt/Toolkit.java:
 
504. native static synchronized void imgProduceImage( ImageNativeProducer prod, 
Ptr imgData);
  -
 *** Warning: The type ImageNativeProducer is defined in the file Image.java but 
referenced in the file java/awt/Toolkit.java. It is recommended that it be 
redefined in ImageNativeProducer.java.

It's only a warning.

 I'll try a newer Jikes tomorrow, I guess. (Mm, cvs update -r foo.)

As far as I can see Jikes 1.13 is the one that works.  The
alternative is to actually find the bug, probably somewhere
in the verifier.  I tried running with ElectriFence and it
made no difference, so I don't think it's a malloc bug.

-- 
Erik Corry [EMAIL PROTECTED]



Re: Interesting results...

2002-03-20 Thread Andrew Dalgleish


On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote:
 
 With jikes == 1.13 on Cygwin I get:
 FAIL: StackDump.java

I've rebuilt Kaffe with debug symbols.
It seems I'm getting a sigsegv in cygwin1.dll.
Rebuilding cygwin now...