Skip to content

Instantly share code, notes, and snippets.

@atin360
Created January 23, 2013 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/4606086 to your computer and use it in GitHub Desktop.
Save atin360/4606086 to your computer and use it in GitHub Desktop.
MonoTouch: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: win7’s iPod
Launching /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app -debugtrack -monodevelop-port 10000 -connection-mode usb
2013-01-23 19:42:48.500 InputStreamTest[251:1803] MonoTouch: Successfully received USB connection from MonoDevelop on port 10000, fd: 6
2013-01-23 19:42:48.507 InputStreamTest[251:1803] MonoTouch: Processing: 'start debugger: sdb'
2013-01-23 19:42:48.517 InputStreamTest[251:907] MonoTouch: Debugger loaded with custom transport (fd: 6)
2013-01-23 19:42:48.631 InputStreamTest[251:1803] MonoTouch: Successfully received USB connection from MonoDevelop on port 10000, fd: 7
2013-01-23 19:42:48.640 InputStreamTest[251:1803] MonoTouch: Processing: 'start profiler: no'
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/Mono.Security.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/System.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/System.Core.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/monotouch.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/System.Json.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/MonoTouch.Dialog-1.dll [External]
Loaded assembly: /private/var/mobile/Applications/F6E1A528-CE7B-4422-9926-DC5045292674/InputStreamTest.app/InputStreamTest.exe
Thread started: Finalizer
2013-01-23 19:42:52.057 InputStreamTest[251:907] Listening on: 127.0.0.1:51796
2013-01-23 19:42:52.098 InputStreamTest[251:907] -[InputStreamTest.ZInputStream initWithData:]: unrecognized selector sent to instance 0xbdc910
2013-01-23 19:42:52.104 InputStreamTest[251:907] MonoTouch: Received unhandled ObjectiveC exception: NSInvalidArgumentException -[InputStreamTest.ZInputStream initWithData:]: unrecognized selector sent to instance 0xbdc910
Stacktrace:
Native stacktrace:
0 InputStreamTest 0x003e8368 mono_handle_native_sigsegv + 280
1 InputStreamTest 0x003d1748 mono_sigsegv_signal_handler + 268
2 libsystem_c.dylib 0x3187fe93 _sigtramp + 42
3 InputStreamTest 0x00409c84 mono_arch_find_jit_info + 92
4 InputStreamTest 0x003e5e48 mono_find_jit_info_ext + 204
5 InputStreamTest 0x003e65a8 mono_handle_exception_internal_first_pass + 1576
6 InputStreamTest 0x003e77b8 mono_handle_exception_internal + 1272
7 InputStreamTest 0x003e8138 mono_handle_exception + 24
8 InputStreamTest 0x0040a388 mono_arm_throw_exception + 192
9 InputStreamTest 0x00304ec8 throw_exception + 68
10 InputStreamTest 0x004d336c monotouch_throw_monotouch_exception + 72
11 InputStreamTest 0x004d33ec monotouch_exception_handler + 124
12 CoreFoundation 0x35da457f <redacted> + 614
13 libobjc.A.dylib 0x338a4a65 <redacted> + 128
14 libc++abi.dylib 0x3453707b <redacted> + 78
15 libc++abi.dylib 0x34537114 <redacted> + 19
16 libc++abi.dylib 0x34538599 __cxa_current_exception_type + 0
17 libobjc.A.dylib 0x338a49d1 objc_exception_rethrow + 12
18 CoreFoundation 0x35ceaf21 CFRunLoopRunSpecific + 456
19 CoreFoundation 0x35cead49 CFRunLoopRunInMode + 104
20 GraphicsServices 0x339a02eb GSEventRunModal + 74
21 UIKit 0x35762301 UIApplicationMain + 1120
22 InputStreamTest 0x0015f6bc wrapper_managed_to_native_MonoTouch_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 240
23 InputStreamTest 0x0011b808 InputStreamTest_AppDelegate_Main_string__ + 152
24 InputStreamTest 0x002d6470 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 200
25 InputStreamTest 0x003d3818 mono_jit_runtime_invoke + 1644
26 InputStreamTest 0x00474114 mono_runtime_invoke + 128
27 InputStreamTest 0x00478208 mono_runtime_exec_main + 436
28 InputStreamTest 0x0047cd38 mono_runtime_run_main + 756
29 InputStreamTest 0x003d8334 mono_jit_exec + 140
30 InputStreamTest 0x004c15c8 main + 2040
31 InputStreamTest 0x00002034 start + 52
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment