Benjamin Dasnois a écrit :
Hello,
Following my project to create a bridge from FUSE to haXe, I still
have a problem : when my C callback is called and in turns calls the
haXe/Neko code it works as expected but if the C callback is fired
many times quickly, the call to the haXe/Neko code fails...
Is it a known issue?
There's no objective reason why it shouldn't work. For instance the SWHX
project makes many Flash-C-Neko and Neko-C-Flash calls without any issue.
Try using GDB to pinpoint the place the application crash.
Usually, you should only need one VM per-thread. Allocating one VM
per-call is not good performance-wise anyway.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)