... it happens with "__mod", too:

var the_new = function (value) {
  var o = $new(null);

  o.n = value;
  return o;
};

the_new(3) % 5;

I am on a i686-pc-linux-gnu, GCC 4.3.1,
Neko 1.7.1.  Running GDB tells me that
the crash happens in "neko_flush_stack()".

--
Marco Maggi



--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to