On Fri, 2006-01-06 at 00:52 +0100, Fabio Till wrote:
> ==26489== Process terminating with default action of signal 11 (SIGSEGV)
> ==26489==  Bad permissions for mapped region at address 0x0
> ==26489==    at 0x0: ???
> ==26489==    by 0x100C9B10: lua_open (in
> /home/jonas/Fillets/fillets-ng-0.7.3/src/game/fillets)

Interesting, the function lua_open() takes no input parameters. So there
is no place to do a mistake.

Are you able to run other lua programs? Try this:
$ lua50 -e 'print "hello"'

Maybe it is problem with Lua.
-- 
Ivo Danihelka



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to