[Mono-bugs] [Bug 467456] New: A type load exception has occurred with List<Exception>.Add
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 19 18:02:32 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=467456
Summary: A type load exception has occurred with
List<Exception>.Add
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: x86-64
OS/Version: RHEL 5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: generics
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: billholmes54 at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=266082)
--> (https://bugzilla.novell.com/attachment.cgi?id=266082)
File to reproduce.
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.5)
Gecko/2008120122 Firefox/3.0.5
A type load exception has occurred with List<Exception>.Add
Reproducible: Always
Steps to Reproduce:
1.Compile the attached cs file
2.Run the program
Actual Results:
Unhandled Exception: System.TypeLoadException: A type load exception has
occurred.
at System.Collections.Generic.List`1[System.Object].Add (System.Object item)
[0x00000]
at EnumGen.Program.Main (System.String[] args) [0x00000]
Expected Results:
Unhandled Exception: EnumGen.CommandFailedException: Test --->
System.Exception: Failed to run update to completion
--- End of inner exception stack trace ---
at EnumGen.Program.Main(String[] args) in
D:\monoBuild\bugs\EnumGen\EnumGen\Program.cs:line 14
--
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