Skip to content

Instantly share code, notes, and snippets.

@praeclarum
Created February 7, 2015 07:08
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/c11200dc8c05edc1046f to your computer and use it in GitHub Desktop.
Save praeclarum/c11200dc8c05edc1046f to your computer and use it in GitHub Desktop.
My Second CoreCLR OS X Run
muon:coreclr-osx fak$ ls -al
total 51768
drwxr-xr-x 8 fak staff 272 Feb 6 23:06 .
drwx------ 7 fak staff 238 Feb 6 22:36 ..
-rwxr-xr-x 1 fak staff 49820 Feb 6 22:31 corerun
-rw-r--r-- 1 fak staff 194 Feb 6 22:50 helloworld.cs
-rwxr-xr-x 1 fak staff 3072 Feb 6 22:50 helloworld.exe
-rwxr-xr-x 1 fak staff 23490408 Feb 6 23:05 libcoreclr.dylib
-rwxr-xr-x 1 fak staff 4176 Feb 6 23:05 libmscordaccore.dylib
-rw-r--r--@ 1 fak staff 2941952 Feb 6 22:38 mscorlib.dll
muon:coreclr-osx fak$ ./corerun helloworld.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))
********
Segmentation fault: 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment