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=79196 --- shadow/79196 2006-08-29 15:02:44.000000000 -0400 +++ shadow/79196.tmp.4979 2006-08-29 18:44:17.000000000 -0400 @@ -52,6 +52,13 @@ No need to add locking for MimeTypeIconIndexHash because it only gets used in locked context. MimeIconEngine SmallIcons and LargeIcons are only used in FileDialog and the chance that two FileDialogs are using it simultaneous is very small ;-) + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-29 18:44 ------- +so it's not just collections we have to worry about guarding.. structs +are also a risk. Actually any static elemen is pretty much a problem, +and we have a ton of them. + +sigh. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
