[Mono-bugs] [Bug 486303] New: Type.IsGenericTypeDefinition crashes for user defined Type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 18 01:10:08 EDT 2009
https://bugzilla.novell.com/show_bug.cgi?id=486303
Summary: Type.IsGenericTypeDefinition crashes for user defined
Type
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jeroen at sumatra.nl
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64;
Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322;
NET CLR 3.5.30729; .NET CLR 3.0.30618)
Yet another case where Type assumes that every subclass is a MonoType.
Reproducible: Always
Steps to Reproduce:
Run attached.
Actual Results:
Stacktrace:
at (wrapper managed-to-native) System.Type.get_IsGenericTypeDefinition ()
<0x00004>
at (wrapper managed-to-native) System.Type.get_IsGenericTypeDefinition ()
<0xffffffff>
at Program.Main (string[]) <0x00033>
at (wrapper runtime-invoke) Program.runtime_invoke_void_object
(object,intptr,intptr,intptr) <0xffffffff>
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Expected Results:
False
--
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