[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua under FreeBSD
- From: Max Ischenko <max@...>
- Date: Wed, 20 Dec 2000 17:10:22 +0200
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