[Mono-bugs] [Bug 612780] New: SIGABRT: unknown type 0x16 in mono_class_array_element_size
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 9 04:50:12 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=612780
http://bugzilla.novell.com/show_bug.cgi?id=612780#c0
Summary: SIGABRT: unknown type 0x16 in
mono_class_array_element_size
Classification: Mono
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: rkumpera at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
compile & run
using System;
class C
{
public static void Main ()
{
typeof (System.TypedReference).MakeArrayType ();
typeof (System.TypedReference).MakeArrayType (2);
}
}
mono --verify-all 0.exe
unknown type 0x16 in mono_class_array_element_size
Stacktrace:
at (wrapper managed-to-native) System.Type.make_array_type (System.Type*,int)
<0x00004>
at (wrapper managed-to-native) System.Type.make_array_type (System.Type*,int)
<0x00004>
at System.Type.MakeArrayType (int) <0x00038>
at C.Main () <0x0001e>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0x0003a>
Native stacktrace:
mono [0x80d7084]
[0x3cd410]
/lib/tls/i686/cmov/libc.so.6(abort+0x182) [0x13d932]
mono [0x81fe65e]
mono [0x81fe69d]
mono(mono_class_array_element_size+0x3f) [0x812322f]
mono(mono_bounded_array_class_get+0x276) [0x812aab6]
mono [0x81bcd0f]
[0x36068c]
[0x360279]
[0x3601af]
[0x3601f3]
mono [0x80628f8]
mono(mono_runtime_invoke+0x40) [0x813f5f0]
mono(mono_runtime_exec_main+0xd6) [0x8142676]
mono(mono_runtime_run_main+0x172) [0x81429c2]
mono(mono_main+0x1969) [0x80b3f49]
mono [0x8058ff5]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0x126b56]
mono [0x8058f31]
--
Configure bugmail: http://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