Guest User

Untitled

a guest
Jul 5th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.88 KB | None | 0 0
  1. $ mono Fiddler.exe
  2. WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
  3. Stacktrace:
  4.  
  5. at <unknown> <0xffffffff>
  6. at (wrapper managed-to-native) System.Windows.Forms.XplatUICarbon.CGDisplayBounds (intptr) [0x00002] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  7. at System.Windows.Forms.XplatUICarbon.get_WorkingArea () [0x00005] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  8. at System.Windows.Forms.XplatUICarbon.get_VirtualScreen () [0x00000] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  9. at System.Windows.Forms.XplatUI.get_VirtualScreen () [0x00000] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  10. at System.Windows.Forms.Screen..cctor () [0x00034] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  11. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0001e] in <0f9df4881040473f9da7cf6c2e2cb8c3>:0
  12. at <unknown> <0xffffffff>
  13. at System.Windows.Forms.Form.get_CreateParams () [0x00157] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  14. at System.Windows.Forms.Control.CreateHandle () [0x0002a] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  15. at System.Windows.Forms.Form.CreateHandle () [0x00000] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  16. at System.Windows.Forms.Control.CreateControl () [0x00039] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  17. at System.Windows.Forms.Control.SetVisibleCore (bool) [0x0003a] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  18. at System.Windows.Forms.Form.SetVisibleCore (bool) [0x00065] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  19. at System.Windows.Forms.Control.set_Visible (bool) [0x00009] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  20. at System.Windows.Forms.Control.Show () [0x00000] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  21. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.Show () [0x00031] in <beba0b11547e4333a33d4d8cdf7b7c51>:0
  22. at Fiddler.frmViewer.‹• (string[]) [0x00081] in <09623c708fdb40a483cea147bbea7a7f>:0
  23. at Fiddler.frmViewer.‡• (string[]) [0x00016] in <09623c708fdb40a483cea147bbea7a7f>:0
  24. at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0004e] in <09623c708fdb40a483cea147bbea7a7f>:0
  25.  
  26. Native stacktrace:
  27.  
  28. 0 mono 0x0000000104214e18 mono_handle_native_crash + 264
  29. 1 mono 0x0000000104280536 altstack_handle_and_restore + 70
  30. 2 SkyLight 0x00007fff9ea5a7a1 SLDisplayBounds + 68
  31. 3 ??? 0x000000010c390b9e 0x0 + 4500032414
  32. 4 ??? 0x00000001047e7466 0x0 + 4370363494
  33. 5 mono 0x0000000104167f47 mono_jit_runtime_invoke + 1383
  34. 6 mono 0x0000000104356664 do_runtime_invoke + 84
  35. 7 mono 0x0000000104352544 mono_runtime_class_init_full + 996
  36. 8 mono 0x00000001041610b9 mono_jit_compile_method_inner + 2553
  37. 9 mono 0x0000000104164032 mono_jit_compile_method_with_opt + 1442
  38. 10 mono 0x0000000104217669 common_call_trampoline + 1257
  39. 11 mono 0x0000000104217133 mono_magic_trampoline + 67
  40. 12 ??? 0x0000000104602393 0x0 + 4368376723
  41. 13 ??? 0x000000010c03b84b 0x0 + 4496537675
  42. 14 ??? 0x000000010838608f 0x0 + 4432879759
  43. 15 ??? 0x0000000108385d07 0x0 + 4432878855
  44. 16 ??? 0x00000001047e7053 0x0 + 4370362451
  45. 17 mono 0x0000000104167f47 mono_jit_runtime_invoke + 1383
  46. 18 mono 0x0000000104356664 do_runtime_invoke + 84
  47. 19 mono 0x0000000104359e59 do_exec_main_checked + 137
  48. 20 mono 0x00000001041d65d9 mono_jit_exec + 297
  49. 21 mono 0x00000001041d95bd mono_main + 11165
  50. 22 mono 0x0000000104157598 main + 264
  51. 23 mono 0x0000000104157484 start + 52
  52. 24 ??? 0x0000000000000002 0x0 + 2
  53.  
  54. Debug info from gdb:
  55.  
  56. (lldb) command source -s 0 '/tmp/mono-gdb-commands.L9K89F'
  57. Executing commands in '/tmp/mono-gdb-commands.L9K89F'.
  58. (lldb) process attach --pid 1230
  59. warning: (x86_64) /Library/Frameworks/Mono.framework/Versions/5.12.0/lib/mono/4.5/mscorlib.dll.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
  60. warning: (x86_64) /Library/Frameworks/Mono.framework/Versions/5.12.0/lib/libglib-2.0.0.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
  61. Process 1230 stopped
  62. * thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  63. frame #0: 0x00007fffa274e3ee libsystem_kernel.dylib`__wait4 + 10
  64. libsystem_kernel.dylib`__wait4:
  65. -> 0x7fffa274e3ee <+10>: jae 0x7fffa274e3f8 ; <+20>
  66. 0x7fffa274e3f0 <+12>: movq %rax, %rdi
  67. 0x7fffa274e3f3 <+15>: jmp 0x7fffa2746cd4 ; cerror
  68. 0x7fffa274e3f8 <+20>: retq
  69. Target 0: (mono) stopped.
  70.  
  71. Executable module set to "/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono".
  72. Architecture set to: x86_64-apple-macosx.
  73. (lldb) thread list
  74. Process 1230 stopped
  75. * thread #1: tid = 0x2a1d, 0x00007fffa274e3ee libsystem_kernel.dylib`__wait4 + 10, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  76. thread #2: tid = 0x2a1e, 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'SGen worker'
  77. thread #3: tid = 0x2a1f, 0x00007fffa2746386 libsystem_kernel.dylib`semaphore_wait_trap + 10, name = 'Finalizer'
  78. thread #4: tid = 0x2a23, 0x00007fffa274e44e libsystem_kernel.dylib`__workq_kernreturn + 10
  79. thread #5: tid = 0x2a47, 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Timer-Scheduler'
  80. thread #6: tid = 0x2a7c, 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_5b03'
  81. thread #7: tid = 0x2a7d, 0x00007fffa274639e libsystem_kernel.dylib`semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
  82. thread #8: tid = 0x2a7e, 0x00007fffa274639e libsystem_kernel.dylib`semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
  83. (lldb) thread backtrace all
  84. * thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  85. * frame #0: 0x00007fffa274e3ee libsystem_kernel.dylib`__wait4 + 10
  86. frame #1: 0x0000000104214ebf mono`mono_handle_native_crash(signal=<unavailable>, ctx=<unavailable>, info=<unavailable>) at mini-exceptions.c:2765 [opt]
  87. frame #2: 0x0000000104280536 mono`altstack_handle_and_restore(ctx=0x00007fff5baa95d0, obj=0x0000000000000000, stack_ovf=0) at exceptions-amd64.c:857 [opt]
  88. frame #3: 0x00007fff9ea5a7a1 SkyLight`SLDisplayBounds + 68
  89. frame #4: 0x000000010c390b9e
  90. frame #5: 0x00000001047e7466
  91. frame #6: 0x0000000104167f47 mono`mono_jit_runtime_invoke(method=0x00007f964d844610, obj=<unavailable>, params=0x0000000000000000, exc=0x00007fff5baa9c68, error=<unavailable>) at mini-runtime.c:2828 [opt]
  92. frame #7: 0x0000000104356664 mono`do_runtime_invoke(method=0x00007f964d8e3d78, obj=0x0000000000000000, params=0x0000000000000000, exc=0x00007fff5baa9c68, error=0x00007fff5baa9e40) at object.c:2922 [opt]
  93. frame #8: 0x0000000104352544 mono`mono_runtime_class_init_full [inlined] mono_runtime_try_invoke(method=<unavailable>, obj=<unavailable>, params=<unavailable>, error=0x00007fff5baa9e40) at object.c:3029 [opt]
  94. frame #9: 0x00000001043524ff mono`mono_runtime_class_init_full(vtable=0x00007f964e142cd8, error=0x00007fff5baa9e40) at object.c:479 [opt]
  95. frame #10: 0x00000001041610b9 mono`mono_jit_compile_method_inner(method=0x00007f964d8e3c00, target_domain=<unavailable>, opt=<unavailable>, error=0x00007fff5baa9e40) at mini.c:4346 [opt]
  96. frame #11: 0x0000000104164032 mono`mono_jit_compile_method_with_opt(method=0x00007f964d8e3c00, opt=<unavailable>, jit_only=<unavailable>, error=<unavailable>) at mini-runtime.c:2150 [opt]
  97. frame #12: 0x0000000104217669 mono`common_call_trampoline(regs=0x00007fff5baa9ef8, code="H\x8b?H??\xa8H\x8b??8, m=0x00007f964d8e3c00, vt=<unavailable>, vtable_slot=<unavailable>, error=<unavailable>) at mini-trampolines.c:736 [opt]
  98. frame #13: 0x0000000104217133 mono`mono_magic_trampoline(regs=0x00007fff5baa9ef8, code="H\x8b?H??\xa8H\x8b??8, arg=0x00007f964d8e3c00, tramp=<unavailable>) at mini-trampolines.c:867 [opt]
  99. frame #14: 0x0000000104602393
  100. frame #15: 0x000000010c03b84b
  101. frame #16: 0x000000010838608f
  102. frame #17: 0x0000000108385d07
  103. frame #18: 0x00000001047e7053
  104. frame #19: 0x0000000104167f47 mono`mono_jit_runtime_invoke(method=0x00007f964d412448, obj=<unavailable>, params=0x00007fff5baaa758, exc=0x0000000000000000, error=<unavailable>) at mini-runtime.c:2828 [opt]
  105. frame #20: 0x0000000104356664 mono`do_runtime_invoke(method=0x00007f964d412448, obj=0x0000000000000000, params=0x00007fff5baaa758, exc=0x0000000000000000, error=0x00007fff5baaa798) at object.c:2922 [opt]
  106. frame #21: 0x0000000104359e59 mono`do_exec_main_checked [inlined] mono_runtime_invoke_checked(method=<unavailable>, obj=<unavailable>, error=0x00007fff5baaa798) at object.c:3075 [opt]
  107. frame #22: 0x0000000104359e18 mono`do_exec_main_checked(method=0x00007f964d412448, args=<unavailable>, error=0x00007fff5baaa798) at object.c:4819 [opt]
  108. frame #23: 0x00000001041d65d9 mono`mono_jit_exec(domain=<unavailable>, assembly=<unavailable>, argc=1, argv=0x00007fff5baaab18) at driver.g.c:1210 [opt]
  109. frame #24: 0x00000001041d95bd mono`mono_main [inlined] main_thread_handler at driver.g.c:1287 [opt]
  110. frame #25: 0x00000001041d9589 mono`mono_main(argc=<unavailable>, argv=<unavailable>) at driver.g.c:2427 [opt]
  111. frame #26: 0x0000000104157598 mono`main [inlined] mono_main_with_options(argc=<unavailable>, argv=<unavailable>) at main.c:50 [opt]
  112. frame #27: 0x0000000104157584 mono`main(argc=2, argv=<unavailable>) at main.c:398 [opt]
  113. frame #28: 0x0000000104157484 mono`start + 52
  114. thread #2, name = 'SGen worker'
  115. frame #0: 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10
  116. frame #1: 0x00007fffa28397fa libsystem_pthread.dylib`_pthread_cond_wait + 712
  117. frame #2: 0x000000010441de0e mono`thread_func [inlined] mono_os_cond_wait(mutex=<unavailable>) at mono-os-mutex.h:173 [opt]
  118. frame #3: 0x000000010441ddfb mono`thread_func at sgen-thread-pool.c:165 [opt]
  119. frame #4: 0x000000010441dded mono`thread_func(data=0x0000000000000000) at sgen-thread-pool.c:196 [opt]
  120. frame #5: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  121. frame #6: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  122. frame #7: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  123. thread #3, name = 'Finalizer'
  124. frame #0: 0x00007fffa2746386 libsystem_kernel.dylib`semaphore_wait_trap + 10
  125. frame #1: 0x00000001043cbb1c mono`finalizer_thread [inlined] mono_os_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:90 [opt]
  126. frame #2: 0x00000001043cbb11 mono`finalizer_thread at mono-coop-semaphore.h:43 [opt]
  127. frame #3: 0x00000001043cbb05 mono`finalizer_thread(unused=<unavailable>) at gc.c:893 [opt]
  128. frame #4: 0x00000001043796a3 mono`start_wrapper [inlined] start_wrapper_internal at threads.c:1071 [opt]
  129. frame #5: 0x0000000104379613 mono`start_wrapper(data=0x00007f964d422380) at threads.c:1131 [opt]
  130. frame #6: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  131. frame #7: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  132. frame #8: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  133. thread #4
  134. frame #0: 0x00007fffa274e44e libsystem_kernel.dylib`__workq_kernreturn + 10
  135. frame #1: 0x00007fffa283848e libsystem_pthread.dylib`_pthread_wqthread + 1023
  136. frame #2: 0x00007fffa283807d libsystem_pthread.dylib`start_wqthread + 13
  137. thread #5, name = 'Timer-Scheduler'
  138. frame #0: 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10
  139. frame #1: 0x00007fffa2839833 libsystem_pthread.dylib`_pthread_cond_wait + 769
  140. frame #2: 0x000000010442a064 mono`mono_os_cond_timedwait(cond=0x00007f964d81b4e0, mutex=0x00007f964d81b4a0, timeout_ms=499) at mono-os-mutex.c:44 [opt]
  141. frame #3: 0x00000001043975e7 mono`mono_w32handle_timedwait_signal_handle at mono-coop-mutex.h:102 [opt]
  142. frame #4: 0x00000001043975c9 mono`mono_w32handle_timedwait_signal_handle [inlined] mono_w32handle_timedwait_signal_naked(poll=0, alerted=<unavailable>) at w32handle.c:646 [opt]
  143. frame #5: 0x00000001043975c9 mono`mono_w32handle_timedwait_signal_handle(handle_data=<unavailable>, timeout=<unavailable>, poll=0, alerted=<unavailable>) at w32handle.c:761 [opt]
  144. frame #6: 0x00000001043974c1 mono`mono_w32handle_wait_one(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>) at w32handle.c:879 [opt]
  145. frame #7: 0x0000000104397732 mono`mono_w32handle_wait_multiple(handles=0x000070000ace98b0, nhandles=1, waitall=0, timeout=<unavailable>, alertable=1) at w32handle.c:917 [opt]
  146. frame #8: 0x0000000104374a28 mono`ves_icall_System_Threading_WaitHandle_Wait_internal(handles=<unavailable>, numhandles=<unavailable>, waitall='\0', timeout=-1, error=0x000070000ace97c0) at threads.c:1990 [opt]
  147. frame #9: 0x000000010c38bbcd
  148. frame #10: 0x0000000106249120 mscorlib.dll.dylib`System_Threading_WaitHandle_InternalWaitOne_System_Runtime_InteropServices_SafeHandle_long_bool_bool + 64
  149. frame #11: 0x00000001062490cc mscorlib.dll.dylib`System_Threading_WaitHandle_WaitOne_long_bool + 44
  150. frame #12: 0x0000000106248f33 mscorlib.dll.dylib`System_Threading_WaitHandle_WaitOne_int_bool + 51
  151. frame #13: 0x000000010624905c mscorlib.dll.dylib`System_Threading_WaitHandle_WaitOne_int + 28
  152. frame #14: 0x00000001062500bf mscorlib.dll.dylib`System_Threading_Timer_Scheduler_SchedulerThread + 2495
  153. frame #15: 0x0000000106241e27 mscorlib.dll.dylib`System_Threading_ThreadHelper_ThreadStart_Context_object + 151
  154. frame #16: 0x000000010623fa01 mscorlib.dll.dylib`System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 33
  155. frame #17: 0x000000010623f990 mscorlib.dll.dylib`System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object + 80
  156. frame #18: 0x0000000106241f6f mscorlib.dll.dylib`System_Threading_ThreadHelper_ThreadStart + 47
  157. frame #19: 0x00000001047f33a9
  158. frame #20: 0x0000000104167f47 mono`mono_jit_runtime_invoke(method=0x00000001048543e8, obj=<unavailable>, params=0x000070000ace9ea8, exc=0x0000000104854650, error=<unavailable>) at mini-runtime.c:2828 [opt]
  159. frame #21: 0x0000000104356664 mono`do_runtime_invoke(method=0x00007f964e13ab10, obj=0x0000000104854550, params=0x000070000ace9ea8, exc=0x0000000000000000, error=0x000070000ace9e40) at object.c:2922 [opt]
  160. frame #22: 0x00000001043796ce mono`start_wrapper at threads.c:1079 [opt]
  161. frame #23: 0x0000000104379613 mono`start_wrapper(data=0x00007f964d5a3580) at threads.c:1131 [opt]
  162. frame #24: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  163. frame #25: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  164. frame #26: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  165. thread #6, name = 'tid_5b03'
  166. frame #0: 0x00007fffa274dbf2 libsystem_kernel.dylib`__psynch_cvwait + 10
  167. frame #1: 0x00007fffa2839833 libsystem_pthread.dylib`_pthread_cond_wait + 769
  168. frame #2: 0x000000010442a064 mono`mono_os_cond_timedwait(cond=0x0000000104567f98, mutex=0x0000000104567f58, timeout_ms=500) at mono-os-mutex.c:44 [opt]
  169. frame #3: 0x0000000104434ed9 mono`mono_thread_info_sleep at mono-coop-mutex.h:102 [opt]
  170. frame #4: 0x0000000104434ebc mono`mono_thread_info_sleep [inlined] sleep_interruptable(ms=<unavailable>, alerted=<unavailable>) at mono-threads.c:1269 [opt]
  171. frame #5: 0x0000000104434e6e mono`mono_thread_info_sleep(ms=500, alerted=<unavailable>) at mono-threads.c:1301 [opt]
  172. frame #6: 0x00000001042cacd3 mono`monitor_thread(unused=<unavailable>) at threadpool-worker-default.c:703 [opt]
  173. frame #7: 0x00000001043796a3 mono`start_wrapper [inlined] start_wrapper_internal at threads.c:1071 [opt]
  174. frame #8: 0x0000000104379613 mono`start_wrapper(data=0x00007f964d47f1b0) at threads.c:1131 [opt]
  175. frame #9: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  176. frame #10: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  177. frame #11: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  178. thread #7, name = 'Thread Pool Worker'
  179. frame #0: 0x00007fffa274639e libsystem_kernel.dylib`semaphore_timedwait_trap + 10
  180. frame #1: 0x00000001042cb286 mono`worker_thread [inlined] mono_os_sem_timedwait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
  181. frame #2: 0x00000001042cb200 mono`worker_thread at mono-coop-semaphore.h:57 [opt]
  182. frame #3: 0x00000001042cb1f5 mono`worker_thread at threadpool-worker-default.c:391 [opt]
  183. frame #4: 0x00000001042cb10a mono`worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt]
  184. frame #5: 0x00000001043796a3 mono`start_wrapper [inlined] start_wrapper_internal at threads.c:1071 [opt]
  185. frame #6: 0x0000000104379613 mono`start_wrapper(data=0x00007f964d5273d0) at threads.c:1131 [opt]
  186. frame #7: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  187. frame #8: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  188. frame #9: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  189. thread #8, name = 'Thread Pool Worker'
  190. frame #0: 0x00007fffa274639e libsystem_kernel.dylib`semaphore_timedwait_trap + 10
  191. frame #1: 0x00000001042cb286 mono`worker_thread [inlined] mono_os_sem_timedwait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
  192. frame #2: 0x00000001042cb200 mono`worker_thread at mono-coop-semaphore.h:57 [opt]
  193. frame #3: 0x00000001042cb1f5 mono`worker_thread at threadpool-worker-default.c:391 [opt]
  194. frame #4: 0x00000001042cb10a mono`worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt]
  195. frame #5: 0x00000001043796a3 mono`start_wrapper [inlined] start_wrapper_internal at threads.c:1071 [opt]
  196. frame #6: 0x0000000104379613 mono`start_wrapper(data=0x00007f964d632170) at threads.c:1131 [opt]
  197. frame #7: 0x00007fffa283893b libsystem_pthread.dylib`_pthread_body + 180
  198. frame #8: 0x00007fffa2838887 libsystem_pthread.dylib`_pthread_start + 286
  199. frame #9: 0x00007fffa283808d libsystem_pthread.dylib`thread_start + 13
  200. (lldb) detach
  201.  
  202. =================================================================
  203. Got a SIGSEGV while executing native code. This usually indicates
  204. a fatal error in the mono runtime or one of the native libraries
  205. used by your application.
  206. =================================================================
  207.  
  208. Process 1230 detached
  209. (lldb) quit
  210. Abort trap: 6
Advertisement
Add Comment
Please, Sign In to add comment