https://bugzilla.novell.com/show_bug.cgi?id=649321
https://bugzilla.novell.com/show_bug.cgi?id=649321#c0 Summary: Crash sometimes when loading a nib based cellcontroller Classification: Mono Product: MonoTouch Version: unspecified Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Critical Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5 Error connecting stdout and stderr (127.0.0.1:10001) Unhandled Exception: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: 'NSBundle </Users/torsten/Library/Application Support/iPhone Simulator/4.1/Applications/D9534A06-C788-48D6-8F8C-8C73A99590C0/Vertraege.app> (loaded)' with name 'TableViewCellController' at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr (intptr,intptr,intptr,intptr,intptr) at MonoTouch.Foundation.NSBundle.LoadNib (System.String nibName, MonoTouch.Foundation.NSObject owner, MonoTouch.Foundation.NSDictionary options) [0x00000] in <filename unknown>:0 at Vertraege.TableViewControllerSource.GetCell (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr) at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00000] in <filename unknown>:0 at Vertraege.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 Reproducible: Sometimes Steps to Reproduce: 1.if (cell == null) { tableViewCellController = new TableViewCellController (); NSBundle.MainBundle.LoadNib ("TableViewCellController", tableViewCellController, null); cell = tableViewCellController.Cell; cell.Accessory = UITableViewCellAccessory.DisclosureIndicator; } 2. The nib is created with interface builder 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
