View Issue Details

IDProjectCategoryView StatusLast Update
0000916luatexluatex bugpublic2014-10-02 21:38
Reporterflorian.lorenzen Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Platformx86_64OSUbuntuOS Version14.04
Product Version0.79.1 
Summary0000916: Luatex crashes when using precompiled preamble including TikZ
DescriptionWhen using a precompiled preamble that includes TikZ I get

[1{/home/florenz/sw/opt/texlive/2014/texmf-va
r/fonts/map/pdftex/updmap/pdftex.map}]PANIC: unprotected error in call to Lua API (object in use)
Aborted (core dumped)

The input files for the preamble and the test file plus the log are in the attachment.
Steps To ReproducePrecompile preamble

$ luatex -ini -jobname="test" "&lualatex pre.tex\dump"

Use preamble

% luatex "&test" test
TagsNo tags attached.

Activities

florian.lorenzen

2014-10-01 13:35

reporter  

test.tar.gz (3,786 bytes)

Hans Hagen

2014-10-02 21:38

manager   ~0001282

If you include lua code in your format then you also need to make sire that it gets initialized in when that format is loaded. The Lua state is (and will) not (be) saved. Loading Lua code at runtime is fast enough so maybe you can reload the relevant code. That kind of management is up to the macro package that you use.

Hans Hagen

2014-10-02 21:38

manager   ~0001283

a macro package issue

Issue History

Date Modified Username Field Change
2014-10-01 13:35 florian.lorenzen New Issue
2014-10-01 13:35 florian.lorenzen File Added: test.tar.gz
2014-10-02 21:38 Hans Hagen Note Added: 0001282
2014-10-02 21:38 Hans Hagen Note Added: 0001283
2014-10-02 21:38 Hans Hagen Status new => closed
2014-10-02 21:38 Hans Hagen Assigned To => Hans Hagen
2014-10-02 21:38 Hans Hagen Resolution open => fixed