-
Notifications
You must be signed in to change notification settings - Fork 33
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
panic index out of bounds in pyspy #170
Comments
Hello! Is it possible to somehow catch panics and restart the profiling process in runtime? |
I don't think so. We need to fix panics |
Do you know what is causing it? We're experiencing it too |
I suspect it is the nonblocking way of operating of pyspy. One of the ways to reproduce this is to import+del some module in a loop. |
Same error here with
|
The text was updated successfully, but these errors were encountered: