[Mono-bugs] [Bug 61152][Nor] Changed - system_assembly gets NULL when System.dll is loaded by reflection LoadFrom
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jul 2004 22:55:07 -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 fxjrlists@yahoo.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=61152
--- shadow/61152 2004-07-04 18:24:26.000000000 -0400
+++ shadow/61152.tmp.11510 2004-07-24 22:55:07.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61152
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Linux Mandrake 10.0, mono 1.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: nazgul@omega.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -61,6 +61,12 @@
Additional Information:
I get null reference exception occuring inside mono runtime. My earlier
investigations show that during execution of
GetHostByName_internal/../get_family_hint (socket-io.c:557) variable
'system_assembly' of mono runtime's C API is NULL.
+
+------- Additional Comments From fxjrlists@yahoo.com.br 2004-07-24 22:55 -------
+
+I tested this code with cvs of today 2004-07-24 and it is working.
+
+