Re: [kaffe] Re: flestmail - daily - 565/566 passed (99.8%) (0 errors,1 failures)

2003-07-30 Thread Guilhem Lavaux
Dalibor Topic wrote: Looks like we're have a gc crash in the regression test suite: --- Flest Pseudo-User [EMAIL PROTECTED] wrote: === Flest Summary === Kaffe with-engine=jit3 enable-debug: 138/138 (0 fail, 0 err) with-engine=jit3: 138/138 (0 fail, 0 err) with-engine=jit3

[kaffe] more kjc problems?

2003-07-30 Thread Helmer Krämer
Hi, this morning, I wanted to check whether eclipse is still running with kaffe (rt.jar compiled with kjc). However, I got this exception (eclipse specific stuff skipped): java.lang.NullPointerException at gnu.xml.dom.DomNode.dispatchEvent (DomNode.java:1408) at

Re: [kaffe] Debugging Help

2003-07-30 Thread Timothy Stack
Hi all, hi, Attached is a patch for a nearly completed bytecode verifier. There are two things that are still not checked that are required by JVM Spec 4.8.2, but they will be pretty simple to add in later. Well, first, there are a couple references to 'free()' which should be 'KFREE()'.

Re: [kaffe] Debugging Help

2003-07-30 Thread Jim Pick
On Wed, 30 Jul 2003 14:49:19 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: Hi all, Attached is a patch for a nearly completed bytecode verifier. There are two things that are still not checked that are required by JVM Spec 4.8.2, but they will be pretty simple to add in later.

Re: [kaffe] Coding style

2003-07-30 Thread Dalibor Topic
Salut Guilhem, Guilhem Lavaux wrote: Hi everyone, Maybe this issue has already been raised but the coding style (at least for indentation...) is far from being clear in kaffe and its libraries. I've also seen that one of the pending task was to write the file FAQ.coding-style. I don't for you

Re: [kaffe] Kaffe CVS: kaffe hkraemer

2003-07-30 Thread Ito Kazumitsu
: == Ito Kazumitsu [EMAIL PROTECTED] writes: : Thank you for taking trouble, Helmer. I installed autoconf, : automake and libtool just now, and I will do it myself next time. I ran developers/aurugen.sh to find it failed. autogen.sh had /bin/true but in my FreeBSD 4.7-RELEASE, true is a

[kaffe] Kaffe CVS: kaffe kaz

2003-07-30 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/07/30 15:49:47 Modified files: . : ChangeLog developers : autogen.sh Log message: 2003-07-30 Ito Kazumitsu [EMAIL PROTECTED] * developers/autogen.sh: changed /bin/true to true.