Hi

I am sending an email using a new thread from a servlet.

This is how I am calling the thread :-

public class myMail extends Thread

public void run() {
      sendMail();
}

Then I just create a new instance of myMail and then call the start
method.

Is this right as I get this error :-

Unexpected Signal : 11 occurred at PC=0x40457597
Function=size_given_klass__7oopDescP5Klass+0x17
Library=/opt/jdk1.4.1/jre/lib/i386/client/libjvm.so

Then a list of a load of dynamic libaries and then

# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002E6
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
#
# An error report file has been saved as hs_err_pid16792.log.
# Please refer to the file for further information.
The information contained in this communication is intended solely for the use of the 
individual or entity to whom it is addressed and others authorized to receive it.  It 
may contain confidential or legally privileged information.  If you are not the 
intended recipient you are hereby notified that any disclosure, copying, distribution 
or taking any action in reliance on the contents of this information is strictly 
prohibited and may be unlawful. If you received this communication in error, please 
notify us immediately by responding to this email and then delete it from your system.
Appleyard Finance Holdings Ltd or its subsidiaries are neither liable for the proper 
and complete transmission of the information contained in this communication nor for 
any delay in its receipt.

Reply via email to