Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77638 --- shadow/77638 2006-03-01 15:21:17.000000000 -0500 +++ shadow/77638.tmp.14263 2006-03-01 15:48:08.000000000 -0500 @@ -46,6 +46,12 @@ Created an attachment (id=16550) patch ------- Additional Comments From [EMAIL PROTECTED] 2006-03-01 15:21 ------- Assigning to Paolo for review. + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-01 15:48 ------- +That would call thread_attach () for each native->managed call. The +proper solution is to check the LMF TLS entry, and only call +thread_attach () if it is zero, as it is done on x86. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
