[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaJIT, x86_64 linux 3.0.4-1, GCC 4.6.1-4, segfaults during garbage collection when using FFI
- From: David Hollander <dhllndr@...>
- Date: Tue, 13 Sep 2011 20:14:36 -0500
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