-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maxime crashes when running with VMA #22
Comments
Hi Nate, AFAIK the VMA configuration options have not been thoroughly tested after MaxineVM v2.1. @zakkak I recall you did some work on VMA, any recall? |
I'm having trouble building v2.0. Do you know what version/tag of the mx repo I should be using with v2.0 of Maxine? Whenever I run mx build I get the error: I tried syncing mx to version/tag: 5.116.0 (which is was the most recent version as of the v2.0.0 Maxine release date) but that didn't seem to help either. Any suggestions @kotselidis ? |
@kotselidis I don't recall working on the VMA TBH (just touching some shared code maybe).
@nkushman You will need the |
Hello,
I've compiled and run Maxine with the docker image, following the instructions here: https://maxine-vm.readthedocs.io/en/latest/build.html#developing-using-a-docker-container
mx helloworld runs successfully:
I then compile the VMA image using the command from here: https://maxine-vm.readthedocs.io/en/latest/Virtual-Machine-Level-Analysis.html#building-handlers-into-the-boot-image
(fixing the typo in the documentation to change handler --> handlers)
When I run:
The VM crashes generating the below stack trace. It seems that either there's a problem with the code or the documentation, but I'm not sure which:
error.txt
The text was updated successfully, but these errors were encountered: