[Mono-bugs] [Bug 80517][Nor] Changed - need to emit file table when adding modules
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 17 12:52:57 EST 2007
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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80517
--- shadow/80517 2007-01-13 11:29:17.000000000 -0500
+++ shadow/80517.tmp.3133 2007-01-17 12:52:57.000000000 -0500
@@ -2,22 +2,22 @@
Product: Mono: Runtime
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: SIGABRT running assembly with (net)modules
+Summary: need to emit file table when adding modules
I'm currently working on fixing some issues in Mono's AssemblyLinker. While
doing so, I noticed the following issue when running an assembly with types
defined in (net)modules:
** (./test.exe:6452): WARNING **: The class myStringer.Stringer could not
@@ -74,6 +74,14 @@
Note: running the mcs-built assembly (and modules) on MS works fine.
------- Additional Comments From gert.driesen at pandora.be 2007-01-13 11:29 -------
Created an attachment (id=18492)
Gzipped tar archive containing repro
+
+------- Additional Comments From lupus at ximian.com 2007-01-17 12:52 -------
+The generated netmodules have a moduleref but not a file table.
+This caused the runtime to skip loading the module.
+According to the spec, the file entries should be present, but since
+you say the test is run by the MS runtime, I fixed mono to ignore if
+the file table is absent.
+Leaving the bug open until the file table is properly added.
More information about the mono-bugs
mailing list