[Mono-bugs] [Bug 534515] New: MonoTouchCell Example with Webservice Call.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 26 13:34:39 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=534515
Summary: MonoTouchCell Example with Webservice Call.
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Major
Priority: P5 - None
Component: Runtime
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jepsen at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Beta-Customer
Created an attachment (id=315376)
--> (http://bugzilla.novell.com/attachment.cgi?id=315376)
Example
Description of Problem:
Added a webservice call to the MonoTouchCell's sample which loads approximately
1000 records into the TableView. When randomly scrolling and clicking into the
DetailView of a record the application will crash. This happens in both the
simulator and device.
Steps to reproduce the problem:
1. Load application
2. Scroll down table
3. Click into record exposing DetailView then return to table
4. Repeat step 2 until crash.
Actual Results:
Application crashes.
Expected Results:
Application doesn't crash.
How often does this happen?
Randomly.
Additional Information:
Stacktrace:
at (wrapper managed-to-native)
MonoTouch.ObjCRuntime.Messaging.intptr_objc_msgSend (intptr,intptr) <0x00004>
at (wrapper managed-to-native)
MonoTouch.ObjCRuntime.Messaging.intptr_objc_msgSend (intptr,intptr) <IL
0x00026, 0xffffffff>
at MonoTouch.ObjCRuntime.Runtime.GetNSObject (intptr) [0x0001f] in
/Users/plasma/src/iphone/monotouch/ObjCRuntime/Runtime.cs:139
at MonoTouch.Foundation.NSObject.GetNativeField (string) [0x0001a] in
/Users/plasma/src/iphone/monotouch/Foundation/NSObject.cs:164
at AppDelegate.get_detailViewController () [0x00000] in
/Users/jepsen/Projects/MonoTouchCells/AppDelegate.g.cs:21
at AppDelegate.ShowDetail (CustomCell) [0x00012] in
/Users/jepsen/Projects/MonoTouchCells/AppDelegate.cs:27
at CustomTableViewController/TableDelegate.AccessoryButtonTapped
(MonoTouch.UIKit.UITableView,MonoTouch.Foundation.NSIndexPath) [0x0001d] in
/Users/jepsen/Projects/MonoTouchCells/CustomTableViewController.cs:200
at (wrapper runtime-invoke)
<Module>.runtime_invoke_void__this___object_object
(object,intptr,intptr,intptr) <IL 0x00049, 0xffffffff>
at (wrapper managed-to-native)
MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr)
<0x00004>
at (wrapper managed-to-native)
MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr)
<IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00038] in
/Users/plasma/src/iphone/monotouch/UIKit/UIApplication.cs:26
at MainClass.Main (string[]) [0x00000] in
/Users/jepsen/Projects/MonoTouchCells/Main.cs:19
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr,intptr,intptr) <IL 0x00044, 0xffffffff>
Debug info from gdb:
warning: Trying to remove a section from the ordered section list that did not
exist at 0x2d2000.
warning: Could not find object file
"/var/folders/TX/TXPNW0XzEimwPPaepH5i0++++TI/-Tmp-/tmp22e04f31.tmp/main.o" - no
debug information available for
"/var/folders/TX/TXPNW0XzEimwPPaepH5i0++++TI/-Tmp-/tmp22e04f31.tmp/main.m".
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
--
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