jatovm / jato

Jato, an open source implementation of the JVM
http://www.jatovm.org/
Other
154 stars 30 forks source link

Stack corruption with DaCapo antlr #24

Open penberg opened 12 years ago

penberg commented 12 years ago
penberg@jaguar:~/src/jato$ ./jato -Xdebug:stack -jar ~/testing/jato/dacapo-2006-10-MR2.jar antlr
Stack frame redzone overwritten at 0xa93a95be: (nil)
Aborted
penberg commented 11 years ago

Now that we also check for stack alignment, I'm seeing this:

penberg@titan:~/testing/jato$ jato -Xdebug:stack -jar dacapo-2006-10-MR1.jar antlr
Error: stack is 12 bytes misaligned when entering java/lang/ThreadGroup.<clinit>()V.
Aborted

The original problem is still there if I disable the stack alignment check.