[Mono-bugs] [Bug 644478] New: Analyzing dynamic modules with reflection throws not implemented exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 7 04:56:24 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=644478
https://bugzilla.novell.com/show_bug.cgi?id=644478#c0
Summary: Analyzing dynamic modules with reflection throws not
implemented exception
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: i686
OS/Version: Kubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: marcus at in-process.se
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3
When analyzing dynamic modules (eg. compiled Boo module) the run time throws
not implemented exception.
http://github.com/mono/mono/blob/master/mono/metadata/icall.c
Retrieve....Token - methods
Reproducible: Always
Steps to Reproduce:
Using jb's MethodBaseRocks
1. Create a dynamic type with a field and a method that access that field
somehow
2. Retrieve MethodInfo from dynamic type
3. use GetInstructions() from MethodBaseRocks on the method info causes a crash
becuase RetrieveFileToken is not implemented for dynamic types.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list