On Wed, Apr 11, 2001 at 06:39:41PM -0000, Zhihong Pan wrote:

> # HotSpot Virtual Machine Error, Unexpected Signal 11

Look at signal(7).  11 is SIGSEGV.

>From what you've said, you've probably dereferenced a null pointer.
Check the values passed into your function.

--Andrew


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to