Bug 747097

Summary: Evince crashes on scrolling / rendering
Product: [Fedora] Fedora Reporter: Albert Stevens <astevens>
Component: evinceAssignee: Marek Kašík <mkasik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16CC: mkasik
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-24 15:09:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Open source book on C++ chapter 1 reading when evince crashes. none

Description Albert Stevens 2011-10-18 19:35:28 UTC
Created attachment 528880 [details]
Open source book on C++ chapter 1 reading when evince crashes.

Description of problem:


When scrolling down in Evince 3.2 it sigservs. The same file can be read, and scrolled through, in Acrobat Reader 9 from fusion.

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

3.2.0 

How reproducible:

Read attached pdf on C++ programming. Chapter 1.

Steps to Reproduce:
1.Open attached file
2.Scroll Down.
3.Sigserv
  
Actual results:

Crash to desktop.

Expected results:

Open file learn more about C++ from nice open source book.

Additional info:



Last lines from a strace: 
stat("/usr/local/share/icons", 0x7fffca625950) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/evince/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/icons/elementary/actions/24/go-up.svg", {st_mode=S_IFREG|0644, st_size=5481, ...}) = 0
open("/usr/share/icons/elementary/actions/24/go-up.svg", O_RDONLY) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=5481, ...}) = 0
read(18, "<?xml version=\"1.0\" encoding=\"UT"..., 65536) = 5481
read(18, "", 65536)                     = 0
close(18)                               = 0
futex(0x28ffe64, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x28f3ed0, 14) = 1
futex(0x28f3ed0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x28ffe64, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x28f3ed0, 16) = 1
futex(0x28f3ed0, FUTEX_WAKE_PRIVATE, 1) = 1
poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, {fd=10, events=POLLIN}], 5, 0) = 2 ([{fd=5, revents=POLLIN}, {fd=10, revents=POLLIN}])
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLIN|POLLOUT}])
+++ killed by SIGSEGV +++
Segmentation fault

Comment 1 Marek Kašík 2011-11-24 15:09:20 UTC
Hi,

I've tested this with poppler-0.18.0-1 and evince crash with it on the file, but it doesn't with poppler-0.18.0-2. So it seems that the problem here is the same as in the bug #751599.
I'm closing this as its duplicate.

Regards

Marek

*** This bug has been marked as a duplicate of bug 751599 ***