From owner-freebsd-java Thu May 16 16: 5:41 2002 Delivered-To: freebsd-java@freebsd.org Received: from email.agssmf.com (email.agssmf.com [63.196.107.134]) by hub.freebsd.org (Postfix) with ESMTP id B08CD37B40B for ; Thu, 16 May 2002 16:05:37 -0700 (PDT) Received: from newtim (smf68.smf.intranet [172.20.24.68]) by email.agssmf.com (8.11.1/8.11.1) with ESMTP id g4GN5aw27698 for ; Thu, 16 May 2002 16:05:36 -0700 (PDT) (envelope-from tim_schafer@agship.com) From: "Tim E Schafer" To: "Java FreeBSD" Subject: linux-jdk14 dies on 4.3 release but not on 4.5 release Date: Thu, 16 May 2002 16:05:37 -0700 Message-ID: <021f01c1fd2e$30f39fc0$441814ac@newtim> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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