Re: [kaffe] Jython

2003-08-03 Thread Guilhem Lavaux
Dalibor Topic wrote:

Rob Gonzalez wrote:

Hi,

Has anyone here gotten jython 2.1 to run successfully on kaffe?


it used to, but right now I can't even run the installer anymore since 
it crashes. Here's some debugger output:
[trace snipped]

it crashes because JNIEnv env is garbled, and an attempt to call 
(*env)-GetStringChars fails since it's 0. Ouch.

The problems seem to have started with Tim's JVMPI patch. Kaffe from 
Sat Jul 26 16:55:40 2003 UTC just crashes after a while when runng the 
jythos-21 installer. The first crash with the same pattern is from Mon 
Jul 28 09:45:05 2003 UTC, since Guihem's patch fixed the first crash. 
Maybe they have an idea what's happening.
Here is something better. Launch jython-21 installer and try to move 
(with opaque move) the window here and there. After a while (few 
seconds, sometime a bit longer) kaffe crashes at the same point... I do 
not have really an idea on what is wrong for the moment.

Cheers,
Guilhem.
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Jython

2003-08-03 Thread Guilhem Lavaux
Guilhem Lavaux wrote:

Dalibor Topic wrote:

Rob Gonzalez wrote:

Hi,

Has anyone here gotten jython 2.1 to run successfully on kaffe?


it used to, but right now I can't even run the installer anymore 
since it crashes. Here's some debugger output:


[trace snipped]

it crashes because JNIEnv env is garbled, and an attempt to call 
(*env)-GetStringChars fails since it's 0. Ouch.

The problems seem to have started with Tim's JVMPI patch. Kaffe from 
Sat Jul 26 16:55:40 2003 UTC just crashes after a while when runng 
the jythos-21 installer. The first crash with the same pattern is 
from Mon Jul 28 09:45:05 2003 UTC, since Guihem's patch fixed the 
first crash. Maybe they have an idea what's happening.


Here is something better. Launch jython-21 installer and try to move 
(with opaque move) the window here and there. After a while (few 
seconds, sometime a bit longer) kaffe crashes at the same point... I 
do not have really an idea on what is wrong for the moment.

Cheers,
Guilhem.
I expect the threading system not to be completely innocent. If you try 
to run the installer with unix-pthread (instead of unix-jthreads) it 
never crashes (at least for me). However running jython seems harder, I get:

