lua-users home
lua-l archive

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


Maybe I'm doing something wrong but the tests fail on my system
(Windows XP, GCC).

Normal lua5.1.dll
------------------

lua: test.lua:260: bad argument #3 to 'match' (number expected, got string)
stack traceback:
	[C]: in function 'match'
	test.lua:260: in function 'checkerr'
	test.lua:264: in main chunk
	[C]: ?


lua5.1.dll built with assertions enabled:
------------------------------------------

Assertion failed:
L->top < L->ci->top, file lua-5.1.3\src/lapi.c, line 507

--
Shmuel