-
Notifications
You must be signed in to change notification settings - Fork 26
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
Vchan communication a bit crashy #65
Labels
Comments
Logs:
It was rebooted at this point. |
I think we have to wait for upstream Xen to implement "revokable grants" to fix this properly. Without this we end up with pages in funny states which then provokes ... interesting ... error behaviour in Linux. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying out Vchans to see how much of a fit were they for a high-performance inter-domain logging server. To start off, I created a client-server pair using the Unix backend.
Server:
Client:
To check robustness, I tried interrupting the client mid-write and it goes well. When I interrupted the server, howerver, the client just hung in the kernel (status
D
according tops
) and couldn't be killed.Then with that hung client still round, I started three separate instances of the server and one more client. And then the dom0 hung.
This is Xen-4.4, everything was in dom0. Will try to attach logs if there were some after I recover access to the machine.
The text was updated successfully, but these errors were encountered: