Created
February 7, 2015 06:46
-
-
Save praeclarum/37cf63de2d26ad1a5942 to your computer and use it in GitHub Desktop.
My First CoreCLR OS X Run
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
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