vmprof / vmprof-python

vmprof - a statistical program profiler
http://vmprof.com
Other
433 stars 54 forks source link

Process finished with exit code 132 (interrupted by signal 4: SIGILL) #213

Open cnwangfeng opened 4 years ago

cnwangfeng commented 4 years ago

I am profiling the python with Vmprof. Everything is OK if without Numba. However, a message of "Process finished with exit code 132 (interrupted by signal 4: SIGILL)" would be showed when I try to profile the codes with Numba.

Is it possible to ignore such signal and continue to profile?

Thanks a lot in advance.

Feng Wang @ SKAO

remi-debette commented 4 years ago

Supporting numba would indeed be a huge plus, since numba is crucial in enhancing the performance of computationally intensive applications