https://bugs.kde.org/show_bug.cgi?id=466425
--- Comment #6 from Dave Gilbert <gilbertd+...@treblig.org> --- The 'einfo' program that uses the same library crashes in the same way, so I'm guessing it's the library. [dg@dalek build]$ gdb /usr/bin/einfo .... (gdb) r -p ~/bugs/okular-466425-epubcrash/faulty_file.epub ... Program received signal SIGSEGV, Segmentation fault. __strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:287 287 CMP_R1_S2_ymm (%ymm0, (%rsi), %ymm2, %ymm1) (gdb) where #0 __strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:287 #1 0x00007ffff7f94068 in FindNode (List=0x55555555f9a0, Data=Data@entry=0x7fffffffdc40) at /usr/src/debug/ebook-tools-0.2.2-23.fc37.x86_64/src/libepub/linklist.c:116 #2 0x00007ffff7f94239 in _opf_manifest_get_by_id (opf=<optimized out>, id=<optimized out>) at /usr/src/debug/ebook-tools-0.2.2-23.fc37.x86_64/src/libepub/opf.c:767 #3 0x00007ffff7f9428e in _get_spine_it_url (it=it@entry=0x55555555fc40) at /usr/src/debug/ebook-tools-0.2.2-23.fc37.x86_64/src/libepub/epub.c:258 #4 0x00007ffff7f94322 in epub_it_get_curr (it=0x55555555fc40) at /usr/src/debug/ebook-tools-0.2.2-23.fc37.x86_64/src/libepub/epub.c:343 #5 0x0000555555555357 in main (argc=<optimized out>, argv=0x7fffffffde28) at /usr/src/debug/ebook-tools-0.2.2-23.fc37.x86_64/src/tools/einfo.c:122 -- You are receiving this mail because: You are watching all bug changes.