Hi all,

I've got a wxLua application that freezes when Lua performs garbage
collection. I suspect that some important piece of the application is
getting garbage collected - so I need to devise a way to tell what's getting
garbage collected and when. The __gc metamethod was my first idea, but that
has to be set from the C API, and can't be set from within Lua, so that
seems out.

Any other recourse I can take to figure out what's going on here?

Thanks,

Evan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to