https://bugzilla.novell.com/show_bug.cgi?id=391125
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=391125#c3 --- Comment #3 from Mark Probst <[EMAIL PROTECTED]> 2008-05-31 12:32:38 MDT --- This fixes the bug. There's a bug in the test driver, though: One thread might look up a jit info and before it examines it, it gets removed by another thread. It is assumed that this never happens in actual Mono operation, but it might crash the test even though the jit info table code is alright. Since it runs without problems it seems that the probability of it happening is very low. Should it become a problem we'll have to fix the test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
