On Fri, 2007-03-16 at 10:10 +0100, Nicolas Cannasse wrote:
> > Er, okay.  :-)  Would this issue be within the neko dll or the library? 
> > If it helps, I can send you the source haxe files that causes the issue?
> 
> It's in the NDLL, definitly.
> 
> Nicolas

Er.. not following closely, but this call is suspicious:

        ll = system_window_get_msg_hook_list(val_window(w));

Stuff got from system resources, eg via a Win32 Handle
probably isn't traced by the gc, because the roots aren't visible.

In such cases you have to register the callback
explicitly with the gc as a root. (But i could be completely
wrong, this is just a guess..)

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

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

Reply via email to