Re: [kaffe] Thread handling in Kaffe

2003-02-20 Thread Warwick Hunter
Cal I hit this bug quite a while ago when the old Kaffe bug reporting database was still alive. I think this is caused by the native code that handles child processes is not doing the cleanup properly. I looked at the code a while ago, but I didn't have time to trace through it all to work out ex

Re: [kaffe] Thread handling in Kaffe

2003-02-20 Thread cal kaiwen
Hi, Thank you for the feedback. Instead, me friend debug our code and found out that the exception was actually thrown here, not at thread creation or reuse. Is my mistake, sorry :) Process p = Runtime.getRuntime().exec("ping -n 1 " + host); p.destroy; Eventhough the process is destroy, y

[kaffe] networkaddress.cache.ttl

2003-02-20 Thread Matthew Toseland
Does Kaffe support the security property "networkaddress.cache.ttl" ? Does it cache lookups at all? If so, what is the default time to cache them for? -- Matthew Toseland [EMAIL PROTECTED][EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) a

Re: [kaffe] help in tracing the kaffe source code

2003-02-20 Thread Dalibor Topic
Hi Ram, --- Ram <[EMAIL PROTECTED]> wrote: > Hello > I am trying to understand how Kaffe JVM > source code works.I am visualizing something > like:Kaffe is written in c.Once we give this > code,the java class files...what happens?How the > execution moves from one point to another?There ar

Re: [kaffe] help

2003-02-20 Thread Dalibor Topic
Hi Zhu, --- zhu xueyin <[EMAIL PROTECTED]> wrote: > dear Sr. > i am a student in uni-duisburg. now i am doing my > pre-master thesis. i want to install kaffe on our > test > board(intel XScale microarchitecture with the pxa250 > arm-processor). If you are using kaffe on arm-linux, you can get the

[kaffe] help in tracing the kaffe source code

2003-02-20 Thread Ram
Hello   I am trying to understand how  Kaffe JVM source code works.I am visualizing something like:Kaffe is written in c.Once we give this code,the java class files...what happens?How the execution moves from one point to another?There are two things:1)First a class file is prepared 2)

[kaffe] help

2003-02-20 Thread zhu xueyin
dear Sr. i am a student in uni-duisburg. now i am doing my pre-master thesis. i want to install kaffe on our test board(intel XScale microarchitecture with the pxa250 arm-processor). because it has been installed with arm-linux, i extracted the 'kaffe1.0.6-armv41.rpm' on my normal pc(with i386-proc

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-20 Thread Dalibor Topic
Hi, this patch replaced kaffe's Unicode characted database mechanis with Classpath's. I've done the change for two reasons: 1. to avoid an ugly initialization step in Character requiring Character to perform some resource loading magic on its own, and 2. because Classpath is up to Unicode 3.0, whi

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-20 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/20 06:06:07 Modified files: libraries/javalib: Klasses.jar.bootstrap Added files: libraries/javalib/gnu/java/lang: CharData.java libraries/javalib/java/awt: ImageFrameLoader.java

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-20 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/20 05:57:33 kaffe/libraries/javalib/gnu/java/lang Update of /cvs/kaffe/kaffe/libraries/javalib/gnu/java/lang In directory pogo:/tmp/cvs-serv30308/lang Log Message: Directory /cvs/kaffe/kaffe/libraries/javalib/gnu/jav

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-20 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/20 05:52:10 Modified files: . : ChangeLog libraries/clib/awt/X: evt.c libraries/javalib: Makefile.am Makefile.in bootstrap.classlist essential.files

Re: [kaffe] Thread handling in Kaffe

2003-02-20 Thread Dalibor Topic
hi Calvin, --- calvin kaiwen <[EMAIL PROTECTED]> wrote: > At Step 2: Internal Threads. > Will this step help me with solving my 'thread not > reuse' problem? maybe ;) probably not, though. As Tim said, the problem is that "Kaffe won't run the gc/finalizer if the process runs out of file descript