You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Xamarin.Forms app targeting WPF, Android and macOS. On macOS, I'm having a lot of issues with SIGSEGV errors, which for a while now has prevented me from releasing the app as it is not stable.
It seems that these are caused by referencing views that no longer exist. The output window in VS for Mac will say that a view has 16383 views pointing at it that can't be found. It seems that there is something special about this number, because it's in every single output. This number is produced when calculating (int16.MaxValue / 2) and storing it in an integer, so I would assume there's something going on internally with range limitations of int16 values.
Example 2 from the above link explains that "at <0xffffffff>" suggests that this problem is related to working with an object that has been garbage collected. Based on this, I managed to work around one instance of this problem by not deleting views in one of my layouts, as the deletion of views caused this problem to occur very frequently. So, I stopped deleting views in a layout. The added stability I gained from that allowed me to discover this problem in other areas of my app. For example, when popping to the root of a NavigationPage, which in my case causes the created pages to be marked for GC as I do not hold references to them, and I would rather not have to do that as a potential solution.
So this has been a very persistent, very difficult problem for me, as it's causing my macOS app to randomly fail, and as such I cannot release the app. It seems that this issue is in the Xamarin.Mac or Mono framework, but I cannot determine which.
I've experienced null refs in the Xamarin.Forms framework in the past, and there is a blog post by Jon Goldberger that taught me how to step into XF and implement my own fix, and as such I have been able to move past those problems whilst waiting for the fixes to be worked into the official repos. Here's Jon's post: https://blog.xamarin.com/debugging-xamarin-forms/
I'm going to get around to trying to get a deeper look using that post, but until then, I wanted to get this issue posted. I'd also like to know if anyone is aware of a similar type of guide for stepping into Xamarin.Mac. Using guides like this, I hope to be able to provide more detail on these issues such that they can be fixed.
Finally, please note that I am running macOS as a virtual machine. The machine has been very well behaved in my experience, and I do not consider this to be my issue, but I thought I should mention this for full disclosure.
I do not consider this VM to be my problem as the other software I'm using, like VS for Mac and Sourcetree, seem to function fine. I've also seen similar issues to this reported in the past.
Expected Behavior
Not throwing SIGSEGV.
Actual Behavior
Throwing SIGSEGV.
Environment
I only use VS for Mac when developing the macOS app. The rest is done on Windows.
You may notice parts of this output that look like the app has hung, and that is what usually happens after the null ref is thrown out of the Main method. I believe this could be because once the exception is thrown, I attempt to log it, but by this point the app seems to be completely broken such that logging is not capable of functioning.
I have seen others complain of SQLite, though not recently, and I am using SQLite.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e23f20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e23f20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e11040> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e11040> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e17b60> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e17b60> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e16760> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e16760> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e15360> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e15360> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2bf20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2bf20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e37700> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e37700> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2ab20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2ab20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e29720> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e29720> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e28320> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e28320> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2eee0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2eee0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2dae0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2dae0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2c640> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2c640> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e22d00> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e22d00> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e33200> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.383 Clipboard Everywhere[4635:143645] View <NSProgressIndicator: 0x6000034edf00> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.383 Clipboard Everywhere[4635:143645] View <NSProgressIndicator: 0x6000034edf00> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.384 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e32e40> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.384 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e32f80> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.385 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e23d40> has 1 views pointing at it that can't be found.
Stacktrace:
at <0xffffffff>
at (wrapper managed-to-native) AppKit.NSApplication.NSApplicationMain (int,string[]) [0x0005a] in <009dd37ad4bb49138cd9dd53bef86d07>:0
at AppKit.NSApplication.Main (string[]) [0x00040] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.2.1.13/src/Xamarin.Mac/AppKit/NSApplication.cs:100
at ClipboardEverywhere.Mac.MainClass/
d__0.MoveNext () [0x0007a] in /Users/admin/UniversalClipboard/ClipboardEverywhere.Mac/Main.cs:30
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<TStateMachine_REF> (TStateMachine_REF&) [0x0002c] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.2.1.13/src/Xamarin.Mac/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:316
at ClipboardEverywhere.Mac.MainClass.Main (string[]) [0x0002a] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
at ClipboardEverywhere.Mac.MainClass. (string[]) [0x00001] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00051] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
thread make install does not work unless make all is already complete #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x00007fff76d47c5a libsystem_kernel.dylib__wait4 + 10 libsystem_kernel.dylib__wait4:
-> 0x7fff76d47c5a <+10>: jae 0x7fff76d47c64 ; <+20>
0x7fff76d47c5c <+12>: movq %rax, %rdi
0x7fff76d47c5f <+15>: jmp 0x7fff76d42e31 ; cerror
0x7fff76d47c64 <+20>: retq
Target 0: (Clipboard Everywhere) stopped.
Executable module set to "/Users/admin/UniversalClipboard/ClipboardEverywhere.Mac/bin/Debug/Clipboard Everywhere.app/Contents/MacOS/Clipboard Everywhere".
Architecture set to: x86_64h-apple-macosx.
(lldb) thread list
Process 4635 stopped
thread make install does not work unless make all is already complete #1: tid = 0x2311d, 0x00007fff76d47c5a libsystem_kernel.dylib__wait4 + 10, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP thread #2: tid = 0x23134, 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10, name = 'SGen worker'
thread [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: tid = 0x23136, 0x00007fff76d42c66 libsystem_kernel.dylibsemaphore_wait_trap + 10, name = 'Finalizer' thread #4: tid = 0x23137, 0x00007fff76d45dd2 libsystem_kernel.dylib__recvfrom + 10, name = 'Debugger agent'
thread [README] Add a Contributing section. #5: tid = 0x2314d, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #6: tid = 0x2314f, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread [Foundation] Add null check for Observer cback #7: tid = 0x23163, 0x00007fff76d42c2a libsystem_kernel.dylibmach_msg_trap + 10, name = 'com.apple.NSEventThread' thread #8: tid = 0x23166, 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10, name = 'Timer-Scheduler'
thread Move HtmlTransform.xslt here from maccore. #9: tid = 0x2316d, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #10: tid = 0x2316e, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Add Xamarin.iOS solution file. #11: tid = 0x23174, 0x00007fff76d49e82 libsystem_kernel.dylib__select + 10, name = 'Thread Pool I/O Selector' thread #12: tid = 0x23176, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread corrected command-line arguments #13: tid = 0x23178, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #14: tid = 0x2317a, 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10, name = 'tid_cf03'
thread [tests] Fix test configuration issues with file moves. #15: tid = 0x23185, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #16: tid = 0x23186, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Update reference to maccore #17: tid = 0x23189, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #18: tid = 0x2318a, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: tid = 0x2318b, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #20: tid = 0x23190, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread [msbuild/tests] Add TVServicesExtension test #21: tid = 0x23192, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #22: tid = 0x23194, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Fix mmp script to use MAC_TARGETDIR so it works when installed from p… #23: tid = 0x23195, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #24: tid = 0x23199, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Switch to using nunitlite submodule from the mono repo. #25: tid = 0x2319a, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #26: tid = 0x2319b, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread Totally remove the old nunitlite #27: tid = 0x2319d, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #28: tid = 0x2319e, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread [runtime options] Default tls-provider to Apple TLS #29: tid = 0x231a0, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #30: tid = 0x231a1, 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10, name = 'Thread Pool Worker'
thread added rewritten NSUrlSessionHandler that handles memory better #31: tid = 0x2325c, 0x00007fff76d445be libsystem_kernel.dylib__workq_kernreturn + 10 thread #32: tid = 0x2325f, 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10, name = 'CVDisplayLink'
thread [generator] Fix bug 17232 - Invalid class name generated in the Libraries.g.cs file. #33: tid = 0x232c2, 0x00007fff76d461b2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_29b07'
(lldb) thread backtrace all
Thread finished: [Foundation] Add null check for Observer cback #7
Thread finished: Bump mono for Invalid assembly name System.ServiceModel.Web. Fixes #40788 #24
Thread finished: Bump to mono 4.4 to get a 64-bit capable mono. #39
Thread finished: [runtime options] Default tls-provider to Apple TLS #29
frame #0: 0x00007fff76d47c5a libsystem_kernel.dylib__wait4 + 10 frame #1: 0x000000010617c321 Clipboard Everywheremono_handle_native_crash(signal="SIGSEGV", ctx=0x0000000000000000, info=) at mini-exceptions.c:3065 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001060f9086 Clipboard Everywherealtstack_handle_and_restore(ctx=0x00007ffee9ba9d70, obj=0x0000000000000000, stack_ovf=0) at exceptions-amd64.c:855 [opt] frame #3: 0x00007fff75b2da1d libobjc.A.dylibobjc_msgSend + 29
thread [appkit] Add NSImage lazy initialization #2, name = 'SGen worker'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib_pthread_cond_wait + 724
frame [appkit] Add NSImage lazy initialization #2: 0x0000000106354763 Clipboard Everywherethread_func [inlined] mono_os_cond_wait(cond=<unavailable>, mutex=<unavailable>) at mono-os-mutex.h:173 [opt] frame #3: 0x0000000106354750 Clipboard Everywherethread_func at sgen-thread-pool.c:165 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x000000010635473d Clipboard Everywherethread_func(data=0x0000000000000000) at sgen-thread-pool.c:196 [opt] frame #5: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #7: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3, name = 'Finalizer'
frame #0: 0x00007fff76d42c66 libsystem_kernel.dylibsemaphore_wait_trap + 10 frame #1: 0x00000001062285f5 Clipboard Everywherefinalizer_thread [inlined] mono_os_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:90 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062285ea Clipboard Everywherefinalizer_thread at mono-coop-semaphore.h:43 [opt] frame #3: 0x00000001062285de Clipboard Everywherefinalizer_thread(unused=) at gc.c:903 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #5: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001dfd140) at threads.c:1158 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #7: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #4, name = 'Debugger agent' frame #0: 0x00007fff76d45dd2 libsystem_kernel.dylib__recvfrom + 10
frame make install does not work unless make all is already complete #1: 0x00000001060e3bde Clipboard Everywheresocket_transport_recv(buf=0x0000700006fe2de5, len=11) at debugger-agent.c:1159 [opt] frame #2: 0x00000001060ce573 Clipboard Everywheredebugger_thread [inlined] transport_recv(len=11) at debugger-agent.c:1569 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001060ce55f Clipboard Everywheredebugger_thread(arg=<unavailable>) at debugger-agent.c:10626 [opt] frame #4: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001dfcec0) at threads.c:1158 [opt] frame #6: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #8: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [README] Add a Contributing section. #5, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=43733, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001d5c200) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [appkit] Add NSImage lazy initialization #2 #6, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=28969, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001d6ef40) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [Foundation] Add null check for Observer cback #7, name = 'com.apple.NSEventThread'
frame #0: 0x00007fff76d42c2a libsystem_kernel.dylibmach_msg_trap + 10 frame #1: 0x00007fff76d43174 libsystem_kernel.dylibmach_msg + 60
frame [appkit] Add NSImage lazy initialization #2: 0x00007fff49b7105e CoreFoundation__CFRunLoopServiceMachPort + 337 frame #3: 0x00007fff49b705ad CoreFoundation__CFRunLoopRun + 1654
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00007fff49b6fce4 CoreFoundationCFRunLoopRunSpecific + 463 frame #5: 0x00007fff470cf581 AppKit_NSEventThread + 160
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #7: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #8, name = 'Timer-Scheduler' frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10
frame make install does not work unless make all is already complete #1: 0x00007fff76dff5fe libsystem_pthread.dylib_pthread_cond_wait + 775 frame #2: 0x0000000106366ed4 Clipboard Everywheremono_os_cond_timedwait(cond=0x00007ff7aa804768, mutex=0x00007ff7aa804728, timeout_ms=2221) at mono-os-mutex.c:44 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062ff864 Clipboard Everywheremono_w32handle_timedwait_signal_handle at mono-coop-mutex.h:102 [opt] frame #4: 0x00000001062ff849 Clipboard Everywheremono_w32handle_timedwait_signal_handle [inlined] mono_w32handle_timedwait_signal_naked(cond=, mutex=, timeout=, poll=0, alerted=) at w32handle.c:646 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062ff849 Clipboard Everywheremono_w32handle_timedwait_signal_handle(handle_data=<unavailable>, timeout=2221, poll=0, alerted=0x0000700007bfd048) at w32handle.c:761 [opt] frame #6: 0x00000001062ff746 Clipboard Everywheremono_w32handle_wait_one(handle=, timeout=2221, alertable=) at w32handle.c:0 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00000001062ff9a1 Clipboard Everywheremono_w32handle_wait_multiple(handles=0x0000700007bfd7f8, nhandles=1, waitall=<unavailable>, timeout=2221, alertable=<unavailable>) at w32handle.c:917 [opt] frame #8: 0x00000001062dcf8f Clipboard Everywhereves_icall_System_Threading_WaitHandle_Wait_internal(handles=0x0000700007bfd7f8, numhandles=, waitall=, timeout=, error=0x0000700007bfd6e8) at threads.c:2054 [opt]
frame Move HtmlTransform.xslt here from maccore. #9: 0x000000010fe74534
frame [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10: 0x000000010fe73da3
frame Add Xamarin.iOS solution file. #11: 0x000000010fe6ebb6
frame Bump maccore to get test fix. #12: 0x000000010efb3943
frame corrected command-line arguments #13: 0x0000000106190501 Clipboard Everywheremono_jit_runtime_invoke(method=<unavailable>, obj=<unavailable>, params=0x0000000000000000, exc=<unavailable>, error=<unavailable>) at mini-runtime.c:3074 [opt] frame #14: 0x000000010628bebf Clipboard Everywheremono_runtime_invoke_checked [inlined] do_runtime_invoke(method=, obj=, params=, exc=, error=) at object.c:2942 [opt]
frame [tests] Fix test configuration issues with file moves. #15: 0x000000010628be88 Clipboard Everywheremono_runtime_invoke_checked(method=0x00007ff7ac4b29c8, obj=0x0000000106eba508, params=0x0000700007bfdeb8, error=0x0000700007bfde38) at object.c:3095 [opt] frame #16: 0x00000001062e267a Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1106 [opt]
frame Update reference to maccore #17: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001d4f6c0) at threads.c:1158 [opt] frame #18: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #20: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread Move HtmlTransform.xslt here from maccore. #9, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=12117, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000012fe100) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=19505, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000012f3a00) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread Add Xamarin.iOS solution file. #11, name = 'Thread Pool I/O Selector'
frame #0: 0x00007fff76d49e82 libsystem_kernel.dylib__select + 10 frame #1: 0x00000001063674f9 Clipboard Everywheremono_poll(ufds=0x00007ff7a8e408a0, nfds=17, timeout=) at mono-poll.c:87 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d4410 Clipboard Everywherepoll_event_wait(callback=(Clipboard Everywherewait_callback at threadpool-io.c:257), user_data=0x0000600002bbb8e0) at threadpool-io-poll.c:146 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d3d13 Clipboard Everywhereselector_thread(data=<unavailable>) at threadpool-io.c:451 [opt] frame #4: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000012fae00) at threads.c:1158 [opt] frame #6: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #8: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread Bump maccore to get test fix. #12, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57798, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000012e2700) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread corrected command-line arguments #13, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=53494, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]
frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000012e9f80) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread Give a better and more actionable error message than a failed download when trying to provision Xcode outside of build bots. #14, name = 'tid_cf03'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib_pthread_cond_wait + 724
frame [appkit] Add NSImage lazy initialization #2: 0x0000000106366ef0 Clipboard Everywheremono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x00007ff7aa804900, mutex=0x00007ff7aa8048c0) at mono-os-mutex.h:173 [opt] frame #3: 0x0000000106366ee5 Clipboard Everywheremono_os_cond_timedwait(cond=0x00007ff7aa804900, mutex=0x00007ff7aa8048c0, timeout_ms=4294967295) at mono-os-mutex.c:32 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062ff864 Clipboard Everywheremono_w32handle_timedwait_signal_handle at mono-coop-mutex.h:102 [opt] frame #5: 0x00000001062ff849 Clipboard Everywheremono_w32handle_timedwait_signal_handle [inlined] mono_w32handle_timedwait_signal_naked(cond=, mutex=, timeout=, poll=0, alerted=) at w32handle.c:646 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062ff849 Clipboard Everywheremono_w32handle_timedwait_signal_handle(handle_data=<unavailable>, timeout=4294967295, poll=0, alerted=0x0000700008915498) at w32handle.c:761 [opt] frame #7: 0x00000001062ff746 Clipboard Everywheremono_w32handle_wait_one(handle=, timeout=4294967295, alertable=) at w32handle.c:0 [opt]
frame Bump maccore to get updated mlaunch. #8: 0x000000010627f781 Clipboard Everywhereves_icall_System_Threading_Monitor_Monitor_wait(obj=0x0000000106ffd7e0, ms=4294967295) at monitor.c:1394 [opt] frame #9: 0x000000010ef7fddb frame #10: 0x000000010ef8fd1b frame #11: 0x0000000114c9633b frame #12: 0x0000000114c95b1b frame #13: 0x000000010efb3943 frame #14: 0x0000000106190501 Clipboard Everywheremono_jit_runtime_invoke(method=, obj=, params=0x0000000106ffd7e0, exc=, error=) at mini-runtime.c:3074 [opt]
frame [tests] Fix test configuration issues with file moves. #15: 0x000000010628bebf Clipboard Everywheremono_runtime_invoke_checked [inlined] do_runtime_invoke(method=<unavailable>, obj=<unavailable>, params=<unavailable>, exc=<unavailable>, error=<unavailable>) at object.c:2942 [opt] frame #16: 0x000000010628be88 Clipboard Everywheremono_runtime_invoke_checked(method=0x00007ff7ac4b29c8, obj=0x0000000106ffd948, params=0x0000700008915eb8, error=0x0000700008915e38) at object.c:3095 [opt]
frame Update reference to maccore #17: 0x00000001062e267a Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1106 [opt] frame #18: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000129cfc0) at threads.c:1158 [opt]
frame Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #20: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame [msbuild/tests] Add TVServicesExtension test #21: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #15, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57676, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data="https://www.reddit.com/r/owncloud/") at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #16, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=45420, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001242000) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #17, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=21597, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001242cc0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #18, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=42341, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000124f540) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #19, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=56291, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000124f880) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #20, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=8306, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000125f1c0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #21, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=45988, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001240700) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #22, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=54495, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=2 elements) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #23, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=8676, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000125ddc0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #24, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=27738, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000123e540) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #25, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=27304, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000123f5c0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #26, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57409, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001367040) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #27, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=32311, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x000060000123e6c0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #28, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=49956, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001366e00) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #29, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=11641, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001365dc0) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #30, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylibsemaphore_timedwait_trap + 10
frame make install does not work unless make all is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=47376, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhereworker_thread at mono-coop-semaphore.h:57 [opt]
frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhereworker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhereworker_thread(unused=) at threadpool-worker-default.c:483 [opt]
frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x0000600001247900) at threads.c:1158 [opt]
frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70
frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13 thread #31 frame #0: 0x00007fff76dfb408 libsystem_pthread.dylibstart_wqthread
thread Move parts of dontlink tests into new introspection tests #32, name = 'CVDisplayLink'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib_pthread_cond_wait + 724
frame [appkit] Add NSImage lazy initialization #2: 0x00007fff4b9aae90 CoreVideoCVDisplayLink::runIOThread() + 722 frame #3: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #5: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
thread [generator] Fix bug 17232 - Invalid class name generated in the Libraries.g.cs file. #33, name = 'tid_29b07'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib__psynch_cvwait + 10 frame #1: 0x00007fff76dff5fe libsystem_pthread.dylib_pthread_cond_wait + 775
frame [appkit] Add NSImage lazy initialization #2: 0x0000000106366ed4 Clipboard Everywheremono_os_cond_timedwait(cond=0x0000000106577b18, mutex=0x0000000106577ad8, timeout_ms=500) at mono-os-mutex.c:44 [opt] frame #3: 0x000000010636f0a7 Clipboard Everywheremono_thread_info_sleep at mono-coop-mutex.h:102 [opt]
frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x000000010636f087 Clipboard Everywheremono_thread_info_sleep [inlined] sleep_interruptable(ms=<unavailable>, alerted=<unavailable>) at mono-threads.c:1256 [opt] frame #5: 0x000000010636ef5c Clipboard Everywheremono_thread_info_sleep(ms=, alerted=0x0000700009ab6df4) at mono-threads.c:1288 [opt]
frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062d72a3 Clipboard Everywheremonitor_thread(unused=<unavailable>) at threadpool-worker-default.c:703 [opt] frame #7: 0x00000001062e2599 Clipboard Everywherestart_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]
frame Bump maccore to get updated mlaunch. #8: 0x00000001062e23f7 Clipboard Everywherestart_wrapper(data=0x00006000010d4080) at threads.c:1158 [opt] frame #9: 0x00007fff76dfc33d libsystem_pthread.dylib_pthread_body + 126
frame [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10: 0x00007fff76dff2a7 libsystem_pthread.dylib_pthread_start + 70 frame #11: 0x00007fff76dfb425 libsystem_pthread.dylibthread_start + 13
(lldb) detach
=================================================================
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 text was updated successfully, but these errors were encountered:
The message View <XXX> has YYY views pointing at it that can't be found. comes from macOS (not Xamarin) even if it's not one I remember seeing previously.
It's likely you're hitting an internal limit set by the operating system because you are keeping references to existing views (preventing the GC to free them). IOW the number keeps increasing until you hit the OS limit and then things go bad (because the OS probably do not let additional instance be allocated).
With the limited information my best advice is to use Xamarin Profiler (or Instruments) and find out where those views are allocated and why they are not released.
If you can create a test case (e.g. subset of your application) that shows the issue then we might be able to investigate this further.
Thanks for the response. I don't believe I have access to Xamarin Profiler, unfortunately, as I don't have a VS Enterprise license.
Based on what you've said, my best guess would be that Xamarin.Forms or Xamarin.Mac is holding these references. 16k views sounds like a lot to be creating - I'm certainly not creating that number intentionally. Perhaps the way that my custom controls are being created could be causing Xamarin.Forms to create a lot of views.
Description
I have a Xamarin.Forms app targeting WPF, Android and macOS. On macOS, I'm having a lot of issues with SIGSEGV errors, which for a while now has prevented me from releasing the app as it is not stable.
It seems that these are caused by referencing views that no longer exist. The output window in VS for Mac will say that a view has 16383 views pointing at it that can't be found. It seems that there is something special about this number, because it's in every single output. This number is produced when calculating (int16.MaxValue / 2) and storing it in an integer, so I would assume there's something going on internally with range limitations of int16 values.
I've also read the docs on debugging native exceptions in Xamarin.Mac: https://docs.microsoft.com/en-us/xamarin/mac/deploy-test/debugging-native-crash
Example 2 from the above link explains that "at <0xffffffff>" suggests that this problem is related to working with an object that has been garbage collected. Based on this, I managed to work around one instance of this problem by not deleting views in one of my layouts, as the deletion of views caused this problem to occur very frequently. So, I stopped deleting views in a layout. The added stability I gained from that allowed me to discover this problem in other areas of my app. For example, when popping to the root of a NavigationPage, which in my case causes the created pages to be marked for GC as I do not hold references to them, and I would rather not have to do that as a potential solution.
So this has been a very persistent, very difficult problem for me, as it's causing my macOS app to randomly fail, and as such I cannot release the app. It seems that this issue is in the Xamarin.Mac or Mono framework, but I cannot determine which.
I've experienced null refs in the Xamarin.Forms framework in the past, and there is a blog post by Jon Goldberger that taught me how to step into XF and implement my own fix, and as such I have been able to move past those problems whilst waiting for the fixes to be worked into the official repos. Here's Jon's post: https://blog.xamarin.com/debugging-xamarin-forms/
I have not yet attempted to give Mono the same inside look, though Jon does have a post on it: https://blog.xamarin.com/debugging-xamarin-mono/
I'm going to get around to trying to get a deeper look using that post, but until then, I wanted to get this issue posted. I'd also like to know if anyone is aware of a similar type of guide for stepping into Xamarin.Mac. Using guides like this, I hope to be able to provide more detail on these issues such that they can be fixed.
Finally, please note that I am running macOS as a virtual machine. The machine has been very well behaved in my experience, and I do not consider this to be my issue, but I thought I should mention this for full disclosure.
I do not consider this VM to be my problem as the other software I'm using, like VS for Mac and Sourcetree, seem to function fine. I've also seen similar issues to this reported in the past.
Expected Behavior
Not throwing SIGSEGV.
Actual Behavior
Throwing SIGSEGV.
Environment
I only use VS for Mac when developing the macOS app. The rest is done on Windows.
Visual Studio for Mac:
Output Example
Foreword:
I have seen others complain of SQLite, though not recently, and I am using SQLite.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e23f20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e23f20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e11040> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.372 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e11040> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e17b60> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e17b60> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e16760> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.373 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e16760> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e15360> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e15360> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2bf20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.374 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2bf20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e37700> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e37700> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2ab20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.375 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2ab20> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e29720> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e29720> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e28320> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.376 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e28320> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2eee0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2eee0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2dae0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2dae0> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.377 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2c640> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e2c640> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e22d00> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e22d00> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.378 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_FormsNSImageView: 0x600003e33200> has 16383 views pointing at it that can't be found.
2019-01-19 13:34:03.383 Clipboard Everywhere[4635:143645] View <NSProgressIndicator: 0x6000034edf00> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.383 Clipboard Everywhere[4635:143645] View <NSProgressIndicator: 0x6000034edf00> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.384 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e32e40> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.384 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e32f80> has 1 views pointing at it that can't be found.
2019-01-19 13:34:03.385 Clipboard Everywhere[4635:143645] View <Xamarin_Forms_Platform_MacOS_LayoutRenderer: 0x600003e23d40> has 1 views pointing at it that can't be found.
Stacktrace:
at <0xffffffff>
d__0.MoveNext () [0x0007a] in /Users/admin/UniversalClipboard/ClipboardEverywhere.Mac/Main.cs:30at (wrapper managed-to-native) AppKit.NSApplication.NSApplicationMain (int,string[]) [0x0005a] in <009dd37ad4bb49138cd9dd53bef86d07>:0
at AppKit.NSApplication.Main (string[]) [0x00040] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.2.1.13/src/Xamarin.Mac/AppKit/NSApplication.cs:100
at ClipboardEverywhere.Mac.MainClass/
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<TStateMachine_REF> (TStateMachine_REF&) [0x0002c] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.2.1.13/src/Xamarin.Mac/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:316
at ClipboardEverywhere.Mac.MainClass.Main (string[]) [0x0002a] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
at ClipboardEverywhere.Mac.MainClass. (string[]) [0x00001] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00051] in <47cbbdd44dce4bdbadd3a2bbd35ce7cb>:0
Native stacktrace:
Debug info from gdb:
(lldb) command source -s 0 '/tmp/mono-gdb-commands.kk5S7y'
Executing commands in '/tmp/mono-gdb-commands.kk5S7y'.
(lldb) process attach --pid 4635
Thread finished: #36
Thread finished: #38
Thread finished: #25
13:34:10.8237220 - 1aa4a65e-b8a6-4ab4-8036-8dff978282f5 - SSE: OnMessage(Data: {})
Thread finished: #2
Thread started: #41
Thread finished: #27
Thread finished: #23
13:34:20.8357810 - 1aa4a65e-b8a6-4ab4-8036-8dff978282f5 - SSE: OnMessage(Data: {})
Thread finished: #4
Process 4635 stopped
make install
does not work unlessmake all
is already complete #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOPframe #0: 0x00007fff76d47c5a libsystem_kernel.dylib
__wait4 + 10 libsystem_kernel.dylib
__wait4:-> 0x7fff76d47c5a <+10>: jae 0x7fff76d47c64 ; <+20>
0x7fff76d47c5c <+12>: movq %rax, %rdi
0x7fff76d47c5f <+15>: jmp 0x7fff76d42e31 ; cerror
0x7fff76d47c64 <+20>: retq
Target 0: (Clipboard Everywhere) stopped.
Executable module set to "/Users/admin/UniversalClipboard/ClipboardEverywhere.Mac/bin/Debug/Clipboard Everywhere.app/Contents/MacOS/Clipboard Everywhere".
Architecture set to: x86_64h-apple-macosx.
(lldb) thread list
Process 4635 stopped
make install
does not work unlessmake all
is already complete #1: tid = 0x2311d, 0x00007fff76d47c5a libsystem_kernel.dylib__wait4 + 10, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP thread #2: tid = 0x23134, 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10, name = 'SGen worker'thread [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: tid = 0x23136, 0x00007fff76d42c66 libsystem_kernel.dylib
semaphore_wait_trap + 10, name = 'Finalizer' thread #4: tid = 0x23137, 0x00007fff76d45dd2 libsystem_kernel.dylib
__recvfrom + 10, name = 'Debugger agent'thread [README] Add a Contributing section. #5: tid = 0x2314d, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #6: tid = 0x2314f, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread [Foundation] Add null check for Observer cback #7: tid = 0x23163, 0x00007fff76d42c2a libsystem_kernel.dylib
mach_msg_trap + 10, name = 'com.apple.NSEventThread' thread #8: tid = 0x23166, 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10, name = 'Timer-Scheduler'thread Move HtmlTransform.xslt here from maccore. #9: tid = 0x2316d, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #10: tid = 0x2316e, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Add Xamarin.iOS solution file. #11: tid = 0x23174, 0x00007fff76d49e82 libsystem_kernel.dylib
__select + 10, name = 'Thread Pool I/O Selector' thread #12: tid = 0x23176, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread corrected command-line arguments #13: tid = 0x23178, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #14: tid = 0x2317a, 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10, name = 'tid_cf03'thread [tests] Fix test configuration issues with file moves. #15: tid = 0x23185, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #16: tid = 0x23186, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Update reference to maccore #17: tid = 0x23189, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #18: tid = 0x2318a, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: tid = 0x2318b, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #20: tid = 0x23190, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread [msbuild/tests] Add TVServicesExtension test #21: tid = 0x23192, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #22: tid = 0x23194, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Fix mmp script to use MAC_TARGETDIR so it works when installed from p… #23: tid = 0x23195, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #24: tid = 0x23199, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Switch to using nunitlite submodule from the mono repo. #25: tid = 0x2319a, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #26: tid = 0x2319b, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread Totally remove the old nunitlite #27: tid = 0x2319d, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #28: tid = 0x2319e, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread [runtime options] Default tls-provider to Apple TLS #29: tid = 0x231a0, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker' thread #30: tid = 0x231a1, 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10, name = 'Thread Pool Worker'thread added rewritten NSUrlSessionHandler that handles memory better #31: tid = 0x2325c, 0x00007fff76d445be libsystem_kernel.dylib
__workq_kernreturn + 10 thread #32: tid = 0x2325f, 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10, name = 'CVDisplayLink'thread [generator] Fix bug 17232 - Invalid class name generated in the Libraries.g.cs file. #33: tid = 0x232c2, 0x00007fff76d461b2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_29b07'
(lldb) thread backtrace all
Thread finished: [Foundation] Add null check for Observer cback #7
Thread finished: Bump mono for Invalid assembly name System.ServiceModel.Web. Fixes #40788 #24
Thread finished: Bump to mono 4.4 to get a 64-bit capable mono. #39
Thread finished: [runtime options] Default tls-provider to Apple TLS #29
make install
does not work unlessmake all
is already complete #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP__wait4 + 10 frame #1: 0x000000010617c321 Clipboard Everywhere
mono_handle_native_crash(signal="SIGSEGV", ctx=0x0000000000000000, info=) at mini-exceptions.c:3065 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001060f9086 Clipboard Everywhere
altstack_handle_and_restore(ctx=0x00007ffee9ba9d70, obj=0x0000000000000000, stack_ovf=0) at exceptions-amd64.c:855 [opt] frame #3: 0x00007fff75b2da1d libobjc.A.dylib
objc_msgSend + 29thread [appkit] Add NSImage lazy initialization #2, name = 'SGen worker'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib
_pthread_cond_wait + 724frame [appkit] Add NSImage lazy initialization #2: 0x0000000106354763 Clipboard Everywhere
thread_func [inlined] mono_os_cond_wait(cond=<unavailable>, mutex=<unavailable>) at mono-os-mutex.h:173 [opt] frame #3: 0x0000000106354750 Clipboard Everywhere
thread_func at sgen-thread-pool.c:165 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x000000010635473d Clipboard Everywhere
thread_func(data=0x0000000000000000) at sgen-thread-pool.c:196 [opt] frame #5: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #7: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3, name = 'Finalizer'
frame #0: 0x00007fff76d42c66 libsystem_kernel.dylib
semaphore_wait_trap + 10 frame #1: 0x00000001062285f5 Clipboard Everywhere
finalizer_thread [inlined] mono_os_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:90 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062285ea Clipboard Everywhere
finalizer_thread at mono-coop-semaphore.h:43 [opt] frame #3: 0x00000001062285de Clipboard Everywhere
finalizer_thread(unused=) at gc.c:903 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #5: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001dfd140) at threads.c:1158 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #7: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #4, name = 'Debugger agent' frame #0: 0x00007fff76d45dd2 libsystem_kernel.dylib
__recvfrom + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001060e3bde Clipboard Everywheresocket_transport_recv(buf=0x0000700006fe2de5, len=11) at debugger-agent.c:1159 [opt] frame #2: 0x00000001060ce573 Clipboard Everywhere
debugger_thread [inlined] transport_recv(len=11) at debugger-agent.c:1569 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001060ce55f Clipboard Everywhere
debugger_thread(arg=<unavailable>) at debugger-agent.c:10626 [opt] frame #4: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001dfcec0) at threads.c:1158 [opt] frame #6: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #8: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [README] Add a Contributing section. #5, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=43733, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001d5c200) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [appkit] Add NSImage lazy initialization #2 #6, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=28969, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001d6ef40) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [Foundation] Add null check for Observer cback #7, name = 'com.apple.NSEventThread'
frame #0: 0x00007fff76d42c2a libsystem_kernel.dylib
mach_msg_trap + 10 frame #1: 0x00007fff76d43174 libsystem_kernel.dylib
mach_msg + 60frame [appkit] Add NSImage lazy initialization #2: 0x00007fff49b7105e CoreFoundation
__CFRunLoopServiceMachPort + 337 frame #3: 0x00007fff49b705ad CoreFoundation
__CFRunLoopRun + 1654frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00007fff49b6fce4 CoreFoundation
CFRunLoopRunSpecific + 463 frame #5: 0x00007fff470cf581 AppKit
_NSEventThread + 160frame [appkit] Add NSImage lazy initialization #2 #6: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #7: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #8, name = 'Timer-Scheduler' frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00007fff76dff5fe libsystem_pthread.dylib_pthread_cond_wait + 775 frame #2: 0x0000000106366ed4 Clipboard Everywhere
mono_os_cond_timedwait(cond=0x00007ff7aa804768, mutex=0x00007ff7aa804728, timeout_ms=2221) at mono-os-mutex.c:44 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062ff864 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle at mono-coop-mutex.h:102 [opt] frame #4: 0x00000001062ff849 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle [inlined] mono_w32handle_timedwait_signal_naked(cond=, mutex=, timeout=, poll=0, alerted=) at w32handle.c:646 [opt]frame [README] Add a Contributing section. #5: 0x00000001062ff849 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle(handle_data=<unavailable>, timeout=2221, poll=0, alerted=0x0000700007bfd048) at w32handle.c:761 [opt] frame #6: 0x00000001062ff746 Clipboard Everywhere
mono_w32handle_wait_one(handle=, timeout=2221, alertable=) at w32handle.c:0 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00000001062ff9a1 Clipboard Everywhere
mono_w32handle_wait_multiple(handles=0x0000700007bfd7f8, nhandles=1, waitall=<unavailable>, timeout=2221, alertable=<unavailable>) at w32handle.c:917 [opt] frame #8: 0x00000001062dcf8f Clipboard Everywhere
ves_icall_System_Threading_WaitHandle_Wait_internal(handles=0x0000700007bfd7f8, numhandles=, waitall=, timeout=, error=0x0000700007bfd6e8) at threads.c:2054 [opt]frame Move HtmlTransform.xslt here from maccore. #9: 0x000000010fe74534
frame [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10: 0x000000010fe73da3
frame Add Xamarin.iOS solution file. #11: 0x000000010fe6ebb6
frame Bump maccore to get test fix. #12: 0x000000010efb3943
frame corrected command-line arguments #13: 0x0000000106190501 Clipboard Everywhere
mono_jit_runtime_invoke(method=<unavailable>, obj=<unavailable>, params=0x0000000000000000, exc=<unavailable>, error=<unavailable>) at mini-runtime.c:3074 [opt] frame #14: 0x000000010628bebf Clipboard Everywhere
mono_runtime_invoke_checked [inlined] do_runtime_invoke(method=, obj=, params=, exc=, error=) at object.c:2942 [opt]frame [tests] Fix test configuration issues with file moves. #15: 0x000000010628be88 Clipboard Everywhere
mono_runtime_invoke_checked(method=0x00007ff7ac4b29c8, obj=0x0000000106eba508, params=0x0000700007bfdeb8, error=0x0000700007bfde38) at object.c:3095 [opt] frame #16: 0x00000001062e267a Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1106 [opt]frame Update reference to maccore #17: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001d4f6c0) at threads.c:1158 [opt] frame #18: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #20: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread Move HtmlTransform.xslt here from maccore. #9, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=12117, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000012fe100) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=19505, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000012f3a00) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread Add Xamarin.iOS solution file. #11, name = 'Thread Pool I/O Selector'
frame #0: 0x00007fff76d49e82 libsystem_kernel.dylib
__select + 10 frame #1: 0x00000001063674f9 Clipboard Everywhere
mono_poll(ufds=0x00007ff7a8e408a0, nfds=17, timeout=) at mono-poll.c:87 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d4410 Clipboard Everywhere
poll_event_wait(callback=(Clipboard Everywhere
wait_callback at threadpool-io.c:257), user_data=0x0000600002bbb8e0) at threadpool-io-poll.c:146 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d3d13 Clipboard Everywhere
selector_thread(data=<unavailable>) at threadpool-io.c:451 [opt] frame #4: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000012fae00) at threads.c:1158 [opt] frame #6: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #8: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread Bump maccore to get test fix. #12, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57798, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000012e2700) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread corrected command-line arguments #13, name = 'Thread Pool Worker'
frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10 frame #1: 0x00000001062d7af5 Clipboard Everywhere
worker_thread [inlined] mono_os_sem_timedwait(timeout_ms=53494, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt]frame [appkit] Add NSImage lazy initialization #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt] frame #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=<unavailable>) at threadpool-worker-default.c:483 [opt] frame #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000012e9f80) at threads.c:1158 [opt] frame #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame Bump maccore to get updated mlaunch. #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread Give a better and more actionable error message than a failed download when trying to provision Xcode outside of build bots. #14, name = 'tid_cf03'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib
_pthread_cond_wait + 724frame [appkit] Add NSImage lazy initialization #2: 0x0000000106366ef0 Clipboard Everywhere
mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x00007ff7aa804900, mutex=0x00007ff7aa8048c0) at mono-os-mutex.h:173 [opt] frame #3: 0x0000000106366ee5 Clipboard Everywhere
mono_os_cond_timedwait(cond=0x00007ff7aa804900, mutex=0x00007ff7aa8048c0, timeout_ms=4294967295) at mono-os-mutex.c:32 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00000001062ff864 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle at mono-coop-mutex.h:102 [opt] frame #5: 0x00000001062ff849 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle [inlined] mono_w32handle_timedwait_signal_naked(cond=, mutex=, timeout=, poll=0, alerted=) at w32handle.c:646 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062ff849 Clipboard Everywhere
mono_w32handle_timedwait_signal_handle(handle_data=<unavailable>, timeout=4294967295, poll=0, alerted=0x0000700008915498) at w32handle.c:761 [opt] frame #7: 0x00000001062ff746 Clipboard Everywhere
mono_w32handle_wait_one(handle=, timeout=4294967295, alertable=) at w32handle.c:0 [opt]frame Bump maccore to get updated mlaunch. #8: 0x000000010627f781 Clipboard Everywhere
ves_icall_System_Threading_Monitor_Monitor_wait(obj=0x0000000106ffd7e0, ms=4294967295) at monitor.c:1394 [opt] frame #9: 0x000000010ef7fddb frame #10: 0x000000010ef8fd1b frame #11: 0x0000000114c9633b frame #12: 0x0000000114c95b1b frame #13: 0x000000010efb3943 frame #14: 0x0000000106190501 Clipboard Everywhere
mono_jit_runtime_invoke(method=, obj=, params=0x0000000106ffd7e0, exc=, error=) at mini-runtime.c:3074 [opt]frame [tests] Fix test configuration issues with file moves. #15: 0x000000010628bebf Clipboard Everywhere
mono_runtime_invoke_checked [inlined] do_runtime_invoke(method=<unavailable>, obj=<unavailable>, params=<unavailable>, exc=<unavailable>, error=<unavailable>) at object.c:2942 [opt] frame #16: 0x000000010628be88 Clipboard Everywhere
mono_runtime_invoke_checked(method=0x00007ff7ac4b29c8, obj=0x0000000106ffd948, params=0x0000700008915eb8, error=0x0000700008915e38) at object.c:3095 [opt]frame Update reference to maccore #17: 0x00000001062e267a Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1106 [opt] frame #18: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000129cfc0) at threads.c:1158 [opt]frame Correct delegate signature on CNContactStoreEnumerateContactsHandler #19: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #20: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame [msbuild/tests] Add TVServicesExtension test #21: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #15, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57676, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data="https://www.reddit.com/r/owncloud/") at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #16, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=45420, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001242000) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #17, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=21597, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001242cc0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #18, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=42341, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000124f540) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #19, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=56291, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000124f880) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #20, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=8306, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000125f1c0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #21, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=45988, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001240700) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #22, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=54495, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=2 elements) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #23, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=8676, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000125ddc0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #24, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=27738, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000123e540) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #25, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=27304, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000123f5c0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #26, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=57409, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001367040) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #27, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=32311, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x000060000123e6c0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #28, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=49956, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001366e00) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #29, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=11641, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001365dc0) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #30, name = 'Thread Pool Worker' frame #0: 0x00007fff76d42c7e libsystem_kernel.dylib
semaphore_timedwait_trap + 10frame
make install
does not work unlessmake all
is already complete #1: 0x00000001062d7af5 Clipboard Everywhereworker_thread [inlined] mono_os_sem_timedwait(timeout_ms=47376, flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:124 [opt] frame #2: 0x00000001062d7a5d Clipboard Everywhere
worker_thread at mono-coop-semaphore.h:57 [opt]frame [linker] Fix debugging of watchOS apps when link all is used. Fixes #40641 #3: 0x00000001062d7a55 Clipboard Everywhere
worker_thread at threadpool-worker-default.c:391 [opt] frame #4: 0x00000001062d7931 Clipboard Everywhere
worker_thread(unused=) at threadpool-worker-default.c:483 [opt]frame [README] Add a Contributing section. #5: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=<unavailable>, stack_ptr=<unavailable>) at threads.c:1098 [opt] frame #6: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x0000600001247900) at threads.c:1158 [opt]frame [Foundation] Add null check for Observer cback #7: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126 frame #8: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70frame Move HtmlTransform.xslt here from maccore. #9: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13 thread #31 frame #0: 0x00007fff76dfb408 libsystem_pthread.dylib
start_wqthreadthread Move parts of dontlink tests into new introspection tests #32, name = 'CVDisplayLink'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10 frame #1: 0x00007fff76dff5cb libsystem_pthread.dylib
_pthread_cond_wait + 724frame [appkit] Add NSImage lazy initialization #2: 0x00007fff4b9aae90 CoreVideo
CVDisplayLink::runIOThread() + 722 frame #3: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #5: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13thread [generator] Fix bug 17232 - Invalid class name generated in the Libraries.g.cs file. #33, name = 'tid_29b07'
frame #0: 0x00007fff76d461b2 libsystem_kernel.dylib
__psynch_cvwait + 10 frame #1: 0x00007fff76dff5fe libsystem_pthread.dylib
_pthread_cond_wait + 775frame [appkit] Add NSImage lazy initialization #2: 0x0000000106366ed4 Clipboard Everywhere
mono_os_cond_timedwait(cond=0x0000000106577b18, mutex=0x0000000106577ad8, timeout_ms=500) at mono-os-mutex.c:44 [opt] frame #3: 0x000000010636f0a7 Clipboard Everywhere
mono_thread_info_sleep at mono-coop-mutex.h:102 [opt]frame [Foundation] Add null check to NSObject.AddObserver overload #4: 0x000000010636f087 Clipboard Everywhere
mono_thread_info_sleep [inlined] sleep_interruptable(ms=<unavailable>, alerted=<unavailable>) at mono-threads.c:1256 [opt] frame #5: 0x000000010636ef5c Clipboard Everywhere
mono_thread_info_sleep(ms=, alerted=0x0000700009ab6df4) at mono-threads.c:1288 [opt]frame [appkit] Add NSImage lazy initialization #2 #6: 0x00000001062d72a3 Clipboard Everywhere
monitor_thread(unused=<unavailable>) at threadpool-worker-default.c:703 [opt] frame #7: 0x00000001062e2599 Clipboard Everywhere
start_wrapper_internal(start_info=, stack_ptr=) at threads.c:1098 [opt]frame Bump maccore to get updated mlaunch. #8: 0x00000001062e23f7 Clipboard Everywhere
start_wrapper(data=0x00006000010d4080) at threads.c:1158 [opt] frame #9: 0x00007fff76dfc33d libsystem_pthread.dylib
_pthread_body + 126frame [mtouch] Fix issue where we'd incorrectly compute the target executable name. #10: 0x00007fff76dff2a7 libsystem_pthread.dylib
_pthread_start + 70 frame #11: 0x00007fff76dfb425 libsystem_pthread.dylib
thread_start + 13(lldb) detach
=================================================================
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 text was updated successfully, but these errors were encountered: