Skip to content
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

[BUG] test_image crashes with PyTorch 1.0.1 #69

Closed
edgarriba opened this issue Feb 6, 2019 · 2 comments
Closed

[BUG] test_image crashes with PyTorch 1.0.1 #69

edgarriba opened this issue Feb 6, 2019 · 2 comments
Labels
bug 🐛 Something isn't working

Comments

@edgarriba
Copy link
Member

edgarriba commented Feb 6, 2019

Noticed that there's either a bug somewhere in test_image.py or in last PyTorch release 1.0.1.
The crash happens when updating to pytorch-cpu==1.0.1 in TravisCI.

UPDATE (11/02/2019):

Confirmed that after installing pytorch-cpu==1.0.1 through the script setup_travis_env.sh there is a crash only in TravisCI. Tried to reproduce in local and seems to work as expected. Poltergeist in new stable release v1.0.1?

Link to the PR (#72) and build:
https://travis-ci.com/arraiyopensource/torchgeometry/jobs/176774886)

How to reproduce the issue:

git clone https://github.com/arraiyopensource/torchgeometry
cd torchgeometry
./setup_travis_env.sh
source path.bash.inc
pytest test

You should get green lights, TravisCI don't.

Screenshot of the log:
screenshot from 2019-02-06 12-55-53

@edgarriba edgarriba added the bug 🐛 Something isn't working label Feb 6, 2019
@soumith
Copy link

soumith commented Feb 12, 2019

is there a way you can get a stack-trace.
You can probably modify your script to make it run under gdb and print a stack-trace to the console.

@edgarriba
Copy link
Member Author

edgarriba commented Feb 12, 2019

@soumith thanks for your time. It turns out that the issue has been solved by itself restarting again the jobs (already tried that before though). I guess they did some update in TravisCI since I didn't touch my code and I guess you didn't update the pytorch wheels for v1.0.1 right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants