Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid access of stack red zone from Java VM

I'm trying to figure out what can cause this error in Java:

Invalid access of stack red zone 0x115ee0ed0 rip=0x114973900

Has anyone ever encountered this error message? It's literally killing the JVM and everything stops there.

I'm currently using this version of Java:(on OS X 10.6)

java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)

All I'm looking for is some sort of explanation and tips on how to avoid hitting this again.

Thanks in advance!

like image 374
Malaxeur Avatar asked Oct 01 '09 03:10

Malaxeur


1 Answers

I found the same error on OSX today. Tracked it down to what amounted to a stackOverlfow in an entitybean

like image 154
Mike Holdsworth Avatar answered Oct 04 '22 09:10

Mike Holdsworth