-
Notifications
You must be signed in to change notification settings - Fork 556
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 in add_redact_annot #4047
Comments
I confirm that it works in |
What has pymupdf4llm to do with this?
But you probably were just kidding and intended to fool the method with an impossible task. |
Sorry, I'm using in another part of the code that works fine, so nothing to do with that, just PyMuPDF. |
Also added assert that will catch the problem in future.
Also added assert that will catch the problem in future.
Fixed in PyMuPDF-1.24.14. |
Description of the bug
Calling
page.add_redact_annot()
in a specific PDF page results in segfault (segmentation fault (core dumped)).How to reproduce the bug
file: test-1-24.pdf
PyMuPDF version
1.24.13
Operating system
Linux
Python version
3.12
The text was updated successfully, but these errors were encountered: