Re: Interesting results...

2002-03-23 Thread Dalibor Topic
On Saturday 23 March 2002 00:26, Andrew Dalgleish wrote: Should Kaffe's make check include a full test suit for all compilers? No. There is a project called jacks for that. I think it would be better if we had an application that loads links all classes from Klasses.jar. That would in turn

Re: Interesting results...

2002-03-22 Thread Patrick Tullmann
Just a suggestion: could someone strip wc.java down to a testcase that causes this problem and (assuming its really a compiler problem), name the testcase BrokenCompilerCheck.java or something? Put it early in the test run, too. That will make diagnosing failures much easier in the future.

Re: Interesting results...

2002-03-22 Thread Andrew Dalgleish
On Fri, Mar 22, 2002 at 01:17:24PM -0700, Patrick Tullmann wrote: Just a suggestion: could someone strip wc.java down to a testcase that causes this problem and (assuming its really a compiler problem), name the testcase BrokenCompilerCheck.java or something? Put it early in the test run,

Re: Interesting results...

2002-03-21 Thread Dalibor Topic
On Thursday 21 March 2002 07:28, Mason Loring Bliss wrote: On Thu, Mar 21, 2002 at 04:42:13AM +0100, Dalibor Topic wrote: Try to rebuild Klasses.jar using jikes 1.13 I've built Jikes 1.13 and set JIKES = jikes in rebuildLib and Makefile, and this is what I see: Issued 1 semantic warning

Re: Interesting results...

2002-03-21 Thread Andrew Dalgleish
On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote: 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:

Re: Interesting results...

2002-03-21 Thread Jukka Santala
On Thu, 21 Mar 2002, Dalibor Topic wrote: Compilers that don't work for me: * javac 1.4.0 : make check fails almost all tests since the warning about changed class file format version is not expected by the tests :) May work, but will generate lot of assert is a keyword now warnings during

Re: Interesting results...

2002-03-21 Thread Erik Corry
On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote: 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? jikes == 1.13. -- EC

Re: Interesting results...

2002-03-21 Thread Mason Loring Bliss
On Thu, Mar 21, 2002 at 08:02:11AM +0100, Erik Corry wrote: *** 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. Ah. I hadn't

Re: Interesting results...

2002-03-21 Thread Dalibor Topic
On Thursday, 21. March 2002 13:24, Andrew Dalgleish wrote: On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote: 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

Re: Interesting results...

2002-03-21 Thread Dalibor Topic
On Thursday, 21. March 2002 17:30, Mason Loring Bliss wrote: On Thu, Mar 21, 2002 at 08:02:11AM +0100, Erik Corry wrote: Ah. I hadn't dug into the build infrastructure yet, and I blindly assumed that make in kaffe/libraries/javalib would give me Klasses.jar, and I assumed that since it went

Re: Interesting results...

2002-03-21 Thread Jim Pick
Short answer: as soon as someone with CVS write access does it, it will be done. Long answer: we had some problems with the CVS server, and trouble picking the right version of jikes that generated a Klasses.jar file that just worked for everyone. Now that you've verified that everything

Re: Interesting results...

2002-03-21 Thread Andrew Dalgleish
On Thu, Mar 21, 2002 at 05:33:21PM +0100, Dalibor Topic wrote: On Thursday, 21. March 2002 13:24, Andrew Dalgleish wrote: On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote: On Thu, Mar 21, 2002 at 04:42:13AM +0100, Dalibor Topic wrote: Try to rebuild Klasses.jar using

Re: Interesting results...

2002-03-21 Thread Archie Cobbs
Stuart Ballard writes: 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. No, the bug is in jikes.

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

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

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

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

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...