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 error with vmprof and numba, on OS X #172

Open
DylanMuir opened this issue Apr 25, 2018 · 1 comment
Open

Illegal instruction error with vmprof and numba, on OS X #172

DylanMuir opened this issue Apr 25, 2018 · 1 comment

Comments

@DylanMuir
Copy link

I am using vmprof in a conda environment on OS X, with Python 3.6. When I use the numba @jit decorator, profiling fails with the error "Illegal instruction: 4". If I remove the @jit decorator, no error occurs. Without profiling with vmprof, the code runs with no errors.

] python -m vmprof deneve.py
Illegal instruction: 4

] python deneve.py
< no error >

vmprof versions: 0.4.12 (pip) and 0.4.9 (conda-forge)
Python: 3.6.4 (conda)
numba: 0.37.0 (conda build np113py36h6d7bb6e_0)
OS X: 10.13.14

@cnwangfeng
Copy link

I met the same problem. Have you solved the problem? Thanks.

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