-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Segmentation fault w 8000 ith ITIMER_REAL #57185
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
Reproduced on my machine as well. I get no segfaults when I run with version 1.5.1, but with 1.8.1, it segfaults on most executions.
|
I'm having the same problem on pytorch 1.8.1 as well |
Receied Scalene error: received signal SIGSEGV when using Tensorflow. import tensorflow as tf (x_train, y_train),(x_test, y_test) = mnist.load_data() model = tf.keras.models.Sequential([ model.compile(optimizer='adam', model.fit(x_train, y_train, epochs=5) Version of tensorflow being used with Python 3.8: |
same problem, any update? |
I could potentially have a look at this, but I don't have a lot of experience with the Pytorch codebase. It'd be lovely if someone with more experience there could point us in the right direction, at least. |
FWIW this is now working for me.
|
Same problem. |
Same issue with pytorch 2.0.0, python 3.11 on Mac |
🐛 Bug
PyTorch throws SIGSEGV when running alongside timer on MacOS x86
To Reproduce
Steps to reproduce the behavior:
Here is the stack trace from the crashed thread:
Expected behavior
Either the program should run without issue or should pass up the SIGALRM.
Environment
The text was updated successfully, but these errors were encountered: