Menu

#2558 Why doesn't the miktex luatex breaks with assertion error?

None
closed
None
2016-12-12
2016-12-12
U_Fischer
No

The following (plain) example fails in texlive with luatex 0.95 and luatex 1.0.1. with an assertion error.
It has been confirmed that it is due to an luatex bug and has been fixed in commit 6174.

The question is why miktex didn't fail. As David asked in the tex.sx chat: Has miktex fixed the sources without reporting the fix back or (slightly worryingly) is compiling luatex with assertions turned off, in which case the null pointer here would just silently do the wrong thing? Or is the reason something else?

$\scriptstyle \nonscript\mkern1mu$
\bye
1 Attachments

Discussion

  • Christian Schenk

    • status: open --> closed
    • assigned_to: Christian Schenk
     
  • Christian Schenk

    assert() statements are disabled in MiKTeX release builds. Also see

    https://en.wikipedia.org/wiki/Assertion_(software_development)#Disabling_assertions