Skip to content

Instantly share code, notes, and snippets.

@praeclarum
Created February 7, 2015 06:46
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 praeclarum/37cf63de2d26ad1a5942 to your computer and use it in GitHub Desktop.
Save praeclarum/37cf63de2d26ad1a5942 to your computer and use it in GitHub Desktop.
My First CoreCLR OS X Run
Last login: Fri Feb 6 22:16:42 on ttys004
muon:~ fak$ cd Applications/
muon:Applications fak$ cd coreclr-osx/
muon:coreclr-osx fak$ ls
corerun libcoreclr.dylib libmscordaccore.dylib mscorlib.dll
muon:coreclr-osx fak$ ./corerun
Usage: corerun [OPTIONS] assembly [ARGUMENTS]
Execute the specified managed assembly with the passed in arguments
Options:
-c, --clr-path path to the libcoreclr.so and the managed CLR assemblies
muon:coreclr-osx fak$ ./corerun /Users/fak/Dropbox/Projects/NGraphics/Platforms/NGraphics.Net.Test/bin/Debug/NGraphics.Net.Test.exe
Assert failure (unable to format)
/Users/fak/Projects/coreclr/src/vm/stackwalktypes.h
SPOffset >= pUnwindInfo->RSPOffsetFromUnwindInfo
**** MessageBox invoked, title 'Assert failure (unable to format)' ****
SPOffset >= pUnwindInfo->RSPOffsetFromUnwindInfo
********
Assert failure (unable to format)
/Users/fak/Projects/coreclr/src/vm/stackwalktypes.h
FitsIn<DWORD>(pUnwindInfo->RBPOffset + (SPOffset - pUnwindInfo->RSPOffsetFromUnwindInfo))
**** MessageBox invoked, title 'Assert failure (unable to format)' ****
FitsIn<DWORD>(pUnwindInfo->RBPOffset + (SPOffset - pUnwindInfo->RSPOffsetFromUnwindInfo))
********
libc++abi.dylib: terminating with uncaught exception of type PAL_SEHException
Abort trap: 6
muon:coreclr-osx fak$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment