Michael Pliskin a écrit :
Hi Nicolas,
Well that's what I reported earlier: take latest neko, build mysql5, run - and
get the crash.
Mike
Hi Michael,
Sorry for the delay.
Could you first try to add some print before and after every neko API
calls in libs/mysql/mysql.c ? That will help to isolate the issue.
Also, if you could locate in your code the place where a "new" (or {})
is done that cause the crash, that would be helpful to understand what's
occurring.
A value can be invalid in two cases :
a) it's been garbaged while it shouldn't have
b) it's been overwritten by some out-bounds memory operation
Thanks a lot,
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)