[Mono-bugs] [Bug 75366][Maj] Changed - [PATCH] SRE uses Reflected not Declaring type for token

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 29 17:12:47 EDT 2005


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 bmaurer at users.sf.net.

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

--- shadow/75366	2005-06-29 17:11:30.000000000 -0400
+++ shadow/75366.tmp.31794	2005-06-29 17:12:47.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 75366
 Product: Mono: Runtime
-Version: 1.0
-OS: 
+Version: 1.1
+OS: unknown
 OS Details: mono svn 23.06.2005
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: nazgul at omega.pl               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: S.R.E. generates incorrect  references to derived fields
+Summary: [PATCH] SRE uses Reflected not Declaring type for token
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 When you load all members (including derived ones) with
 System.Type.GetMembers and then use obtained MemberInfos to emit assembly,
@@ -97,6 +97,17 @@
 not easy to implement, so we would prefer mono to behave correctly there...)
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-06-29 17:11 -------
 Created an attachment (id=15400)
 Patch
 
+
+------- Additional Comments From bmaurer at users.sf.net  2005-06-29 17:12 -------
+I think the attached patch solves the issue mentioned in the bug. One
+weird thing: when I run the test case I get:
+
+[benm at omega ~]$ mono x.exe
+
+** (x.exe:2882): CRITICAL **: mono_g_hash_table_insert: assertion
+`hash_table != NULL' failed
+
+Even with my patch. I have to take a look at why this is.


More information about the mono-bugs mailing list