Bug 512701 - Evince dies when opening a pdf with embedded pictures
Summary: Evince dies when opening a pdf with embedded pictures
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: evince
Version: 11
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-20 13:12 UTC by Aioanei Rares
Modified: 2013-04-02 04:23 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-06-28 13:43:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
The file that crashes evince. (8.25 MB, application/pdf)
2009-07-20 13:12 UTC, Aioanei Rares
no flags Details

Description Aioanei Rares 2009-07-20 13:12:47 UTC
Created attachment 354342 [details]
The file that crashes evince.

Description of problem:


Version-Release number of selected component (if applicable):

2.26.2-1

How reproducible:

Everytime

Steps to Reproduce:
1.Open a pdf file with embedded pictures using evince
2.Scroll a few pages down (usually the pictures pages are the first)
3.
  
Actual results:

Crash

Expected results:


Additional info:

If I run from terminal, it tells me 

[arares@localhost ~]$ evince

** (evince:1598): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
Error (0): Call to Object where the object was type 5, not the expected type 8
Aborted

If I run it through gdb, I get 

Starting program: /usr/bin/evince 
[Thread debugging using libthread_db enabled]

** (evince:1724): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
[New Thread 0x7ffff1358910 (LWP 1727)]
[New Thread 0x7fffebfff910 (LWP 1728)]
Error (0): Call to Object where the object was type 5, not the expected type 8

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff1358910 (LWP 1727)]
0x00000038376332f5 in raise () from /lib64/libc.so.6

Comment 1 Aioanei Rares 2009-07-20 13:48:28 UTC
After install all the necessary debuginfos, I get this (hope it helps) :

[arares@localhost ~]$ gdb evince
GNU gdb (GDB) Fedora (6.8.50.20090302-33.fc11)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /usr/bin/evince 
[Thread debugging using libthread_db enabled]

** (evince:2024): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
[New Thread 0x7ffff1358910 (LWP 2027)]
[New Thread 0x7fffebfff910 (LWP 2028)]
Error (0): Call to Object where the object was type 5, not the expected type 8

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff1358910 (LWP 2027)]
0x00000038376332f5 in *__GI_raise (sig=<value optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64	  return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
Current language:  auto; currently minimal
(gdb) quit

Comment 2 ymedians 2009-08-12 15:20:02 UTC
I test attached pdf using evince 2.26.2.1 on Fedora 11 and dont'crash. But
evince is crasing with other pdf file, like bug #512701

Comment 3 ymedians 2009-08-12 15:23:54 UTC
My error with this comment.

(In reply to comment #2)
> I test attached pdf using evince 2.26.2.1 on Fedora 11 and dont'crash. But
> evince is crasing with other pdf file, like bug #512701

Comment 4 ymedians 2009-08-12 15:25:35 UTC
I have the same problem opening attached pdf in these bug with evince and I cant't read that book. These is the bug report:

Distribution: Fedora release 11 (Leonidas)
Gnome Release: 2.26.3 2009-07-07 (Red Hat, Inc)
BugBuddy Version: 2.26.0

System: Linux 2.6.29.6-217.2.3.fc11.i686.PAE #1 SMP Wed Jul 29 16:05:22 EDT 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10601901
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Nodoka
Icon Theme: Fedora
GTK+ Modules: canberra-gtk-module, pk-gtk-module, gnomebreakpad

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0

----------- .xsession-errors ---------------------
[FDLProc] canHandle()
[ConvConfHandler] isPreferred contentType: multipart/x-mixed-replace
[FDLProc] canHandle()
[FDLProc] canHandle()
[FDLProc] canHandle()
[FDLProc] canHandle()
[FDLProc] canHandle()
[FDLProc] canHandle()
(audacious:5058): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
(audacious:5058): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
(audacious:5058): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
Error (0): Call to Object where the object was type 5, not the expected type 8
--------------------------------------------------

Comment 6 Bug Zapper 2010-04-27 15:47:57 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Bug Zapper 2010-06-28 13:43:37 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.