Date: Thu, 16 May 2002 16:05:37 -0700 From: "Tim E Schafer" <tim_schafer@agship.com> To: "Java FreeBSD" <freebsd-java@freebsd.org> Subject: linux-jdk14 dies on 4.3 release but not on 4.5 release Message-ID: <021f01c1fd2e$30f39fc0$441814ac@newtim>
next in thread | raw e-mail | index | archive | help
In an earlier post I reported that linux-jdk14 dies from the following code: StringTokenizer st = new StringTokenizer(null, ","); This is only true on FreeBSD 4.3 release I thought I had seen this on 4.5 release but I tried the test again and only run into problems on 4.3 release I used beanshell 1.2b5 to test the one-liner On 4.5 I don't seem to get a problem at all On 4.3 sometimes I get a VM crash, especially if I do it repeatedly But regardless bsh won't exit properly with a ^D even if the VM doesn't crash So this shows that tomcat (which is where I originally ran into linux-jdk1.4.0 crashes) isn't necessarily related to the problem So my questions are: Is the problem just less likely to occur on 4.5? Does 4.3 have a known problem with linux compatibility that was fixed in 4.5 ? Does the fact that I swear I saw this problem happen on 4.5 once before just mean I'm going insane? -------------------------------------------- Tim E Schafer tim_schafer@agship.com Programmer 800-562-9915 x190 or 916-376-6190 Associated Global Systems 3231 Evergreen Ave West Sacramento, CA 95691 -------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?021f01c1fd2e$30f39fc0$441814ac>