This problem only affects CentOS (possible Rhel). Ubuntu runs fine. Tested on CentOS7.
HHVM Version
HHVM next (ppc64el)
HHVM master (ppc64el)
HHVM upstream/master (ppc64el)
HHVM 3.15.1 (ppc64el)
Tested on Release and Debug mode.
Standalone code, or other way to reproduce the problem
Compile and install HHVM on CentOS7.
After installation run quick tests
Expected result
1105/1105 tests passed as in Ubuntu
Actual result
1065 tests failed with a segmentation fault (SIGSEGV) or a assert fail when run in Debug mode:
Assertion failure: /home/hhvm-3.15.0/hphp/runtime/vm/jit/fixup.cpp:108: void HPHP::jit::FixupMap::fixupWork(HPHP::ExecutionContext*, HPHP::ActRec*) const: assertion `nextRbp && nextRbp != rbp && "Missing fixup for native call"' failed.
This problem only affects CentOS (possible Rhel). Ubuntu runs fine. Tested on CentOS7.
HHVM Version
HHVM next (ppc64el)
HHVM master (ppc64el)
HHVM upstream/master (ppc64el)
HHVM 3.15.1 (ppc64el)
Tested on Release and Debug mode.
Standalone code, or other way to reproduce the problem
Compile and install HHVM on CentOS7.
After installation run quick tests
Expected result
1105/1105 tests passed as in Ubuntu
Actual result
1065 tests failed with a segmentation fault (SIGSEGV) or a assert fail when run in Debug mode: