| Anonymous | Login | Signup for a new account | 2013-05-23 21:47 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000753 | luatex | luatex bug | public | 2012-05-27 17:43 | 2013-03-21 10:19 | ||||
| Reporter | temp_email | ||||||||
| Assigned To | Taco | ||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | Ubuntu Linux | OS Version | 10.04 | |||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0000753: Segfault on using tex.get luatex function | ||||||||
| Description | Originally posted on: Using tex.get luatex function (segfault on Linux)? - TeX - LaTeX - http://tex.stackexchange.com/questions/57512/using-tex-get-luatex-function-segfault-on-linux [^] Using tex.get leads to a segfault on Linux; see MWE below or the example on the tex.se page. | ||||||||
| Steps To Reproduce | Run `lualatex test.tex` on the following MWE: \documentclass[12pt]{article} \begin{document} \directlua{local tgp = tex.get("boxmaxdepth") } \end{document} The tex.get line is the cause of "Segmentation fault". | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0000943) Taco (administrator) 2012-05-29 11:14 |
Workaround: use tex.boxmaxdepth, tex.get() in indeed broken. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-05-27 17:43 | temp_email | New Issue | |
| 2012-05-29 11:09 | Taco | Status | new => assigned |
| 2012-05-29 11:09 | Taco | Assigned To | => Taco |
| 2012-05-29 11:14 | Taco | Note Added: 0000943 | |
| 2012-12-13 16:47 | Taco | Status | assigned => resolved |
| 2012-12-13 16:47 | Taco | Resolution | open => fixed |
| 2013-03-21 10:19 | Taco | Status | resolved => closed |
| Copyright © 2000 - 2012 MantisBT Group |