[Mono-bugs] [Bug 58489][Maj] New - Beta 1 mcs ( and Mono-compiled programs ) blocks : does not find libraries

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 05:08:57 -0400 (EDT)


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 apicetti@hotmail.com.

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

--- shadow/58489	2004-05-14 05:08:57.000000000 -0400
+++ shadow/58489.tmp.3516	2004-05-14 05:08:57.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 58489
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 032 Four days
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: apicetti@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Beta 1 mcs ( and Mono-compiled programs ) blocks : does not find libraries
+
+Description of Problem:
+
+Unsing Beta 1, calling mcs without parameters ( or calling any program 
+compiled with mcs ) causes it to hang with an error message.
+
+Steps to reproduce the problem:
+1. Using Beta 1, at the command line type :
+
+   mcs<enter>
+
+or
+
+   mono <program><enter>
+
+Where <program> refers to any program compiled with Beta 1 ( calling "mcs 
+<.CS file>" seems to work)
+
+Actual Results:
+
+** (U:\Mono-Beta1\lib\mono\1.0\mcs.exe:1340): WARNING **: Could not find 
+assembly System, references from U:\Mono-Beta1\lib\mono\1.0\mcs.exe
+(assemblyref_index=1)
+
+     Major/Minor: 1,0
+     Build:       5000,0
+     Token:       b77a5c561934e089
+
+Unhandled Exception: System.NullReferenceException: Object reference not 
+set to an instance of an object
+
+Expected Results:
+
+mcs ( or mono <program> ) runs
+
+How often does this happen? 
+
+always
+
+Additional Information: