lua-users home
lua-l archive

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


Has anyone positive experience of using Lua under FreeBSD?

I develop multithread application that using Lua which works fine on Linux
and dumps core on FreeBSD.

Env:
FreeBSD v4.2 with pthreads library
Lua 4.0

while executing 
	lua_register(_lua, name.c_str(), fn);

program receives SIGBUS
and while executing
	lua_dostring(_lua, "_OUTPUT=_STDERR");
program receives SIGSEGV.

Any ideas why is it so?

-- 
The "cutting edge" is getting rather dull.
		-- Andy Purshottam