[Mono-bugs] [Bug 462016] make check for pinvoke2.exe fails for PowerPC

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 30 15:15:26 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=462016

User munroesj at us.ibm.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=462016#c10





--- Comment #10 from Steven Munroe <munroesj at us.ibm.com>  2008-12-30 13:15:24 MST ---
the effect of the patch is to avoid the call to mono_marshal_load_type_info()
which results to mono_class_init(). Instead of:

mono_allocate_stack_slots_full: inst at 0x10342950, inst_vtype at 0x10337db0,
data.klass at 0x1033b730
mono_marshal_load_type_info: class at 0x1033b730, name=(null)
mono_class_init2: class at 0x1033b730,class->name=(null),class->parent=0x10313dd0
mono_class_init0:
class at 0x10313dd0,class->name=0x101,class->generic_class=0x10334bb0
->container_class=0x102f7fe8
mono_class_init0:
class at 0x102f7fe8,class->name=0x1033d7a0,class->generic_class=0x102a30c8
->container_class=0x102a30c8
mono_class_init1: class at 0x102f7fe8, gklass at 0x102a30c8
                : class->name=, gklass->name=Tests
                : class->interface_count=1536, gklass->interface_count=0


we see:

mono_allocate_stack_slots_full: inst at 0x10342950, inst_vtype at 0x10337db0,
data.klass at 0x1033b730
mono_class_setup_parent: class at 0x10343f00 ->parent = 0x102a3b60
mono_class_setup_mono_type: data.class at 0x10343f00
mono_class_create_from_typedef: class at 0x10343f00, name=SimpleObj,
interface_count=0


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list