View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000282 | luatex | luatex limitation | public | 2009-10-20 11:29 | 2009-12-18 11:07 |
Reporter | oneiros | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.47.0 | Fixed in Version | 0.47.0 | ||
Summary | 0000282: Solve problem with pdf inclusion and maximum number of open files | ||||
Description | Currently luatex when including pdfs works in two phases: - first (\pdfximage) the pdf is opened and some information (size etc.) is extracted - later when writing the page the pdf is read and copied to the output file Since the pdf is kept open during the whole process, the number of pdfs that can be included this way is limited by the number of files a program can open at the same time (typically 1024). The work-around for this is to make \pdfximage \immediate: luatex then writes out the output file immediately and closes the pdf. If we want to keep the two-phase approach, I propose a different way: Get some information about the pdf that uniquely identify it (timestamp, size, id, md5?) from the pdf in the first phase and close it. Later open it again when needed and check the information from the first phase - and raise an error when the file has vanished or changed. | ||||
Tags | No tags attached. | ||||
|
Just storing the modification time and size should be enough, I think. |
|
Commit #3202 has a preliminary patch for this bug. Martin, can you please test? |
|
Assuming this is fixed |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-20 11:29 | oneiros | New Issue | |
2009-11-09 15:09 | Taco | Note Added: 0000330 | |
2009-11-18 12:13 | Taco | Relationship added | related to 0000294 |
2009-12-01 10:08 | Taco | Status | new => assigned |
2009-12-01 10:08 | Taco | Assigned To | => Taco |
2009-12-01 11:01 | Taco | Note Added: 0000358 | |
2009-12-01 11:01 | Taco | Status | assigned => feedback |
2009-12-02 14:24 | Taco | Target Version | => 0.50.0 |
2009-12-10 11:02 | Taco | Status | feedback => resolved |
2009-12-10 11:02 | Taco | Resolution | open => fixed |
2009-12-10 11:02 | Taco | Note Added: 0000371 | |
2009-12-18 11:06 | Taco | Target Version | 0.50.0 => 0.47.0 |
2009-12-18 11:06 | Taco | Fixed in Version | => 0.47.0 |
2009-12-18 11:07 | Taco | Status | resolved => closed |