Bug 695618 - Reading a file takes (probably) infinite time
Summary: Reading a file takes (probably) infinite time
Status: RESOLVED FIXED
Alias: None
Product: GhostXPS
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: PC Linux
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-18 16:23 UTC by Marcos H. Woehrmann
Modified: 2014-10-22 05:04 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos H. Woehrmann 2014-10-18 16:23:14 UTC
The following set of commands take very long (probably infinite) time:

  bin/gs -sDEVICE=xpswrite -o test.xps ./tests_private/ps/ps3cet/12-14L.PS
  obj/gxps -r100 -sDEVICE=ppmraw -o test.ppm ./test.xps
Comment 1 Tor Andersson 2014-10-22 05:04:53 UTC
Fixed in commit 648aba52e1430277035471709e3d6596c7016a35
Author: Tor Andersson <tor.andersson@artifex.com>
Date:   Wed Oct 22 14:04:14 2014 +0200

    Fix 695618: Keep a tail pointer to speed up parsing long XML documents.