http://bugzilla.novell.com/show_bug.cgi?id=616441
http://bugzilla.novell.com/show_bug.cgi?id=616441#c0 Summary: EKEventViewController Causes Error after an event is set Classification: Mono Product: MonoTouch Version: unspecified Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Critical Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: Steps to reproduce the problem: 1. Create an new navigation iphone app 2. Add the following code to the appdelegate EKEventStore store = new EKEventStore(); EKEventViewController evc = new EKEventViewController(); evc.Event = EKEvent.FromStore(store); navigationController.PushViewController(evc,true); Actual Results: Crashes the app causing Segmentation Fault Expected Results: Displays the view controller How often does this happen? every time Additional Information: -- Configure bugmail: http://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
