[Mono-bugs] [Bug 79577][Nor] New - mcs internal compiler error with omitted /r:

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 4 06:31:39 EDT 2006


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 mrj001 at shaw.ca.

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

--- shadow/79577	2006-10-04 06:31:39.000000000 -0400
+++ shadow/79577.tmp.4375	2006-10-04 06:31:39.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 79577
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: slackware 10.2/linux 2.6.15
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: mrj001 at shaw.ca               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs internal compiler error with omitted /r: 
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing. 
+Description of Problem: 
+The compiler suffers an unhandled exception when I forgot to include a 
+needed /r:Mysql.data on the command line. 
+ 
+Steps to reproduce the problem: 
+1. Extract attached file. 
+2. Execute the shell script (c) 
+Note that the compile is not expected to succeed due to the missing /r.  
+Also, I stripped out enough files from my project that it should not 
+compile, but the crash happens before the compiler notices this.  
+ 
+Actual Results: 
+Compiler crashes with unhandled exception when looking for a namespace I 
+failed to reference on the command line. 
+ 
+Expected Results: 
+Compiler should print an error instead of crashing. 
+ 
+How often does this happen?  
+always. 
+ 
+Additional Information: 
+I first noticed this with SVN66109 and upgraded to SVN66209.  It still 
+occurs.


More information about the mono-bugs mailing list