[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua bug application
- From: "Zulfiqar Malik" <zulfiqar.malik@...>
- Date: Tue, 21 Feb 2006 17:05:45 +0500
I am linking lua statically.
-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Florian Berger
Sent: Tuesday, February 21, 2006 4:51 PM
To: Lua list
Subject: Re: Lua bug application
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