-
Notifications
You must be signed in to change notification settings - Fork 555
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 with method “ll_fz_lookup_metadata2” #4057
Comments
Please upload the PDF file to this issue, otherwise we cannot investigate the problem. |
We have no dealings with that PDF viewer and cannot investigate what may go wrong inside it. You should probably contact that project and submit your issue there. |
I have submitted a issue in that project and communicated with that author, but he thinks that the problem may be caused by the conflicts between pymupdf and mupdf library. |
Untitled 1.pdf |
There are no such conflicts. |
Loading the document with PyMuPDF and looking at the metadata works as well. |
Description of the bug
I use eaf-pdf-viewer in emacs. And It meets segmentation fault every time I open a pdf file. This is the trace back:
Maybe this problem is related to mupdf library?
How to reproduce the bug
My OS is Ubuntu 24.04. I am using anaconda with python version 3.12.7, and I install the pymupdf package with the command
pip install --user PyMuPDF
, which gets the newest version 1.24.13.I try to test different version of pymupdf with command
pip install --user PyMuPDF==<version>
, and I found that the 1.23.8 works well but 1.23.9 or higher version will face the same problem. But since the file structure is different between different version, I cannot determine the critical difference between 1.23.8 and 1.23.9.PyMuPDF version
1.24.13
Operating system
Linux
Python version
3.12
The text was updated successfully, but these errors were encountered: