Skip to content

Instantly share code, notes, and snippets.

@timfel
Last active August 29, 2015 14:19
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 timfel/c85012cd3a504f04a89e to your computer and use it in GitHub Desktop.
Save timfel/c85012cd3a504f04a89e to your computer and use it in GitHub Desktop.
Reproduce RSqueak Windows Crash

For building

git clone https://github.com/HPI-SWA-Lab/RSqueak

Build RSqueak. This can be done, for example, by copying everything in .appveyor/ into the root folder of the repository, editing rsqueak-build.bat to include -Ojit, and then running it from a Visual Studio prompt. Alternatively, build targetrsqueak.py with JIT some other way.

Binary download

http://lively-kernel.org/babelsberg/RSqueak/rsqueak-win32-jit.exe

To reproduce

You need SDL.dll in your PATH or next to the binary (get here: http://www.libsdl.org/release/SDL-1.2.15-win32.zip). Then execute (from the cmdline from within the repo): rsqueak.exe images/Squeak-4.6-vmmaker.bench.image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment