-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix self hosting [i386] #84
Comments
Linux setup_client_stack has, at the end of the function
But on FreeBSD this is just
|
The above change doesn't seem to help much. I also see that the vg-in-place script used dirname, which uses capability mode. |
Haven't tried this for a while. With a GCC built outer and clang built inner I get Warning: client switching stacks? SP change: 0xfbbfeb00 --> 0x282ceb90 Linux also generates the message above valgrind: mmap(0x4caf000, 20480) failed in UME with error 22 (Invalid argument). With -d -d on the inner I see
so this request should work according to the inner. However according to the outer --3293:1: aspacem 13: ANON 0004c20000-00051c2fff 5910528 rwx-- |
Self hosting on i386 just produces 1000 errors then terminates.
The text was updated successfully, but these errors were encountered: