Skip to content
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

Pagesize not configurable #39

Closed
ChristianMoesl opened this issue Sep 24, 2017 · 1 comment
Closed

Pagesize not configurable #39

ChristianMoesl opened this issue Sep 24, 2017 · 1 comment

Comments

@ChristianMoesl
Copy link
Contributor

I tried to change to PAGESIZE to 1024 and tested selfie. But if i execute this:

./selfie -c selfie.c -o selfie3.m -s selfie3.s -y 3 -l selfie3.m -y 2 -l selfie3.m -y 2 -c selfie.c -o selfie4.m -s selfie4.s

it fails in restoreContext() (line 6598) with an segmentation fault. As far as i understood it, virtual memory isn't correctly mapped at this time.

@ChristianMoesl
Copy link
Contributor Author

ChristianMoesl commented Oct 4, 2017

Closing, because i fixed this issue in e0d24df.

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

No branches or pull requests

1 participant