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

Segmentation fault on Python 3.8.0a4+ #3884

Closed
hugovk opened this issue Jun 3, 2019 · 2 comments
Closed

Segmentation fault on Python 3.8.0a4+ #3884

hugovk opened this issue Jun 3, 2019 · 2 comments
Labels
Projects

Comments

@hugovk
Copy link
Member

hugovk commented Jun 3, 2019

What did you do?

Build master on Python 3.8-dev.

What did you expect to happen?

Build passes.

What actually happened?

Build fails.

.travis/script.sh: line 10: 16886 Segmentation fault      (core dumped) python -m pytest -vx --cov PIL --cov-report term Tests

What are your OS, Python and Pillow versions?

  • OS: Ubuntu 16.04.6 LTS Xenial
  • Python: 3.8.0a4+
  • Pillow: master

The last passing master build used Python 3.8.0a3+:

Python 3.8.0 release schedule:

@hugovk hugovk added the Build label Jun 3, 2019
@radarhere
Copy link
Member

Testing, I find that removing --cov PIL from python -m pytest -vx --cov PIL --cov-report term Tests resolves the issue.

It is perhaps worth noting that pytest-cov is already looking into a different problem with Python 3.8a4.

@radarhere radarhere added this to In progress in Pillow Jun 4, 2019
@hugovk
Copy link
Member Author

hugovk commented Jun 5, 2019

Fixed by deleting the build caches at https://travis-ci.org/python-pillow/Pillow/caches. Thanks to @radarhere for figuring it out.

@hugovk hugovk closed this as completed Jun 5, 2019
Pillow automation moved this from In progress to Closed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Pillow
  
Closed
Development

Successfully merging a pull request may close this issue.

2 participants