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

Illegal instruction core dump #1402

Open
mingodad opened this issue Dec 21, 2018 · 0 comments
Open

Illegal instruction core dump #1402

mingodad opened this issue Dec 21, 2018 · 0 comments

Comments

@mingodad
Copy link

Hello !
I'm converting snabb to ljs (see https://github.com/mingodad/snabb-ljs and https://github.com/mingodad/ljs ) and now it pass all selftests the snabb luajit pass on my machine.
But it seems that there is some asm code using instructions for features not present on the cpu.

I've tested on Celeron (sse 4.1) and Atom (sse 3) cpus.

lib.ctable:Illegal instruction (core dumped)
lib.hash.siphash:selftest: .Illegal instruction (core dumped)
lib.ipsec.aes_128_gcm:Illegal instruction (core dumped)
lib.ipsec.esp:Illegal instruction (core dumped)
program.lwaftr.tests.end-to-end.selftest.sh:./core-end-to-end.sh: line 24:  5969 Illegal instruction     (core dumped) ${SNABB_LWAFTR} check $conf $v4_in $v6_in $endoutv4 $endoutv6 $counters_path
program.lwaftr.tests.end-to-end.selftest.sh:./core-end-to-end.sh: line 24:  5983 Illegal instruction     (core dumped) ${SNABB_LWAFTR} check $conf $v4_in $v6_in $endoutv4 $endoutv6 $counters_path
program.lwaftr.tests.soaktest.selftest.sh:./core-soaktest.sh: line 16:  5920 Illegal instruction     (core dumped) $SNABB_LWAFTR soaktest -D $DURATION "$conf" "$in_v4" "$in_v6"
program.lwaftr.tests.soaktest.selftest.sh:./core-soaktest.sh: line 16:  5934 Illegal instruction     (core dumped) $SNABB_LWAFTR soaktest -D $DURATION "$conf" "$in_v4" "$in_v6"

Cheers !

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

1 participant