[Mono-bugs] [Bug 51200][Min] New - mono-0.28.99.20031118 Fails becuase of icall.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 04:52:23 -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 piyush.garyali@honeywell.com.

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

--- shadow/51200	2003-11-20 04:52:22.000000000 -0500
+++ shadow/51200.tmp.18648	2003-11-20 04:52:22.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 51200
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 7.2
+OS Details: Running on x86
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: piyush.garyali@honeywell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono-0.28.99.20031118 Fails becuase of icall.c
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+In icall.c : ves_icall_System_Reflection_Assembly_InternalGetAssemblyName :
+Line #2993 the folllwing code fails
+ 
+    <snip>
+     if (!image) {
+        g_free(filename);
+        MonoExeception *exc = ...
+        ...
+
+which should have been 
+ 
+    if (!image) {
+        MonoExeception *exc = ...
+        g_free(filename);
+
+Steps to reproduce the problem:
+1. Build the mono-0.28.99.20031118
+2. 
+3. 
+
+Actual Results:
+Build Fails
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: