lua-users home
lua-l archive

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


Philip Bock wrote:
> 
> All console_write() does is output it's (string) argument to
> cerr, so I can't see how it should be generating a segfault.

Me neither.  The code you posted looks correct (except a typo,
console_wirte instead of console_write; but that should not
generate a segfault).  Maybe you should start applying the
usual bug hunting procedures ;-)

Ciao, ET.