Ticket #22 (closed defect: fixed)
ePDFview 0.1.4 crash on a specific document
| Reported by: | anonymous | Owned by: | jordi |
|---|---|---|---|
| Priority: | major | Version: | |
| Keywords: | Cc: |
Description
ePDFview crash on a document that works with evince.
I tried to open this document : http://svetanaga.chez-alice.fr/quickstart/quickstart-fr.pdf
Here the backtrace :
(gdb) run quickstart-fr.pdf Starting program: /opt/text/bin/epdfview quickstart-fr.pdf (no debugging symbols found)...(no debugging symbols found)...[New Thread 1024 ( LWP 1463)] [New Thread 2049 (LWP 1464)] [New Thread 1026 (LWP 1465)]
** (epdfview:1465): CRITICAL **: PopplerPage?* poppler_document_get_page(PopplerD ocument*, int): assertion `0 <= index && index < poppler_document_get_n_pages (d ocument)' failed
** (epdfview:1465): CRITICAL **: void poppler_page_get_size(PopplerPage?*, double *, double*): assertion `POPPLER_IS_PAGE (page)' failed
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1026 (LWP 1465)] 0xb7b505c0 in g_object_unref () from /usr/lib/libgobject-2.0.so.0 (gdb) bt #0 0xb7b505c0 in g_object_unref () from /usr/lib/libgobject-2.0.so.0 #1 0x08053791 in gtk_widget_grab_focus () #2 0x080537d7 in gtk_widget_grab_focus () #3 0x08050810 in gtk_widget_grab_focus () #4 0x0804ffb0 in gtk_widget_grab_focus () #5 0xb7ee8e03 in g_static_private_free () from /usr/lib/libglib-2.0.so.0 #6 0xb77a34b3 in pthread_start_thread (arg=0xbf1ffbe0) at manager.c:291 #7 0xb77a352f in pthread_start_thread_event (arg=0xbf1ffbe0) at manager.c:315 (gdb)
