[Mono-bugs] [Bug 77549][Nor] New - [GMCS] gmcs crashes (if a referenced assembly is missing)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 14 04:25:23 EST 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 flipper98 at gmx.net.

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

--- shadow/77549	2006-02-14 04:25:23.000000000 -0500
+++ shadow/77549.tmp.25741	2006-02-14 04:25:23.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 77549
+Product: Mono: Compilers
+Version: 1.1
+OS: other
+OS Details: fedora core 4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: flipper98 at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] gmcs crashes (if a referenced assembly is missing)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+gmcs seems to crash if a referenced assembly references a missing assembly.
+
+Steps to reproduce the problem:
+1. 
+please download the ado.net sqlite provider from
+http://sqlite.phxsoftware.com/.
+
+2. 
+compile the attached code with the downloaded assembly specified as reference.
+this assembly references assembly System.Transactions which is currently
+missing in mono.
+
+Actual Results:
+compiler crash
+
+Expected Results:
+compilation succeeds
+
+How often does this happen? 
+always
+
+Additional Information:
+test code:
+
+using System;
+using System.Data;
+using System.Data.SQLite;
+
+public sealed class Test
+{
+	public Test()
+	{
+        IDbConnection conn = new SQLiteConnection();
+	}
+}


More information about the mono-bugs mailing list