[Mono-bugs] [Bug 616441] New: EKEventViewController Causes Error after an event is set

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 22 16:41:39 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: jclancey at resdat.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list