[Mono-bugs] [Bug 72637][Wis] Changed - DeleteCriticalSection assertion failed error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 10:15:20 -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 vguzev@yandex.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=72637
--- shadow/72637 2005-02-16 09:41:47.000000000 -0500
+++ shadow/72637.tmp.10433 2005-02-16 10:15:20.000000000 -0500
@@ -113,6 +113,14 @@
------- Additional Comments From vargaz@gmail.com 2005-02-16 09:41 -------
This is most likely due to a race condition in the code handling
Environment.Exit. We are suspending all managed threads before shutting
down, but don't wait for them to actually become suspended, so they
continue running, trying to access runtime structures which are already
freed.
+
+------- Additional Comments From vguzev@yandex.ru 2005-02-16 10:15 -------
+I think this can be a source of a lot of mistakes. For example in
+this sample two threads are trying to free mutex and I think there
+will be more errors if we'll use a lot of threads simultaneously.
+Can this be fixed in version 1.1.4?
+
+