[Mono-bugs] [Bug 71938][Nor] Changed - Problem with GetCommandLineArgs / possible memory corruption
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Jan 2005 20:32: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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71938
--- shadow/71938 2005-01-28 20:19:48.000000000 -0500
+++ shadow/71938.tmp.23363 2005-01-28 20:32:39.000000000 -0500
@@ -116,6 +116,10 @@
.args.Length 135019024
------- Additional Comments From sebastien@ximian.com 2005-01-28 20:17 -------
MonoArray* mono_runtime_get_main_args (void) returns a static array
which isn't correct appdomain-wise
+
+------- Additional Comments From sebastien@ximian.com 2005-01-28 20:32 -------
+New unit tests as been added in EnvironmentTest.cs but is disabled
+(i.e. [Category("NotWorking")]) until bug is fixed.