Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created September 5, 2017 23:34
Show Gist options
  • Save kumpera/185883fcee62a90d544ac2984c587e6c to your computer and use it in GitHub Desktop.
Save kumpera/185883fcee62a90d544ac2984c587e6c to your computer and use it in GitHub Desktop.
kumpera-macpro:wasm-hack rokumper$ make run
STATUS: Preparing... (0/1)
STATUS: All downloads complete.
LOADING mscorlib.dll
LOADING System.dll
LOADING System.Core.dll
LOADING hello.exe
LOADING nunitlite.dll
LOADING mini_tests.dll
-----LOADED ----
WASM: NUnitLite 1.0.0 (.NET 4.5 Debug)
WASM: Copyright 2013, Charlie Poole
WASM:
WASM: Runtime Environment -
WASM: OS Version: Unix 1.0.0.0
WASM: Mono Version: 4.0.30319.42000
WASM:
WASM: ***** /managed/mini_tests.dll
WASM: ***** JitTests
WASM: ***** JitTests.Aot
WASM: Running 'test_0_array_delegate_full_aot' ...
WASM: interp/interp.c:2154: Attempting to JIT compile method '(wrapper unknown) object:interp_in_static (object,intptr,intptr,intptr)' while running in aot-only mode. See https://developer.xamarin.com/guides/ios/advanced_topics/limitations/ for more information.
WASM: assembly:<unknown assembly> type:<unknown type> member:<none>
WASM:
mono.js:8427: abort() at Error
at jsStackTrace (mono.js:1106:13)
at stackTrace (mono.js:1123:12)
at Object.abort (mono.js:9150:44)
at _abort (mono.js:6531:22)
at _mono_log_write_logfile (wasm-function[5072]:251)
at _structured_log_adapter (wasm-function[5084]:30)
at _monoeg_g_logv (wasm-function[285]:85)
at _monoeg_g_log (wasm-function[287]:33)
at _mono_error_assert_ok_pos (wasm-function[5012]:67)
at _mono_interp_create_method_pointer (wasm-function[571]:95)
If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.
if (typeof e !== 'number' && e !== 'longjmp') throw e;
^
make: *** [run] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment