From owner-freebsd-java Tue May 14 20:41:43 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 37B7637B401 for ; Tue, 14 May 2002 20:41:38 -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 g4F3faw86295 for ; Tue, 14 May 2002 20:41:37 -0700 (PDT) (envelope-from tim_schafer@agship.com) From: "Tim E Schafer" To: "'Java FreeBSD'" Subject: RE: tomcat on linux-jdk14 VM dies more info Date: Tue, 14 May 2002 20:41:37 -0700 Message-ID: <012301c1fbc2$6b4b51d0$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 In-Reply-To: <011c01c1fbae$0618bb90$441814ac@newtim> 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 Found one source of grief StringTokenizer st = new StringTokenizer(somestring, ","); Will crash the linux-jdk14 VM everytime if somestring is null This only throws a NullPointerException in linux-jdk13 (as it should AFAIK) -------------------------------------------- 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 -------------------------------------------- -----Original Message----- From: owner-freebsd-java@FreeBSD.ORG [mailto:owner-freebsd-java@FreeBSD.ORG] On Behalf Of Tim E Schafer Sent: Tuesday, May 14, 2002 6:16 PM To: Java FreeBSD Subject: tomcat on linux-jdk14 VM dies FreeBSD 4.5 release with the stock Linux compatibility layer I've been running jakarta-tomcat-3.2.3 on linux-jdk-1.3.1.01_1 for quite a while in production with no problems I recently tried running on linux-jdk-1.4.0 The VM will eventually give me the following error: Unexpected Signal : 11 occurred at PC=0x2A0377B0 Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 53365 Local Time = Tue May 14 17:46:21 2002 Elapsed Time = 3983 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002D3 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode) # -------------------------------------------- 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