[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Division by zero makes program hang
- From: Shmuel Zeigerman <shmuz@...>
- Date: Mon, 26 Feb 2007 15:13:40 +0200
Andre de Leiradella wrote:
But when I use Lua5.1.dll in
my application, a division by zero makes my program hang. The error
report says the problem occurred in Lua5.1.dll.
Does your application do signal trapping?
(lua.exe does -- search for 'signal' in lua.c).
See also this thread:
http://lua-users.org/lists/lua-l/2005-07/msg00239.html
--
Shmuel