[DRLVM] Jitrino.OPT crashes on FormatterTest
--------------------------------------------
Key: HARMONY-1695
URL: http://issues.apache.org/jira/browse/HARMONY-1695
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: debug gcc 3.3.3 DRLVM r452709
SLES 9 32-bit SP2; CPU 2xXeon x64 (Clovertown B, 4cores)
Reporter: Alexey Varlamov
Priority: Critical
The Jitrino.OPT fails with segmentation fault on tests.api.java.util.FormatterTest.
To reproduce:
> java -cp junit.jar:$classlib/modules/luni/bin/test:$classlib/deploy/build/test/support.jar
junit.textui.TestRunner tests.api.java.util.FormatterTest
.....................................E....
.....SIGSEGV in VM code.
Stack trace:
1: ?? (??:-1)
<end of stack trace>
Segmentation fault
Note, there is an unexpected throwable happened in some testcase before other case crashed
VM.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|