[Mono-bugs] [Bug 471302] crash when attempting to read ModuleVersionId from System.Reflection.Module
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 9 21:30:01 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=471302
User joe at mistachkin.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471302#c3
Joe Mistachkin <joe at mistachkin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joe at mistachkin.com
--- Comment #3 from Joe Mistachkin <joe at mistachkin.com> 2009-02-09 19:29:57 MST ---
It appears that assemblies created using AssemblyBuilder/ModuleBuilder end up
with a NULL MonoReflectionModule "image" member. This eventually triggers the
"g_assert (module->image)" in
ves_icall_System_Reflection_Module_GetGuidInternal.
Steps to Reproduce (Windows only):
1. Download the Windows setup or binary distribution from: http://eagle.to/
2. Start the EagleShell.exe under the Mono of your choice (crash in 2.0 and
2.2)
3. Type "set argv [list -match [list library-1.1 object-10.1] -constraints
monoCrash]; set no(sql) true" and hit enter.
4. Type "#test" and hit enter to see the failure (complete with stack trace).
--
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