-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
numpy crash #15603
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
Comments
we can see bp is 0x7f1c3c06ae9000 and out of bounds, the 0x7f1c3c06ae90 is in current pool, it look like that update freeblock with 0x7f1c3c06ae90<<8 |
@wadeliuyi can you try to create a full working example. Also which version of NumPy are yo using exactly? |
numpy version is 1.16.4. |
the full sample is tensorflow script: and crash in function spectrogram_to_mel_matrix line 180. |
I tried to reproduce it with 1.16.5, which should be the same, on Python 2.7. I cannot reproduce it. We will need a workable example. |
thanks for your reply. My program reproduce this program every time after it run more than one hour, and the stack is same with each core file. And I will try it with new version of numpy, thank you again. |
@wadeliuyi the problem is that there definitely is a bug somewhere. From where it comes from, I could imagine that EDIT: Opst, python 2.7 does not support PYTHONMALLOC anyway. |
I'm closing this due to inactivity, more information and a reproducible example that isolated the problem in NumPy (if it is even a NumPy issue) would likely be required to make any progress here. |
The text was updated successfully, but these errors were encountered: