Skip to content
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

Segmentation faults in Mike's test suite when running qemu-arm on x86_64 #59

Open
agentzh opened this issue May 31, 2019 · 2 comments
Open

Comments

@agentzh
Copy link
Member

agentzh commented May 31, 2019

I'm always seeing the following 2 test failures due to crashes in qemu-arm when running Mike's test suite in the openresty/luajit2-test-suite github repo with a cross-compiled build of LuaJIT (both the official v2.1 branch and our v2.1-agentzh branch):

Failed test when running /home/agentzh/git/luajit2-test-suite/arm-luajit wbarrier_jit.lua 1: 139
...
Failed test when running /home/agentzh/git/luajit2-test-suite/arm-luajit parse_andor.lua 1: 139
...
2 tests failed.

Not sure if they are reproducible on real ARMv7hf hardware.

@siddhesh
Copy link
Collaborator

I didn't see this with my fork, I'll check with openresty and report back.

@siddhesh
Copy link
Collaborator

OK, so I don't see this because the misc/* tests are not run by default by the test.lua setup. I need to fix that.

Meanwhile, I ran the tests individually with qemu-arm and saw the segfault. I also ran wbarrier_jit.lua undner qemu-system-arm and it worked just fine. It looks like a bug in qemu-arm, I'll dig in a bit more and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants