-
Notifications
You must be signed in to change notification set 8000 tings - Fork 24.1k
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) in forward #13123
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
Could you try one of the following (it would help us pin point the problem):
|
Hi, thanks for the response, here is the back trace of gdb:
|
I've made some code to reproduce the error:
It seems that django is somehow interfering, causing the bug... (when you comment it out it does work, though I need a django connection to fetch data from the database (not used in this example)) |
Hi-pri for crash, but this needs reproduction because it's an older issue. |
closing because too old. |
Hi,
I am using torch version 0.4.1, without the usage of a GPU. I have a really simple network with 2 Linear layers and a few neurons per layer (~10). I do not use a huge batch size or anything.
Yet, when I run my code, I run into trouble I got the following error: "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)"
The line where the bug happen is:
outputs = network(batch['sample'])
I have seen related topics to this error, none of which provided me with a working solution. Moreover, I've run the exact same code on another project and it does work...
conda
,pip
, source): pip install torchThanks for helping me !
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @anjali411
The text was updated successfully, but these errors were encountered: