> Hi,
> 
> I have a problem under Linux loading the JVM since before I set a Handler to 
> catch SIGSEGV signals. It seems that this causes some troubles when the JVM 
> is loaded. This seems due to threads in Java. I saw several post from 
> yourself about this topic.

Long ago... Did you tried with a different VM ? 


> It simply installs a handler for SIGSEGV and then loads the JVM. If you 
> comment the line signal(SIGSEGV, (void (*)()) SIGSEGV_Handler) in the main(), 
> this works properly but with the handler this crashes with:
> 
> READY TO LOAD THE JVM
> #
> # HotSpot Virtual Machine Error, Internal Error
> # Please report this error at
> # http://java.sun.com/cgi-bin/bugreport.cgi
> #
> # Error ID: 4F533F4C494E55580E4350500570
> #
> # Problematic Thread: Received SIGSEGV

I guess you should do exactly that ( after you try with 
a different VM and works as you expect :-)

Costin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to