lua-users home
lua-l archive

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


I am experiencing intermittent segfaults when using the FFI, binding
to the glob headers or poll headers and creating lots of stuff. strace
reports SEGV_MAPERR, when using x86_64 Linux 3.0.4-1 and GCC 4.6.1-4
(Arch Linux). The same program does not produce segfaults on Linux
2.6.38-10 and GCC 4.5.2-8 (Ubuntu),  or when garbage collection is
turned off using: garbagecollection 'stop' . The LuaJIT version is the
git HEAD.

Wondering if there are any known issues.

- David