Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 20:41:37 -0700
From:      "Tim E Schafer" <tim_schafer@agship.com>
To:        "'Java FreeBSD'" <freebsd-java@FreeBSD.ORG>
Subject:   RE: tomcat on linux-jdk14 VM dies more info
Message-ID:  <012301c1fbc2$6b4b51d0$441814ac@newtim>
In-Reply-To: <011c01c1fbae$0618bb90$441814ac@newtim>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?012301c1fbc2$6b4b51d0$441814ac>