lua-users home
lua-l archive

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


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