On 11/05/2012 07:40 AM, minux wrote:

On Mon, Nov 5, 2012 at 9:32 AM, Reinhard Kotucha
<reinhard.kotu...@web.de <mailto:reinhard.kotu...@web.de>> wrote:

    ---------------------------------
    #! /usr/bin/env texlua
    --*- Lua -*-

    s='abc def'; t=s.explode(' +')
    s=' abc def'; t=s:explode(' +')
    s='abc def '; t=s:explode(' +')
    ---------------------------------

    Each of the tree lines results in a core dump with rev 4468.  They
    don't crash in current TeX Live, though there are no complaints about
    the syntax error in the first line (s is a string here, not a table).

Please try the simple patch attached.

Thanks, applied. Sorry, I must have been half sleeping yesterday.

Best wishes,
Taco

_______________________________________________
dev-luatex mailing list
dev-luatex@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to