Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#60526 - [mupdf-tools] Segmentation fault (core dumped) during `mutool convert`
Attached to Project:
Community Packages
Opened by BH (braderhart) - Monday, 22 October 2018, 08:50 GMT
Last edited by Toolybird (Toolybird) - Monday, 17 April 2023, 07:29 GMT
Opened by BH (braderhart) - Monday, 22 October 2018, 08:50 GMT
Last edited by Toolybird (Toolybird) - Monday, 17 April 2023, 07:29 GMT
|
Details# Description:
I am getting a "Segmentation fault (core dumped)" while trying to convert using `mutool` Additional info: * package version: 1.14.0-1 Steps to reproduce: `mutool convert -o test.pdf image.pnm` |
This task depends upon
Closed by Toolybird (Toolybird)
Monday, 17 April 2023, 07:29 GMT
Reason for closing: Fixed
Additional comments about closing: Cannot repro. Seems to have been fixed.
Monday, 17 April 2023, 07:29 GMT
Reason for closing: Fixed
Additional comments about closing: Cannot repro. Seems to have been fixed.
Then, running `mutool convert -o o.pdf d.pdf` yields a segmentation fault. The backtrace is not very enlightening:
Starting program: /usr/bin/mutool convert -o o.pdf d.pdf
Program received signal SIGSEGV, Segmentation fault.
0x000055555560cb2a in ?? ()
(gdb) bt
#0 0x000055555560cb2a in ?? ()
#1 0x00005555555b068a in ?? ()
#2 0x00005555556372a4 in ?? ()
#3 0x00005555556373d3 in ?? ()
#4 0x0000555555626385 in ?? ()
#5 0x000055555558e63a in ?? ()
#6 0x000055555558e722 in ?? ()
#7 0x000055555558eac8 in ?? ()
#8 0x00007ffff72ca223 in __libc_start_main () from /usr/lib/libc.so.6
#9 0x000055555558e35e in ?? ()