This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread-safe eval()


Jost Boekemeier wrote:
Hm.  I would expect that to work.  Which version of
Kawa are you using?


1.7, from ftp://ftp.gnu.org/pub/gnu/kawa/kawa-1.7.jar.
 Version 1.6.70 was okay, as far as I remember.

Could you try 1.7.90? And perhaps the CVS version?


I don't know how such a test case should look like;
attached is a simple java file which shows the
problem.

I tried: $ java test on Mac OS X (Panther) JSK 1.4.2_05 using my current working tree and after a while got a: Segementation fault

I then tried
  $ java -Xint test
on the same system.  (This sometimes help to get better
stack traces on errors).
That ran all night with no output.

I also tried:
  $ CLASSPATH=/tmp/kawa-1.7.jar:. java test
on jdk 1.5.0 running on Fedora Core 2.  It also
ran overnight with no messages.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]