[Mono-bugs] [Bug 74992][Cri] New - ArumentException Bug

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 19 06:30:25 EDT 2005


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 yury at serdyuk.botik.ru.

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

--- shadow/74992	2005-05-19 06:30:24.000000000 -0400
+++ shadow/74992.tmp.3386	2005-05-19 06:30:24.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 74992
+Product: Mono: Runtime
+Version: 1.0
+OS: Red Hat 9.0
+OS Details: Linux skif 2.4.27 #1 SMP Thu Apr 14 15:25:11 MSD 2005 i686 athlon i386 GNU/Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: JIT
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: Yury at serdyuk.botik.ru               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ArumentException Bug
+
+Description of Problem:
+
+System.ArgumentException is thrown when trying
+to pass argument between static methods.
+
+
+Steps to reproduce the problem:
+1. mcs ArumentExceptionBug.cs
+2. mono ArgumentExceptionBug.exe
+
+Actual Results:
+
+[serdyuk at skif testmono3]$ mono ArgumentExceptionBug.exe
+file name :
+
+Unhandled Exception: System.ArgumentException: Name is empty
+in <0x0037c> System.IO.FileStream:.ctor (System.String name, FileMode mode,
+FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync,
+Boolean anonymous)
+in <0x0005c> System.IO.FileStream:.ctor (System.String name, FileMode mode,
+FileAccess access)
+in (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess)
+in <0x0004f> Utils:Read_Params (System.String file_name, System.Int32[] ncells)
+in <0x00024> ArgumentExceptionBug:Main (System.String[] args)
+[serdyuk at skif testmono3]$ 
+
+Expected Results:
+
+file name : md.in
+ncells[0]=1
+ncells[1]=2
+ncells[2]=3
+
+
+How often does this happen? 
+
+Always
+
+Additional Information:
+
+Mono version 1.1.7


More information about the mono-bugs mailing list