[Mono-bugs] [Bug 72970][Wis] Changed - RACE: Environment.Exit and new threads
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 10:41:39 -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=72970
--- shadow/72970 2005-02-24 10:30:44.000000000 -0500
+++ shadow/72970.tmp.6267 2005-02-24 10:41:39.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Linux skif 2.4.25 #2 SMP Fri Apr 23 14:03:00 MSD 2004 i686 athlon i386 GNU/Linux
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vguzev@yandex.ru
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -96,6 +96,31 @@
--8<-----------------------------------------
Best regards,
Vadim B. Guzev
http://u.pereslavl.ru/~vadim/MCSharp/
+
+------- Additional Comments From vguzev@yandex.ru 2005-02-24 10:41 -------
+And if I replace the line 'DateTime dt = DateTime.Now;' with
+'string command = Environment.CommandLine;' then I'm getting the
+following errors:
+--8<-------------------------------------------
+[vadim@skif testexitwithnewthreads]$ mono test.exe
+
+** ERROR **: file critical-sections.c: line 172
+(LeaveCriticalSection): assertion failed: (ret == 0)
+aborting...
+Aborted
+[vadim@skif testexitwithnewthreads]$ mono test.exe
+
+(test.exe:1218): GLib-CRITICAL **: file ghash.c: line 225
+(g_hash_table_lookup): assertion `hash_table != NULL' failed
+--8<-------------------------------------------
+
+This errors are the subject for bug
+http://bugzilla.ximian.com/show_bug.cgi?id=72637
+
+
+Best regards,
+Vadim B. Guzev
+http://u.pereslavl.ru/~vadim/MCSharp/