Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created October 4, 2016 18:10
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 Mohit-Kheterpal/c979ed8c3866c9bc2b8da961fd2c4aa6 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/c979ed8c3866c9bc2b8da961fd2c4aa6 to your computer and use it in GitHub Desktop.
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/Xamarin.iOS.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.dll [External]
Thread started: #2
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/SQLTest.exe
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.Data.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.Xml.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.Numerics.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/Mono.Data.Tds.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.Transactions.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/System.Core.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/Mono.Dynamic.Interpreter.dll [External]
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/I18N.dll [External]
Loaded assembly: /Users/xamarin77/Library/Developer/CoreSimulator/Devices/80129C6C-C0DF-4787-8CB8-CED44290F5EF/data/Containers/Bundle/Application/3D0DAF94-2A44-46CB-B586-FCE8429D759D/SQLTest.app/I18N.West.dll [External]
Thread finished: <Thread Pool> #5
Thread finished: <Thread Pool> #6
Thread finished: <Thread Pool> #4
2016-10-04 23:39:06.902 SQLTest[14256:973358]
Unhandled Exception:
System.NotImplementedException: The method or operation is not implemented.
at System.Data.SqlClient.SqlCommand.ExecuteReaderAsync () [0x00000] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs:516
at SQLTest.ViewController+<QueryServer>c__async0.MoveNext () [0x000ad] in /Users/xamarin77/Downloads/SQLTest/SQLTest/ViewController.cs:37
--- End of stack trace from previous location where exception was thrown ---
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/src/UIKit/UIApplication.cs:63
at SQLTest.Application.Main (System.String[] args) [0x00008] in /Users/xamarin77/Downloads/SQLTest/SQLTest/Main.cs:12
2016-10-04 23:39:06.904 SQLTest[14256:973358] Unhandled managed exception:
The method or operation is not implemented. (System.NotImplementedException)
at System.Data.SqlClient.SqlCommand.ExecuteReaderAsync () [0x00000] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs:516
at SQLTest.ViewController+<QueryServer>c__async0.MoveNext () [0x000ad] in /Users/xamarin77/Downloads/SQLTest/SQLTest/ViewController.cs:37
--- End of stack trace from previous location where exception was thrown ---
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1381/66915a01/source/xamarin-macios/src/UIKit/UIApplication.cs:63
at SQLTest.Application.Main (System.String[] args) [0x00008] in /Users/xamarin77/Downloads/SQLTest/SQLTest/Main.cs:12
2016-10-04 23:39:06.904 SQLTest[14256:973358] critical: Stacktrace:
2016-10-04 23:39:06.905 SQLTest[14256:973358] critical:
Native stacktrace:
2016-10-04 23:39:07.478 SQLTest[14256:973358] critical: 0 SQLTest 0x002816ed mono_handle_native_sigsegv + 317
2016-10-04 23:39:07.479 SQLTest[14256:973358] critical: 1 SQLTest 0x0028b6f1 sigabrt_signal_handler + 161
2016-10-04 23:39:07.479 SQLTest[14256:973358] critical: 2 libsystem_platform.dylib 0x0b446ebb _sigtramp + 43
2016-10-04 23:39:07.479 SQLTest[14256:973358] critical: 3 ??? 0xffffffff 0x0 + 4294967295
2016-10-04 23:39:07.480 SQLTest[14256:973358] critical: 4 libsystem_c.dylib 0x0b0e5137 abort + 141
2016-10-04 23:39:07.480 SQLTest[14256:973358] critical: 5 SQLTest 0x0044f3d0 _ZL20print_all_exceptionsP10MonoObject + 0
2016-10-04 23:39:07.480 SQLTest[14256:973358] critical: 6 SQLTest 0x00300b3b mono_invoke_unhandled_exception_hook + 139
2016-10-04 23:39:07.480 SQLTest[14256:973358] critical: 7 SQLTest 0x00280dcb mono_handle_exception_internal + 5627
2016-10-04 23:39:07.481 SQLTest[14256:973358] critical: 8 SQLTest 0x0027f7c9 mono_handle_exception + 41
2016-10-04 23:39:07.481 SQLTest[14256:973358] critical: 9 SQLTest 0x00214f46 mono_x86_throw_exception + 182
2016-10-04 23:39:07.483 SQLTest[14256:973358] critical: 10 ??? 0x1df2eb57 0x0 + 502459223
2016-10-04 23:39:07.486 SQLTest[14256:973358] critical: 11 SQLTest 0x0011f9b2 _ZL30native_to_managed_trampoline_9P11objc_objectP13objc_selectorPP11_MonoMethodPKcS7_ + 354
2016-10-04 23:39:07.487 SQLTest[14256:973358] critical: 12 SQLTest 0x0012669a -[__MonoMac_NSAsyncActionDispatcher xamarinApplySelector] + 74
2016-10-04 23:39:07.487 SQLTest[14256:973358] critical: 13 libobjc.A.dylib 0x0aaf81b9 -[NSObject performSelector:withObject:] + 59
2016-10-04 23:39:07.490 SQLTest[14256:973358] critical: 14 Foundation 0x015c2591 __NSThreadPerformPerform + 330
2016-10-04 23:39:07.490 SQLTest[14256:973358] critical: 15 CoreFoundation 0x00a26cbf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
2016-10-04 23:39:07.490 SQLTest[14256:973358] critical: 16 CoreFoundation 0x00a0ad98 __CFRunLoopDoSources0 + 424
2016-10-04 23:39:07.491 SQLTest[14256:973358] critical: 17 CoreFoundation 0x00a0a284 __CFRunLoopRun + 1124
2016-10-04 23:39:07.491 SQLTest[14256:973358] critical: 18 CoreFoundation 0x00a09bab CFRunLoopRunSpecific + 395
2016-10-04 23:39:07.492 SQLTest[14256:973358] critical: 19 CoreFoundation 0x00a09a0b CFRunLoopRunInMode + 123
2016-10-04 23:39:07.492 SQLTest[14256:973358] critical: 20 GraphicsServices 0x0d55fb4c GSEventRunModal + 177
2016-10-04 23:39:07.493 SQLTest[14256:973358] critical: 21 GraphicsServices 0x0d55f9c7 GSEventRun + 80
2016-10-04 23:39:07.494 SQLTest[14256:973358] critical: 22 UIKit 0x040547fb UIApplicationMain + 148
2016-10-04 23:39:07.494 SQLTest[14256:973358] critical: 23 ??? 0x20493064 0x0 + 541667428
2016-10-04 23:39:07.495 SQLTest[14256:973358] critical: 24 ??? 0x20492df4 0x0 + 541666804
2016-10-04 23:39:07.495 SQLTest[14256:973358] critical: 25 ??? 0x204909a8 0x0 + 541657512
2016-10-04 23:39:07.495 SQLTest[14256:973358] critical: 26 ??? 0x20490634 0x0 + 541656628
2016-10-04 23:39:07.495 SQLTest[14256:973358] critical: 27 ??? 0x2049082b 0x0 + 541657131
2016-10-04 23:39:07.496 SQLTest[14256:973358] critical: 28 SQLTest 0x00292e6d mono_jit_runtime_invoke + 1485
2016-10-04 23:39:07.496 SQLTest[14256:973358] critical: 29 SQLTest 0x0036ac6d do_runtime_invoke + 93
2016-10-04 23:39:07.496 SQLTest[14256:973358] critical: 30 SQLTest 0x0036e336 do_exec_main_checked + 150
2016-10-04 23:39:07.496 SQLTest[14256:973358] critical: 31 SQLTest 0x0036d2c9 mono_runtime_run_main_checked + 73
2016-10-04 23:39:07.497 SQLTest[14256:973358] critical: 32 SQLTest 0x0020bcd7 mono_jit_exec + 311
2016-10-04 23:39:07.497 SQLTest[14256:973358] critical: 33 SQLTest 0x0045d1e9 xamarin_main + 3433
2016-10-04 23:39:07.497 SQLTest[14256:973358] critical: 34 SQLTest 0x0045e861 main + 65
2016-10-04 23:39:07.498 SQLTest[14256:973358] critical: 35 libdyld.dylib 0x0b03f799 start + 1
2016-10-04 23:39:07.498 SQLTest[14256:973358] critical: 36 ??? 0x00000003 0x0 + 3
2016-10-04 23:39:07.498 SQLTest[14256:973358] critical:
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment