Skip to content

Quick tests fails with ASRL enabled on CentOS #161

Description

@racardoso

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

cd hphp/test
./run quick

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions