home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0096.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  1000 b   |  33 lines

  1.     To:  tiff@sgi.sgi.com
  2.     Subject:  bug in fax2ps
  3.     Cc:  cdl@mpl.UCSD.EDU
  4.     Date: Sun, 15 Jan 1995 12:45:27 PST
  5.     From:  cdl@mpl.UCSD.EDU (Carl Lowenstein)
  6.  
  7.     
  8.     Elicited by trying to convert page 12 of HAKMEM, as obtained from MIT
  9.     Artificial Intelligence Lab.
  10.     
  11.     Sources came as v3.3beta021.src.tar.gz.
  12.     
  13.     File "contrib/fax2ps/fax2ps.c", rev 1.32.
  14.     
  15.     There is a constant CODEHASH = 8209, used in construction of a hash table.
  16.     
  17.     In principle, the size of the table "maxcodes" is increased from its
  18.     initial value "MAXCODES = 6000" when the number of entries "ncodes"
  19.     becomes too great.
  20.     
  21.     However, when the number of entries "ncodes" becomes equal to 8209, the
  22.     search through the table (lines 45-58 of fax2ps.c) seems to take
  23.     forever.
  24.     
  25. If you have an example tiff that causes fax2ps to loop then please
  26. send it directly to me uuencoded in a mail message (or send me a
  27. patch to a file that I can retrieve by public ftp).
  28.  
  29.     Sam
  30.  
  31.  
  32.  
  33.