View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000951 | luatex | luatex limitation | public | 2015-10-22 08:49 | 2015-10-29 14:09 |
| Reporter | Hans Hagen | Assigned To | luigi scarso | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86_64 | OS | Linux | OS Version | 3.4.11 |
| Fixed in Version | 0.82.0 | ||||
| Summary | 0000951: 20 gig pdf files cannot be loaded by the poppler lib | ||||
| Description | we get a catalog related error message | ||||
| Steps To Reproduce | step 1 (runs ok): \nopdfcompression \starttext \dorecurse{20000}{ \pdfximage width \hsize height \vsize {poles.png} \hbox{\pdfrefximage\pdflastximage} \page } \stoptext step 2 (fails): \starttext \dorecurse{100}{ \pdfximage page \recurselevel {test.pdf} } \stoptext | ||||
| Tags | No tags attached. | ||||
|
|
As is now, it seems that Luatex cannot make a correct pdf with the example in step 1. Under Ubuntu 14.04 64bit off_t is a long 32bit, but the offsets required are off range. |
|
|
It should be fixed in experimental now. It was a problem with offsets in xref, that in uncompressed mode always start from to the begin of the file (offsets always uses 10bytes, but for compressed mode they are relative). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-10-22 08:49 | Hans Hagen | New Issue | |
| 2015-10-22 08:49 | Hans Hagen | Issue generated from: 0000801 | |
| 2015-10-22 08:49 | Hans Hagen | Relationship added | related to 0000801 |
| 2015-10-24 18:57 | Hans Hagen | Assigned To | => luigi scarso |
| 2015-10-24 18:57 | Hans Hagen | Status | new => assigned |
| 2015-10-24 19:46 | luigi scarso | Note Added: 0001482 | |
| 2015-10-29 11:06 | luigi scarso | Note Added: 0001489 | |
| 2015-10-29 14:09 | Hans Hagen | Status | assigned => closed |
| 2015-10-29 14:09 | Hans Hagen | Resolution | open => fixed |
| 2015-10-29 14:09 | Hans Hagen | Fixed in Version | => 0.82.0 |