Skip to content

Instantly share code, notes, and snippets.

@chamons
Created November 10, 2015 15:50
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 chamons/f654f4e2646462627ea9 to your computer and use it in GitHub Desktop.
Save chamons/f654f4e2646462627ea9 to your computer and use it in GitHub Desktop.
#0 0x006310d1 in 0x006310d1 ()
#1 0x00630f8c in 0x00630f8c ()
#2 0x00631049 in 0x00631049 ()
#3 0x0100ee3a in mono_jit_runtime_invoke at /private/tmp/source-mono-mac-4.2.0-bug-33585-hotfix/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.1/mono/mini/mini-runtime.c:2334
#4 0x011d347f in mono_runtime_invoke at /private/tmp/source-mono-mac-4.2.0-branch-pr-2090/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.1/mono/metadata/object.c:2783
#5 0x00002896 in main at /Users/donblas/Programming/mono_embed/main.cpp:114
#6 0x9e05a6ad in start ()
Starting embed test
Mono: Assembly Loader probing location: '/Library/Frameworks/Mono.framework/Versions/current//lib/mono/4.5/mscorlib.dll'.
Mono: Image addref mscorlib[0x104300] -> /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/mscorlib.dll[0x181aa00]: 2
Mono: AOT: module /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/mscorlib.dll.dylib is unusable: compiled against runtime version '4.2.1 (explicit/804ddbc Mon Sep 28 18:40:29 EDT 2015)' while this runtime has version '4.2.1 (explicit/804ddbc)'.
Mono: Assembly Loader loaded assembly from location: '/Library/Frameworks/Mono.framework/Versions/current//lib/mono/4.5/mscorlib.dll'.
Mono: Config attempting to parse: '/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/mscorlib.dll.config'.
Mono: Config attempting to parse: '/Library/Frameworks/Mono.framework/Versions/current//etc/mono/assemblies/mscorlib/mscorlib.config'.
Mono: Assembly mscorlib[0x104300] added to domain EmbedTest.exe, ref_count=1
Mono: Assembly Loader probing location: '/Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe'.
Mono: Image addref EmbedTest[0x512280] -> /Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe[0x182ee00]: 2
Mono: Assembly EmbedTest[0x512280] added to domain EmbedTest.exe, ref_count=1
Mono: AOT module '/Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe.dylib' not found: dlopen(/Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe.dylib, 9): image not found
Mono: AOT module '/Library/Frameworks/Mono.framework/Versions/current//lib/mono/aot-cache/x86/EmbedTest.exe.dylib' not found: dlopen(/Library/Frameworks/Mono.framework/Versions/current//lib/mono/aot-cache/x86/EmbedTest.exe.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe'.
Mono: Config attempting to parse: '/Users/donblas/Programming/mono_embed/EmbedTest/bin/Debug/EmbedTest.exe.config'.
Mono: Config attempting to parse: '/Library/Frameworks/Mono.framework/Versions/current//etc/mono/assemblies/EmbedTest/EmbedTest.config'.
Mono: Assembly Ref addref EmbedTest[0x512280] -> mscorlib[0x104300]: 2
Mono: DllImport attempting to load: '__Internal'.
Mono: DllImport loaded library '(null)'.
Mono: DllImport searching in: '__Internal' ('(null)').
Mono: Searching for 'CallbackA'.
Mono: Probing 'CallbackA'.
Mono: Found as 'CallbackA'.
Mono: DllImport searching in: '__Internal' ('(null)').
Mono: Searching for 'CallbackB'.
Mono: Probing 'CallbackB'.
Mono: Found as 'CallbackB'.
CallbackA 3.500000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment