[Mono-bugs] [Bug 435777] New: [PATCH] SRE emitted assemblies don' t have the interface table sorted
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 15 14:49:18 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=435777
Summary: [PATCH] SRE emitted assemblies don't have the interface
table sorted
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jbevain at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=245762)
--> (https://bugzilla.novell.com/attachment.cgi?id=245762)
proposed patch
The standard specifies that the InterfaceImpl table should be sorted by class
first, then by interface.
Currently we emit this table unsorted.
Attached is a patch that fixes this issue, but make the runtime crash in
class.c:setup_interface_offsets which assume a certain order in the
implementation of the IList interface.
--
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