If still crashing after the update could try to follow the different
calls being made and tell me in which function it's crashing ?
That would help alot.
Any chance the machine registers Neko uses are being clobbered?
Yes that's one the things to check, although Neko only use registers
that should be "safe", and GCC should break when he can't allocate
needed registers.
Doug try to change in vm/interp.c :
#if defined(__GNUC__) && defined(__i386__)
to
#if false
This should disable manual register allocation for GCC.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)