View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000361 | luatex | mplib bug | public | 2010-03-26 20:08 | 2010-04-03 16:01 |
| Reporter | Pawel Jackowski | Assigned To | Taco | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.60.0 | Fixed in Version | 0.60.0 | ||
| Summary | 0000361: Crash if mp:execute() called with no param | ||||
| Description | LuaTeX crashes if the chunk to execute() method is nil. Tried on rev3518. | ||||
| Steps To Reproduce |
\lua{
local mp = assert(mplib.new{ini_version = false, mem_name = "mpost.mem"})
mp:execute(nil)
}
| ||||
| Tags | No tags attached. | ||||
|
|
Should throw an error message about wrong function argument. |
|
|
Af of #3556, mp:execute(<nil>) simply returns nil |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-03-26 20:08 | Pawel Jackowski | New Issue | |
| 2010-03-26 20:11 | Pawel Jackowski | Note Added: 0000503 | |
| 2010-03-26 23:51 | Taco | Status | new => assigned |
| 2010-03-26 23:51 | Taco | Assigned To | => Taco |
| 2010-03-26 23:51 | Taco | Target Version | => 0.60.0 |
| 2010-03-27 07:57 | Taco | Note Added: 0000509 | |
| 2010-03-27 07:57 | Taco | Status | assigned => resolved |
| 2010-03-27 07:57 | Taco | Resolution | open => fixed |
| 2010-04-03 16:00 | Taco | Fixed in Version | => 0.60.0 |
| 2010-04-03 16:01 | Taco | Status | resolved => closed |