After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520016 - Segmentation fault while trying to open a pdf file
Segmentation fault while trying to open a pdf file
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: PDF
2.21.x
Other All
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
: 520057 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-03 03:36 UTC by Deji Akingunola
Modified: 2008-03-03 14:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Deji Akingunola 2008-03-03 03:36:34 UTC
Steps to reproduce:
1. open any pdf file
2. 
3. 


Stack trace:
Program received signal SIGSEGV, Segmentation fault.

Thread 1084229968 (LWP 10080)

  • #0 ev_image_new_from_pixbuf
    at ev-image.c line 93
  • #1 pdf_document_images_get_image_mapping
    at ev-poppler.cc line 1182
  • #2 ev_job_render_run
    at ev-jobs.c line 405
  • #3 handle_job
    at ev-job-queue.c line 137
  • #4 ev_render_thread
    at ev-job-queue.c line 264
  • #5 g_thread_create_proxy
    at gthread.c line 635
  • #6 start_thread
    at pthread_create.c line 297
  • #7 clone
    from /lib64/libc.so.6


Other information:
If it matters, this happens on latest (20080302) Fedora rawhide with evince-2.21.91
Comment 1 Carlos Garcia Campos 2008-03-03 10:46:22 UTC
*** Bug 520057 has been marked as a duplicate of this bug. ***
Comment 2 Carlos Garcia Campos 2008-03-03 10:47:54 UTC
What poppler version do you have?
Comment 3 Deji Akingunola 2008-03-03 13:10:59 UTC
(In reply to comment #2)
> What poppler version do you have?
> 
poppler-0.7.1
Comment 4 Carlos Garcia Campos 2008-03-03 14:00:14 UTC
Looks like you need to rebuild evince (do not forget to run configure script). Could you confirm it doesn't crash after rebuilding evince, please?
Comment 5 Deji Akingunola 2008-03-03 14:31:24 UTC
You're right, rebuilding evince with the latest poppler fixes the crash.