[Mono-bugs] [Bug 71273][Nor] New - 32 bit tid causes problems on amd64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 13:18:42 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71273
--- shadow/71273 2005-01-14 13:18:42.000000000 -0500
+++ shadow/71273.tmp.3795 2005-01-14 13:18:42.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 71273
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: 32 bit tid causes problems on amd64
+
+appdomain-unload.exe crashes on amd64 because of the 32 bit tid issue. Most
+threads have pthread_t 's which fit into the lower 32 bits, but the main
+thread has a tid which isn't causing a crash in pthread_kill.