View Issue Details

IDProjectCategoryView StatusLast Update
0000753luatexluatex bugpublic2013-03-21 10:19
Reportertemp_email Assigned ToTaco  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
OSUbuntu LinuxOS Version10.04 
Summary0000753: Segfault on using tex.get luatex function
DescriptionOriginally 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 ReproduceRun `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".
TagsNo tags attached.

Activities

Taco

2012-05-29 11:14

administrator   ~0000943

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