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 Faults when using Pillow #13

Closed
tparkerd opened this issue Oct 27, 2020 · 1 comment
Closed

Segmentation Faults when using Pillow #13

tparkerd opened this issue Oct 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tparkerd
Copy link
Member

When running on Viper (CentOS Linux release 8.2.2004 (Core)), the following error messages would appear during execution.

  1. munmap_chunk(): invalid pointer
  2. Segmentation fault (core dumped)
Aborted (core dumped)
corrupted size vs. prev_size while consolidating

The error messages would appear right as Pillow was being accessed.

@tparkerd tparkerd added the bug Something isn't working label Oct 27, 2020
@tparkerd tparkerd self-assigned this Oct 27, 2020
@tparkerd
Copy link
Member Author

See python-pillow/Pillow#4225

Compiling Pillow from source seem to fix the issue. Cause unknown at this time.

Resolved by 07b2ef5.

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

1 participant