*sys-package-mgr*: processing new jar, 
'/home/guilhem/ext2/PROJECTS/kaffe/libraries/javalib/kjc.jar'
*sys-package-mgr*: processing new jar, '/home/guilhem/jython-2.1/jython.jar'
*sys-package-mgr*: processing new jar, 
'/home/guilhem/ext/local/jre/lib/rt.jar'
*sys-package-mgr*: skipping bad jar, 
'/home/guilhem/ext/local/jre/lib/rt.jar'
*sys-package-mgr*: processing new jar, 
'/home/guilhem/ext2/PROJECTS/kaffe/libraries/javalib/rt.jar'
*sys-package-mgr*: skipping bad jar, 
'/home/guilhem/ext2/PROJECTS/kaffe/libraries/javalib/rt.jar'
*sys-package-mgr*: processing new jar, '/home/guilhem/ext/local/lib/kjc.jar'
Jython 2.1 on java1.3 (JIT: kaffe.jit)
kaffe-bin: machine.c:620: installMethodCode: Assertion `e-start_pc = 
e-end_pc' failed.

Do you have any idea of what is a bad jar ? the jitter seems also to 
have some problem ...

Cheers,
Guilhem.
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Re: Please update kaffe in FreeBSD ports collection

2003-08-03 Thread Ito Kazumitsu
 : == Mark Huizer [EMAIL PROTECTED] writes:

: Please see the attachment, for a first attempt at a new port:
: kaffe-devel.
: 
: This should install the new kaffe.

Thank you for your efforts.  I am trying to make kaffe using
your port.  But unfortunately, I am not familiar with the
ports system and have not been sucessful yet.

: A few things are still to be sorted out, not sure when I will do that:

: * is this still jdk1.2? Couldn't find that in the releasenotes

As stated in http://www.kaffe.org/ , Kaffe is not Java.
Kaffe developers will try to implement JDK 1.4 features
if need be,  but less important features may be left untoched.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe CVS: kaffe stack

2003-08-03 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: stack   03/08/03 10:15:20

Modified files:
.  : ChangeLog 

Log message:
2003-08-03  Timothy S. Stack [EMAIL PROTECTED]

* kaffe/xprof/Makefile.am,
test/internal/Makefile.am:
Add $(top_builddir)/include to the include paths.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe CVS: kaffe stack

2003-08-03 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: stack   03/08/03 12:24:11

Modified files:
.  : ChangeLog 
kaffe/kaffevm  : jni.c 

Log message:
2003-08-03  Timothy S. Stack [EMAIL PROTECTED]

* kaffe/kaffevm/jni.c:
Change startJNICall to return the current thread's JNIEnv pointer
and change Kaffe_wrapper to pass this pointer to the native
function.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Jython

2003-08-03 Thread Timothy Stack

hi guys,

CVS update and try again...  I'm able to run it, but I get an occasional 
'java.io.IOError: Bad file descriptor', haven't looked into it though.  

Also, it turns out the installer they use is broken and doesn't check for 
errors when loading images.  So, if kaffe doesn't find a gif library 
during configure the installer will get stuck and take a long time to 
finally timeout.

thanks,

tim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Re: Please update kaffe in FreeBSD ports collection

2003-08-03 Thread Ito Kazumitsu
 - == Ito Kazumitsu [EMAIL PROTECTED] writes:

- Thank you for your efforts.  I am trying to make kaffe using
- your port.  But unfortunately, I am not familiar with the
- ports system and have not been sucessful yet.

Thannk you again.

The problem is:
/usr/share/mk/bsd.port.mk, line 6: Could not find /usr/ports/Mk/bsd.port.mk

I am afraid I do not have /usr/ports/Mk/bsd.port.mk because I have not
installed the ports.   I would not like to install the huge ports.tgz,
but I will try later.

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe CVS: kaffe jim

2003-08-03 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: jim 03/08/03 16:15:32

Modified files:
.  : ChangeLog README RELEASE-NOTES configure 
 configure.in 
kaffe  : Makefile.in 
kaffe/kaffe: Makefile.in 
kaffe/scripts  : Makefile.in 
kaffe/scripts/compat: Makefile.in 
test/internal  : Makefile.in 

Log message:
2003-08-03  Jim Pick  [EMAIL PROTECTED]

* README,
RELEASE-NOTES:
Updated version number in docs.

* configure.in:
Bumped version number.

* configure,
kaffe/Makefile.in,
kaffe/kaffe/Makefile.in,
kaffe/scripts/Makefile.in,
kaffe/scripts/compat/Makefile.in,
test/internal/Makefile.in:
Regenerated.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe 1.1.1 Development Release available for download

2003-08-03 Thread Jim Pick
I've made the 1.1.1 release of Kaffe available for download at:

  ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.1.tar.gz
  http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.1.tar.gz

As this is a development release, it is essentially a snapshot of
what's happening in CVS, with limited testing.  Even though this is
not a production release, it contains a lot of improvements over
1.0.7, which was release over half a year ago.  I anticipate that most
people will have less trouble with this release.

Here are some highlights of new things done since the last development
release:

 * Much of the new bytecode verifier has been added (but not all of
   it).  Soon, we will be able to safely run untrusted code!
 * Lots of configuration/compile fixes, including: NetBSD, OpenBSD,
   Linux 2.0, Linux/S390, AmigaOS, OpenBSD/Sparc, Cygwin
 * Lots of class library fixes
 * Added JNI 1.2/1.4 features
 * The beginnings of JVMPI support
 * Some infrastructure for NIO support
 * Some successes: Eclipse (loads, doesn't completely work yet),
 Jetty w/JSP, Java-Gnome, Qt AWT under QTopia, Snark, hsqldb

We're going to try to stick to the schedule of doing a development
release every two months, culminating in a heavily tested production
release (1.2.0) in early 2004.

Bug reports, comments and patches are always welcome -- send them to
the team at [EMAIL PROTECTED]

Have fun!

Cheers,

 - Jim


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe