GNOME Bugzilla – Bug 732271
Evince freeze when opening a specific PDF
Last modified: 2014-06-26 20:12:27 UTC
When opening this PDF document (http://www.cs.kent.edu/~jmaletic/cs63903/papers/gutwenger03.pdf) using evince 3.10.3 (poppler 0.24.3, on Fedora 20), evince freezes while producing thumbnails from the page 3. I can only kill evince to close it. The PDF can be open using Firefox 30 and Acroread 9. Producing a PS document to then re-produce a PDF one, or printing the PDF document as another PDF document results in the same problem.
Confirming. Poppler looping itself to death in TextBlock::visitDepthFirst(). [New Thread 0xb7b3ab40 (LWP 17602)] [New Thread 0xb7182b40 (LWP 17603)] [New Thread 0xb03c4b40 (LWP 17604)] [New Thread 0xaf9ffb40 (LWP 17605)] [New Thread 0xaecb8b40 (LWP 17607)] [New Thread 0xae4b7b40 (LWP 17608)] [New Thread 0xadcb6b40 (LWP 17610)] [New Thread 0xad4b5b40 (LWP 17611)] [New Thread 0xaccb4b40 (LWP 17612)] [Thread 0xad4b5b40 (LWP 17611) exited] [Thread 0xaccb4b40 (LWP 17612) exited] [Thread 0xae4b7b40 (LWP 17608) exited] [Thread 0xadcb6b40 (LWP 17610) exited] [Thread 0xb7182b40 (LWP 17603) exited] [New Thread 0xb7182b40 (LWP 17617)] [New Thread 0xadcb6b40 (LWP 17618)] [Thread 0xaecb8b40 (LWP 17607) exited] [Thread 0xadcb6b40 (LWP 17618) exited] [New Thread 0xadcb6b40 (LWP 17619)] ^C Program received signal SIGINT, Interrupt. 0xb7fff424 in __kernel_vsyscall () Missing separate debuginfos, use: debuginfo-install jbigkit-libs-2.0-10.fc20.i686 (gdb) thread apply all bt
+ Trace 233732
Thread 1 (Thread 0xb7fc98c0 (LWP 17594))
(gdb) list 229 230 if (dest) 231 g_object_unref (dest); 232 g_free (uri); 233 } 234 } 235 236 int 237 main (int argc, char *argv[]) 238 { (gdb) info register eax 0xfffffe00 -512 ecx 0x80 128 edx 0x2 2 ebx 0xb685da28 -1232741848 esp 0xbfffe340 0xbfffe340 ebp 0x0 0x0 esi 0x0 0 edi 0xb 11 eip 0xb7fff424 0xb7fff424 <__kernel_vsyscall+16> eflags 0x202 [ IF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb)
Thanks for reporting this bug. As André pointed it out, this bug is in Poppler. I have forwarded the bug report there https://bugs.freedesktop.org/show_bug.cgi?id=80573 Please, feel free to follow the report there. I am closing this bug as NOTGNOME.