lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Roger D Vargas wrote:
> I have found a weird problem while writing my server.
> If I repeatedly execute the string "a=math.random(1,20)" in my
> embedded interpreter, when I stop the host I got a crash with a lot of
> glibc errors. If I replace the code by "math.random(1,20)" no problems
> occurs. Is there any way to destroy variables used in an script when I
> dont need them anymore?
>
Try: foo = nil