lua-users home
lua-l archive

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



Zulfiqar Malik wrote:
The scripts (nested) are executed 10000 times and the output halts during
the second execution! If you debug (i.e. F5, even with no breakpoints) then
it will show the crash which supposedly indicates a corrupted heap.

I tried debugging but got no errors. I'm not sure if this is different than your approach but I'm using Lua as a dll and not linking it statically with the application.

Florian