Bug 747097 - Evince crashes on scrolling / rendering
Summary: Evince crashes on scrolling / rendering
Keywords:
Status: CLOSED DUPLICATE of bug 751599
Alias: None
Product: Fedora
Classification: Fedora
Component: evince
Version: 16
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Marek Kašík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-18 19:35 UTC by Albert Stevens
Modified: 2011-11-24 15:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-24 15:09:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Open source book on C++ chapter 1 reading when evince crashes. (119.75 KB, application/pdf)
2011-10-18 19:35 UTC, Albert Stevens
no flags Details

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 ***


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