[Mono-bugs] [Bug 66915][Maj] Changed - Calling back on a delegate passed to native code through p/invoke on a different thread causes a crash.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Oct 2004 16:15:39 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66915
--- shadow/66915 2004-10-05 15:03:31.000000000 -0400
+++ shadow/66915.tmp.20619 2004-10-30 16:15:39.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 66915
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: SuSE 9.1 Pro
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: daniel_l_christensen@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -59,6 +59,9 @@
not necessarily the case when consuming a published API.
------- Additional Comments From vargaz@gmail.com 2004-10-05 15:03 -------
The problem with automatically registering threads with the runtime is
that nobody unregisters them, so the per-thread data structures
allocated by the runtime are leaked.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-30 16:15 -------
+-> wontfix