The function is defined in haXe as a static function and then given to the C layer and stored with an alloc_root.
I think it shouldn't be garbage collected. Am I right ? On Thu, Apr 2, 2009 at 11:43 AM, Nicolas Cannasse <[email protected]> wrote: > Benjamin Dasnois a écrit : >> >> Hello, >> >> So I investigated a little bit with GDB and found that the crash >> happens on the val_callEx line... My program receives a SIGABRT... >> >> Does someone have any idea about what could be wrong? > > What is the value of your function ? If it's something stored somewhere in > your bindings, then it's possible that it has been garbage collected. > > Nicolas > > -- > Neko : One VM to run them all > (http://nekovm.org) > -- DASNOIS Benjamin http://www.benjamindasnois.com -- Neko : One VM to run them all (http://nekovm.org)
