http://bugzilla.novell.com/show_bug.cgi?id=470568
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=470568#c4 --- Comment #4 from Rodrigo Kumpera <[email protected]> 2009-05-21 09:37:03 MDT --- An update, the whole issue is that we always have been pretty lenient with accessing freed tls data due to how every OS implements it. Most OSs have a fixed block of memory above the thread stack and reading/storing from freed/non allocated slots will work fine. Fixing this will be quite tedious and until we hit an OS which reject such thing it doesn't make much sense to spend time on it. -- 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
