Skip to content

Instantly share code, notes, and snippets.

@kdubau
Created April 14, 2016 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdubau/35db5d9740ca946acf7f213f22d3e51d to your computer and use it in GitHub Desktop.
Save kdubau/35db5d9740ca946acf7f213f22d3e51d to your computer and use it in GitHub Desktop.
Tests run: 680, Passed: 673, Errors: 0, Failures: 0, Inconclusive: 1
Not run: 6, Invalid: 0, Ignored: 6, Skipped: 0
Elapsed time: 00:15:36.4670000
Tests Not Run:
1) TestBrokenInsertionPoint (MonoDevelop.CSharpBinding.Refactoring.GenerateNewMemberTests.TestBrokenInsertionPoint)
2) TestMatchPunctuationCommitOnSpaceAndPunctuation3 (MonoDevelop.Ide.Gui.CompletionListWindowTests.TestMatchPunctuationCommitOnSpaceAndPunctuation3)
3) TestReturnCompletionWithAutoSelectOff (MonoDevelop.Ide.Gui.CompletionListWindowTests.TestReturnCompletionWithAutoSelectOff)
now always commits
4) RunAnimation (MonoDevelop.Ide.Gui.LogViewTests.RunAnimation)
This test is *far* too strict to reliably pass on different machines. A 20ms window is not enough
at MonoDevelop.Ide.Gui.LogViewTests+<RunAnimation>c__async0.MoveNext () <0x11ffcc360 + 0x000e0> in <filename unknown>:0
5) CheckLocalCopyBuildWarnings (MonoDevelop.Projects.LocalCopyTests.CheckLocalCopyBuildWarnings)
Check for build warnings disabled due to a bug in xbuild (BXC 15121)
6) TestDarkColorsAreDarker (MonoDevelop.VersionControl.Views.EditorCompareWidgetBaseTest.TestDarkColorsAreDarker)
No dark border colors with new flat design, borders have the same color
Results saved as /Users/kylewhite/Workspace/monodevelop/main/tests/TestResult_UnitTests.dll.xml.
2016-04-14 09:41:36.479 mdtool[3236:19478] error: * Assertion at gc.c:867, condition `finalizer_thread_exited' not met
Stacktrace:
Native stacktrace:
0 libmonosgen-2.0.dylib 0x000000010da4c6fa mono_handle_native_sigsegv + 282
1 libsystem_platform.dylib 0x00007fff8fb3e52a _sigtramp + 26
2 ??? 0x00007fff524d1da0 0x0 + 140734574173600
3 libsystem_c.dylib 0x00007fff8dbda37b abort + 129
4 libxammac.dylib 0x00000001134c3d53 _ZL12log_callbackPKcS0_S0_iPv + 67
5 libmonosgen-2.0.dylib 0x000000010dbf78a0 monoeg_assertion_message + 192
6 libmonosgen-2.0.dylib 0x000000010db60ec2 mono_gc_cleanup + 930
7 libmonosgen-2.0.dylib 0x000000010db5904e mono_runtime_cleanup + 14
8 libmonosgen-2.0.dylib 0x000000010d9a3f41 mini_cleanup + 721
9 libmonosgen-2.0.dylib 0x000000010da17e0f mono_main + 7119
10 mdtool 0x000000010d72e820 main + 2560
11 libdyld.dylib 0x00007fff8a2605ad start + 1
Debug info from gdb:
"monobt" command installed
(lldb) command source -s 0 '/tmp/mono-gdb-commands.H4l2Yu'
Executing commands in '/tmp/mono-gdb-commands.H4l2Yu'.
(lldb) process attach --pid 3236
Process 3236 stopped
* thread #1: tid = 0x4c16, 0x00007fff846bc72a libsystem_kernel.dylib`__wait4 + 10, name = 'tid_a0b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x00007fff846bc72a libsystem_kernel.dylib`__wait4 + 10
libsystem_kernel.dylib`__wait4:
-> 0x7fff846bc72a <+10>: jae 0x7fff846bc734 ; <+20>
0x7fff846bc72c <+12>: movq %rax, %rdi
0x7fff846bc72f <+15>: jmp 0x7fff846b7414 ; cerror
0x7fff846bc734 <+20>: retq
Executable module set to "/Users/kylewhite/Workspace/monodevelop/main/build/bin/mdtool".
Architecture set to: x86_64h-apple-macosx.
(lldb) thread list
Process 3236 stopped
* thread #1: tid = 0x4c16, 0x00007fff846bc72a libsystem_kernel.dylib`__wait4 + 10, name = 'tid_a0b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
thread #2: tid = 0x4c19, 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
thread #3: tid = 0x4c1c, 0x00007fff846bd0a2 libsystem_kernel.dylib`kevent_qos + 10, queue = 'com.apple.libdispatch-manager'
thread #4: tid = 0x4c47, 0x00007fff846b6c96 libsystem_kernel.dylib`mach_msg_trap + 10, name = 'com.apple.NSEventThread'
thread #5: tid = 0x4c48, 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
(lldb) thread backtrace all
* thread #1: tid = 0x4c16, 0x00007fff846bc72a libsystem_kernel.dylib`__wait4 + 10, name = 'tid_a0b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
* frame #0: 0x00007fff846bc72a libsystem_kernel.dylib`__wait4 + 10
frame #1: 0x000000010da4c791 libmonosgen-2.0.dylib`mono_handle_native_sigsegv(signal=<unavailable>, ctx=<unavailable>, info=<unavailable>) + 433 at mini-exceptions.c:2348 [opt]
frame #2: 0x00007fff8fb3e52a libsystem_platform.dylib`_sigtramp + 26
frame #3: 0x00007fff846bc0af libsystem_kernel.dylib`__pthread_kill + 11
frame #4: 0x00007fff8faa1500 libsystem_pthread.dylib`pthread_kill + 90
frame #5: 0x00007fff8dbda37b libsystem_c.dylib`abort + 129
frame #6: 0x00000001134c3d53 libxammac.dylib`log_callback(char const*, char const*, char const*, int, void*) + 67
frame #7: 0x000000010dbf78a0 libmonosgen-2.0.dylib`monoeg_assertion_message [inlined] monoeg_g_logv(log_domain=<unavailable>, log_level=G_LOG_LEVEL_ERROR) + 68 at goutput.c:113 [opt]
frame #8: 0x000000010dbf785c libmonosgen-2.0.dylib`monoeg_assertion_message(format=<unavailable>) + 124 at goutput.c:133 [opt]
frame #9: 0x000000010db60ec2 libmonosgen-2.0.dylib`mono_gc_cleanup [inlined] mono_os_sem_post + 930 at mono-os-semaphore.h:136 [opt]
frame #10: 0x000000010db60eb7 libmonosgen-2.0.dylib`mono_gc_cleanup [inlined] mono_coop_sem_post at mono-coop-semaphore.h:64 [opt]
frame #11: 0x000000010db60eb7 libmonosgen-2.0.dylib`mono_gc_cleanup [inlined] mono_gc_finalize_notify at gc.c:623 [opt]
frame #12: 0x000000010db60eb7 libmonosgen-2.0.dylib`mono_gc_cleanup + 919 at gc.c:818 [opt]
frame #13: 0x000000010db5904e libmonosgen-2.0.dylib`mono_runtime_cleanup(domain=<unavailable>) + 14 at appdomain.c:356 [opt]
frame #14: 0x000000010d9a3f41 libmonosgen-2.0.dylib`mini_cleanup(domain=0x00007fedca41aaa0) + 721 at mini-runtime.c:4017 [opt]
frame #15: 0x000000010da17e0f libmonosgen-2.0.dylib`mono_main(argc=<unavailable>, argv=<unavailable>) + 7119 at driver.g.c:2166 [opt]
frame #16: 0x000000010d72e820 mdtool`main + 2560
frame #17: 0x00007fff8a2605ad libdyld.dylib`start + 1
frame #18: 0x00007fff8a2605ad libdyld.dylib`start + 1
thread #2: tid = 0x4c19, 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
frame #0: 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff8fa9f73d libsystem_pthread.dylib`_pthread_cond_wait + 767
frame #2: 0x000000010dbc26ad libmonosgen-2.0.dylib`thread_func [inlined] mono_os_cond_wait(mutex=0x000000010dd2a0b0) + 15 at mono-os-mutex.h:105 [opt]
frame #3: 0x000000010dbc269e libmonosgen-2.0.dylib`thread_func(thread_data=0x0000000000000000) + 462 at sgen-thread-pool.c:118 [opt]
frame #4: 0x00007fff8fa9e9b1 libsystem_pthread.dylib`_pthread_body + 131
frame #5: 0x00007fff8fa9e92e libsystem_pthread.dylib`_pthread_start + 168
frame #6: 0x00007fff8fa9c385 libsystem_pthread.dylib`thread_start + 13
thread #3: tid = 0x4c1c, 0x00007fff846bd0a2 libsystem_kernel.dylib`kevent_qos + 10, queue = 'com.apple.libdispatch-manager'
frame #0: 0x00007fff846bd0a2 libsystem_kernel.dylib`kevent_qos + 10
frame #1: 0x00007fff8ae0c1ad libdispatch.dylib`_dispatch_mgr_invoke + 216
frame #2: 0x00007fff8ae0be15 libdispatch.dylib`_dispatch_mgr_thread + 52
thread #4: tid = 0x4c47, 0x00007fff846b6c96 libsystem_kernel.dylib`mach_msg_trap + 10, name = 'com.apple.NSEventThread'
frame #0: 0x00007fff846b6c96 libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x00007fff846b60d7 libsystem_kernel.dylib`mach_msg + 55
frame #2: 0x00007fff92361024 CoreFoundation`__CFRunLoopServiceMachPort + 212
frame #3: 0x00007fff923604ec CoreFoundation`__CFRunLoopRun + 1356
frame #4: 0x00007fff9235fd38 CoreFoundation`CFRunLoopRunSpecific + 296
frame #5: 0x00007fff87ef9eed AppKit`_NSEventThread + 149
frame #6: 0x00007fff8fa9e9b1 libsystem_pthread.dylib`_pthread_body + 131
frame #7: 0x00007fff8fa9e92e libsystem_pthread.dylib`_pthread_start + 168
frame #8: 0x00007fff8fa9c385 libsystem_pthread.dylib`thread_start + 13
thread #5: tid = 0x4c48, 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
frame #0: 0x00007fff846bbf5e libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff8fa9f73d libsystem_pthread.dylib`_pthread_cond_wait + 767
frame #2: 0x000000011271f200 libgdk-quartz-2.0.0.dylib`select_thread_func(arg=0x0000000000000000) + 144 at gdkeventloop-quartz.c:245
frame #3: 0x00007fff8fa9e9b1 libsystem_pthread.dylib`_pthread_body + 131
frame #4: 0x00007fff8fa9e92e libsystem_pthread.dylib`_pthread_start + 168
frame #5: 0x00007fff8fa9c385 libsystem_pthread.dylib`thread_start + 13
(lldb) detach
Process 3236 detached
(lldb) quit
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
/bin/sh: line 1: 3236 Abort trap: 6 ( MONODEVELOP_LOCALE_PATH="/Users/kylewhite/Workspace/monodevelop/main/build/locale" "/Users/kylewhite/Workspace/monodevelop/main/build/bin/mdtool" run-md-tests -xml=TestResult_`basename $asm`.xml -labels $asm )
make[2]: *** [test] Error 134
make[1]: *** [test] Error 2
make: *** [test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment