-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick tests fails with ASRL enabled on CentOS #161
Comments
Run a failed test at GDB got:
Running this test out of gdb can reproduce the error.
|
Enable address randomization on GDB
|
Address
|
There's two workarounds for this problem:
then run
Disable selinux works too: I still need to confirm if this bug affects only PPC64 machines or affects X86. I still not sure if this is a HHVM or a CentOS bug. |
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:
The text was updated successfully, but these errors were encountered: