Created
September 18, 2015 15:49
-
-
Save directhex/46edffa677043ae6de49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Assertion at mono-threads.c:577, condition `thread_info_key' not met | |
Program received signal SIGABRT, Aborted. | |
0x00007ffff711bcc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
(gdb) bt | |
#0 0x00007ffff711bcc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
#1 0x00007ffff711f0d8 in __GI_abort () at abort.c:89 | |
#2 0x0000000000533eb9 in monoeg_log_default_handler (log_domain=<optimized out>, log_level=G_LOG_LEVEL_ERROR, | |
message=<optimized out>, unused_data=<optimized out>) at goutput.c:233 | |
#3 0x00000000005340bf in monoeg_g_logv (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, | |
format=format@entry=0x53d808 "* Assertion at %s:%d, condition `%s' not met\n", args=args@entry=0x7fffffffd9e8) at goutput.c:113 | |
#4 0x0000000000534206 in monoeg_assertion_message (format=format@entry=0x53d808 "* Assertion at %s:%d, condition `%s' not met\n") | |
at goutput.c:133 | |
#5 0x000000000052c18a in mono_threads_init (callbacks=callbacks@entry=0x7fffffffdae0, info_size=info_size@entry=1312) | |
at mono-threads.c:577 | |
#6 0x00000000004d3fa9 in sgen_client_init () at sgen-mono.c:2829 | |
#7 0x00000000004f01e2 in sgen_gc_init () at sgen-gc.c:2863 | |
#8 0x00000000004d427e in mono_gc_base_init () at sgen-mono.c:2963 | |
#9 0x00000000004a6639 in mono_init_internal (filename=0x7fffffffe13c "/tmp/mono-4.3.0.1229/debian/tmp/usr/bin/monodis", | |
exe_filename=exe_filename@entry=0x7fffffffe177 "debian/libmono-posix4.0-cil/usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll", runtime_version=runtime_version@entry=0x0) at domain.c:521 | |
#10 0x00000000004a7907 in mono_init_from_assembly (domain_name=<optimized out>, | |
filename=filename@entry=0x7fffffffe177 "debian/libmono-posix4.0-cil/usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll") at domain.c:906 | |
#11 0x000000000040a3b9 in main (argc=<optimized out>, argv=0x7fffffffdd58) at main.c:2005 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment