Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created February 13, 2014 17:30
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 GouriKumari/241b32dc5bc925160228 to your computer and use it in GitHub Desktop.
Save GouriKumari/241b32dc5bc925160228 to your computer and use it in GitHub Desktop.
ConsoleLog: monotouch-test with sgen
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[299] <Warning>: Got a connection, launched process /Developer/usr/bin/debugserver.
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[299] <Warning>: 1 +0.000000 sec [012b/060b]: error: ::ptrace (request = PT_THUPDATE, pid = 0x012c, tid = 0x2403, signal = -1) err = Invalid argument (0x00000016)
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[299] <Warning>: 2 +0.002060 sec [012b/1207]: error: ::read ( -1, 0x4069ec, 18446744069414585344 ) => -1 err = Bad file descriptor (0x00000009)
Feb 13 12:27:31 XQAiPAD704 mobile_installation_proxy[122] <Error>: 0x25b000 handle_connection: Could not receive request from host.
Feb 13 12:27:31 XQAiPAD704 mobile_installation_proxy[122] <Error>: 0x157000 handle_connection: Could not receive request from host.
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[298] <Warning>: 1 +0.000000 sec [012a/060b]: error: ::read ( 6, 0x27d86dcc, 1024 ) => 0 err = Function not implemented (0x0000004e)
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[298] <Warning>: Exiting.
Feb 13 12:27:31 XQAiPAD704 com.apple.debugserver-300.2[299] <Warning>: Exiting.
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Critical>: * Assertion at ../../../../../mono/mono/metadata/sgen-alloc.c:425, condition `*p == NULL' not met
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: Stacktrace:
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at <unknown> <0xffffffff>
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at (wrapper managed-to-native) string.InternalAllocateStr (int) <0xffffffff>
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at System.Text.StringBuilder.InternalEnsureCapacity (int) [0x000b1] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Text/StringBuilder.cs:716
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at System.Text.StringBuilder.Append (string) [0x00082] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Text/StringBuilder.cs:373
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at System.Exception.ToString () [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Exception.cs:320
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0xffffffff>
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at <unknown> <0xffffffff>
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at System.Collections.Generic.Dictionary`2<intptr, string>.set_Item (intptr,string) [0x0004e] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:167
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at MonoTouch.ObjCRuntime.Class.RegisterMap (int,MonoTouch.ObjCRuntime.Runtime/MTClassMap*) [0x0005c] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Class.cs:46
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at MonoTouch.ObjCRuntime.Class.Initialize (MonoTouch.ObjCRuntime.Runtime/InitializationOptions&) [0x00012] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Class.cs:31
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at MonoTouch.ObjCRuntime.Runtime.Initialize (MonoTouch.ObjCRuntime.Runtime/InitializationOptions&) [0x00092] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Runtime.cs:113
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0xffffffff>
Feb 13 12:27:32 XQAiPAD704 monotouchtest[300] <Error>:
Native stacktrace:
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 0 monotouchtest 0x01e90101 mono_handle_native_sigsegv + 260
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 1 monotouchtest 0x01e94ea3 sigabrt_signal_handler + 102
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 2 libsystem_platform.dylib 0x38eef723 _sigtramp + 42
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 3 libsystem_pthread.dylib 0x38ef4a53 pthread_kill + 58
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 4 libsystem_c.dylib 0x38e3e02d abort + 76
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 5 monotouchtest 0x01f2e717 monoeg_assertion_message + 58
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 6 monotouchtest 0x01eeaa27 mono_gc_try_alloc_obj_nolock + 542
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 7 monotouchtest 0x01eeaed9 mono_gc_alloc_string + 60
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 8 monotouchtest 0x01ede1e9 mono_string_new_size + 76
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 9 monotouchtest 0x01f0a8dd ves_icall_System_String_InternalAllocateStr + 16
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 10 monotouchtest 0x00bce9b8 wrapper_managed_to_native_string_InternalAllocateStr_int + 92
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 11 monotouchtest 0x00b0b738 System_Text_StringBuilder_InternalEnsureCapacity_int + 192
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 12 monotouchtest 0x00b0a6cc System_Text_StringBuilder_Append_string + 332
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 13 monotouchtest 0x00b9c884 System_Exception_ToString + 104
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 14 monotouchtest 0x00cce394 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 200
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 15 monotouchtest 0x01e9b40b mono_jit_runtime_invoke + 1134
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 16 monotouchtest 0x01edcacd mono_runtime_invoke + 88
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 17 monotouchtest 0x01e7e793 do_invoke_method + 950
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 18 monotouchtest 0x01e7e1b9 suspend_current + 380
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 19 monotouchtest 0x01e7c3fd process_event + 4560
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 20 monotouchtest 0x01e7d025 mono_debugger_agent_handle_exception + 604
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 21 monotouchtest 0x01e8f8b7 mono_handle_exception_internal + 2034
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 22 monotouchtest 0x01e8f0bf mono_handle_exception + 10
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 23 monotouchtest 0x01e89adf mono_arm_throw_exception + 102
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 24 monotouchtest 0x01e89b31 mono_arm_resume_unwind + 0
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 25 monotouchtest 0x00d49530 throw_corlib_exception + 64
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 26 monotouchtest 0x003df5c4 MonoTouch_ObjCRuntime_Class_RegisterMap_int_MonoTouch_ObjCRuntime_Runtime_MTClassMap_ + 316
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 27 monotouchtest 0x003df47c MonoTouch_ObjCRuntime_Class_Initialize_MonoTouch_ObjCRuntime_Runtime_InitializationOptions_ + 64
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 28 monotouchtest 0x00390ea0 MonoTouch_ObjCRuntime_Runtime_Initialize_MonoTouch_ObjCRuntime_Runtime_InitializationOptions_ + 856
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 29 monotouchtest 0x00cce394 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 200
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 30 monotouchtest 0x01e9b40b mono_jit_runtime_invoke + 1134
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 31 monotouchtest 0x01edcacd mono_runtime_invoke + 88
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 32 monotouchtest 0x01f38a10 monotouch_init + 1148
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 33 monotouchtest 0x01f33264 main + 2032
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>: 34 monotouchtest 0x000ad028 start + 40
Feb 13 12:27:33 XQAiPAD704 monotouchtest[300] <Error>:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Feb 13 12:27:33 XQAiPAD704 ReportCrash[302] <Notice>: ReportCrash acting against PID 300
Feb 13 12:27:33 XQAiPAD704 ReportCrash[302] <Notice>: Formulating crash report for process monotouchtest[300]
Feb 13 12:27:33 XQAiPAD704 com.apple.launchd[1] (UIKitApplication:com.xamarin.monotouch-test[0x130b][300]) <Warning>: (UIKitApplication:com.xamarin.monotouch-test[0x130b]) Job appears to have crashed: Abort trap: 6
Feb 13 12:27:33 XQAiPAD704 com.apple.launchd[1] (UIKitApplication:com.xamarin.monotouch-test[0x130b]) <Notice>: (UIKitApplication:com.xamarin.monotouch-test[0x130b]) Throttling respawn: Will start in 2147483645 seconds
Feb 13 12:27:33 XQAiPAD704 backboardd[28] <Warning>: Application 'UIKitApplication:com.xamarin.monotouch-test[0x130b]' exited abnormally with signal 6: Abort trap: 6
Feb 13 12:27:33 XQAiPAD704 ReportCrash[302] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/monotouchtest_2014-02-13-122733_XQAiPAD704.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-02-13-122739-0500.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-digest.log (No such file or directory)
Feb 13 12:27:39 XQAiPAD704 ubd[294] <Error>: Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-digest-2014-02-13-122739-0500.log (No such file or directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment