Daniel Turing a écrit :
Hi,

the following results in a SIGSEGV in neko_buffer_to_string() on neko 1.8.1:

    var hash = new Hash<Any>();
    hash.get(null);

while, of course, get(null) is not a good idea to do, it surely
shouldnt segfault?

I can't reproduce while using Neko CVS / Windows. But I don't see any recent change related to this either.

It's supposed to display the following :
Called from <null> line 1
Called from Test.hx line 5
Called from Hash.hx line 86
Uncaught exception - Invalid field access : __s

Nicolas

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

Reply via email to