View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000872 | luatex | luatex limitation | public | 2013-12-20 22:21 | 2014-03-30 09:33 |
| Reporter | Hans Hagen | Assigned To | Hans Hagen | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.79.0 | ||||
| Summary | 0000872: note: some lua operations set errno | ||||
| Description | some calls in lua set errno which can then bleed into other functionality that checks on errno assuming that it starts out as zero there are several solutions: - each call to a helper that can set errno, first resets it - we reset errno after each directlua (in fact after each lua call) - we avoid checking for errno (happens inff lib, mplib, backend writecff) | ||||
| Tags | No tags attached. | ||||
|
|
if it shows up again i'll look at it ... we now have callbacks for error messages so more can be intercepted |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-12-20 22:21 | Hans Hagen | New Issue | |
| 2013-12-20 22:21 | Hans Hagen | Status | new => assigned |
| 2013-12-20 22:21 | Hans Hagen | Assigned To | => Hans Hagen |
| 2013-12-23 09:41 | Hans Hagen | Category | luatex bug => luatex limitation |
| 2013-12-23 09:41 | luigi scarso | Summary | some lua operations set errno => NOTE: some lua operations set errno |
| 2013-12-23 09:49 | luigi scarso | Summary | NOTE: some lua operations set errno => note: some lua operations set errno |
| 2014-03-30 09:33 | Hans Hagen | Note Added: 0001256 | |
| 2014-03-30 09:33 | Hans Hagen | Status | assigned => closed |
| 2014-03-30 09:33 | Hans Hagen | Resolution | open => fixed |