|
Trying to upload to device and I am getting an SIGSEGV .
This happens when I do upload to device after a build I am trying to test on device before sending to AppStore. If I build under Debug then do upload it is OK. I am trying to assure app I send to Appstore does not crash on load.
Below is output of the Upload to Device.
Thanks for help.
Please ensure your device is connected...
Connected to: iPhone
Stacktrace:
at (wrapper managed-to-native) MonoTouch.Installation.Installer.CFArrayGetCount (intptr) <0xffffffff>
at MonoTouch.Installation.Installer.UploadApplication (object,System.EventArgs) <0x001fd>
at MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0x0006e>
at (wrapper native-to-managed) MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0xffffffff>
at (wrapper managed-to-native) MonoTouch.CoreFoundation.CFRunLoop.CFRunLoopRun () <0xffffffff>
at MonoTouch.CoreFoundation.CFRunLoop.Run () <0x0000d>
at MonoTouch.Installation.Installer.InstallApplication (string) <0x000c5>
at MTouch.Main (string[]) <0x032d1>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
0 mtouch 0x000dfd8b 0x0 + 916875
1 mtouch 0x0001a3f8 0x0 + 107512
2 libSystem.B.dylib 0x9389505b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 ??? 0x0271961c 0x0 + 40998428
5 ??? 0x02718186 0x0 + 40993158
6 ??? 0x02717e7f 0x0 + 40992383
7 ??? 0x039fb046 0x0 + 60796998
8 MobileDevice 0x0276756b _AMDDeviceAttachedCallbackv3 + 130
9 MobileDevice 0x02728885 USBMuxIntCFSocketCallback + 1633
10 CoreFoundation 0x9349ae2e __CFSocketDoCallback + 702
11 CoreFoundation 0x9349a7b7 __CFSocketPerformV0 + 311
12 CoreFoundation 0x9345445b __CFRunLoopDoSources0 + 1563
13 CoreFoundation 0x93451f1f __CFRunLoopRun + 1071
14 CoreFoundation 0x934513f4 CFRunLoopRunSpecific + 452
15 CoreFoundation 0x93457334 CFRunLoopRun + 84
16 ??? 0x02717d8e 0x0 + 40992142
17 ??? 0x02717d56 0x0 + 40992086
18 ??? 0x02714686 0x0 + 40978054
19 ??? 0x0202436a 0x0 + 33702762
20 ??? 0x02026e3c 0x0 + 33713724
21 mtouch 0x0001a1b3 0x0 + 106931
22 mtouch 0x001f8f5e 0x0 + 2068318
23 mtouch 0x001fb818 0x0 + 2078744
24 mtouch 0x001faba6 0x0 + 2075558
25 mtouch 0x000b0b62 0x0 + 723810
26 mtouch 0x000b0d99 0x0 + 724377
27 mtouch 0x000b2eb8 0x0 + 732856
28 mtouch 0x0000296c 0x0 + 10604
29 mtouch 0x00002359 0x0 + 9049
Debug info from gdb:
/tmp/mono-gdb-commands.c7yoEa:1: Error in sourced command file:
unable to debug self
=================================================================
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.
=================================================================
The application was terminated by a signal: SIGIOT
The information contained in or attached to this electronic transmission constitutes confidential information and may be privileged and exempt from disclosure under applicable law. If you are not the intended recipient, you are on notice that any unauthorized disclosure, copying, distribution or dissemination of this information is strictly prohibited. |
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
