[Poppler-bugs] [Bug 24575] evince crashed with SIGSEGV in CairoOutputDev::restoreState()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 25 08:00:46 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24575





--- Comment #8 from David Benjamin <davidben at mit.edu>  2009-11-25 08:00:45 PST ---
It looks like that got introduced when porting the patch down to
CairoOutputDev. I get this error on a random PDF with master, but not the
original patch.

I think it's because we call state->restore() before the output device sees
anything.

 void Gfx::restoreState() {
   state = state->restore();
   out->restoreState(state);
 } 


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list