[Mono-bugs] [Bug 47672][Maj] Changed - Thread.SetData throws ArgumentException only with Mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Oct 2003 05:53:06 -0400 (EDT)
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47672
--- shadow/47672 2003-09-29 11:09:45.000000000 -0400
+++ shadow/47672.tmp.32150 2003-10-01 05:53:06.000000000 -0400
@@ -81,6 +81,13 @@
------- Additional Comments From vargaz@freemail.hu 2003-09-29 11:09 -------
Created an attachment (id=5457)
patch to try out
+
+------- Additional Comments From dick@ximian.com 2003-10-01 05:53 -------
+slothash_key is a TLS key ID, and therefore needs to be global so that
+every thread can look up the data in a known place.
+
+Zoltan's patch looks correct to me (without actually running it)
+