-
Notifications
You must be signed in to change notification settings - Fork 55
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 Fault with CPython 3.5.4 and vmprof 0.4.11 on linux #169
Comments
would be interesting to try out the test program. can you share it? (planrichi [at] gmail (dot) com if you do not want that publically. |
No problem sharing. Here's the setup for it:
The second run just showing that it does indeed run w/o vmprof and about how long it should take. To reiterate, it uses scipy code that has some sort of backend to either C or Fortran if I recall correct and has some of my own code using CFFI. Also, it'll require fftw3 with headers to compile since that's required for the CFFI module. |
A tidbit more info: I sped the program up a bit and it gets a bit further before segfaulting.
Just guessing that the segfault is somehow based on time/number of operations. |
Not really sure what's causing this. It's a somewhat complicated project with numpy and scipy and other modules. I can share the code if that's helpful. Here's a stack trace of the crash.
Let me know anything else I can do to help debug this issue.
The text was updated successfully, but these errors were encountered: