[drlvm][vmcore] gc.NPE smoke test fails with assertion on Linux/IPF
-------------------------------------------------------------------
Key: HARMONY-3878
URL: https://issues.apache.org/jira/browse/HARMONY-3878
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: Linux/IPF
Reporter: Pavel Ozhdikhin
The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:
bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes
gc.NPE
.,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*,
Class*): Assertion `0' failed.
SIGABRT in VM code.
Aborted
bin>
When running with interpreter the test passes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|