[Mono-bugs] [Bug 531955] New: Member of type Dictionary<int, int> causes crash with no crash dump
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 18 01:51:53 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=531955
Summary: Member of type Dictionary<int,int> causes crash with
no crash dump
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: chris at foundation42.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2)
Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
See repro...
Reproducible: Always
Steps to Reproduce:
1. In MonoDevelop, create a new iPhone App
2. At the top of the generated partial AppDelegate class add a dictionary so it
looks like this:
public partial class AppDelegate : UIApplicationDelegate
{
Dictionary<int, int> Foo = new Dictionary<int, int>();
3. Run the app in the simulator - observe it works
4. Run the app on the device - hard crash at startup with no crash dump
Actual Results:
It crashes at startup
Expected Results:
It should just work
This occurs in MonoTouch B3
--
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