http://bugzilla.novell.com/show_bug.cgi?id=442027
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=442027#c7 Andrés G. Aragoneses <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from Andrés G. Aragoneses <[email protected]> 2009-05-21 10:08:16 MDT --- Found a simple repro, which BTW doesn't expose the bug anymore, so marking FIXED. The repro: public class Program : Atk.Object { protected override Atk.StateSet OnRefStateSet () { return OnRefStateSet (); } static int Main () { GLib.GType.Init (); return new Program ().RefStateSet().IsEmpty ? 0 : 1; } } (Note: this is not just a simple StackOverflowException repro, as it has the special characteristic of generating it in a managed callback that gets called from an unmanaged function.) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
