[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:17: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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71938

--- shadow/71938	2005-01-28 19:01:18.000000000 -0500
+++ shadow/71938.tmp.23241	2005-01-28 20:17:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71938
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -111,6 +111,11 @@
 Obviously something is wrong in later.
 
 After updating the code to showing the args.Length on the console, I got
 the following:
 
 .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
+