Thread problems: vm does not exit

Wolfgang Baer <[email protected]> Wed, 09 Feb 2005 19:05:45 +0100
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
Hi all,

I currently prepare some java libraries for debian.
As I want to treat all free vms equally. I do limited tests
with supplied test classes against all free vm's in debian.

I package the concurrent java library by Doug Lea. Its the
successor of the Java 1.5 util.concurrent package.

All Tests I made worked on SableVM (1.1.9-1), but the
vm did not exist after the tests. I had to kill it with ctrl-c.

The test were made on an athlon64 running debian i386 sarge.
It was the same behavior for kernel 2.4.29 and 2.6.10.

If you want to test yourself you can get the debian packages
(currently) at:

www.mapserver.uni-vechta.de/~debian

If you need the jar files and test classes in another format
please let me know !

The test classes (under /usr/share/doc/libconcurrent-java/taskDemo)
I used were Fib.java, Integrate.java, MSort.java, BufferTasks.java

If you need further information or if I should file a bug, don't
hesitate to contact me.

Thanks for your good work,
regards,

Wolfgang