-
Notifications
You must be signed in to change notification settings - Fork 226
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
Entire system freezes on Google Compute Engine VM #114
Comments
GCE is a kvm instance, I recall testing dtrace in a kvm instance on my machine On 06/05/2015 01:35 PM, Aaron Jacobs wrote:
Satire is the escape hatch from the cycle of sorrow, hatred and violence. #JeSuisCharlie |
its possibly its Xen causing the issue. Best thing to try is on an Ubuntu When a panic/freeze occurs, likely the kernel is double-faulted - it can be If you are lucky, after a reboot /var/log/kern.log will have the trail end Be helpful to see /proc/dtrace/trace before doing any dtrace activity - it On 5 June 2015 at 13:02, Caleb James DeLisle [email protected]
|
Thanks for the tips. I ran this:
and the SSH session on which I ran it immediately froze up, with dtrace not responding to Ctrl-C, and eventually timed out. Other sessions continued to work, but the system would no longer respond to new SSH connections. I got this NMI watchdog message in |
I'm trying to get dtrace working on a Linux VM running on Google Cloud Engine. I can successfully load the kernel module, but the moment I run dtrace my SSH session stops responding (and eventually fails with "Broken pipe"). I can't SSH in again until I reboot the VM.
For example, I tried to do this as a hello world:
I don't know the first thing about dtrace, so maybe I'm doing something dumb here. Is this expected?
Here's my version:
The text was updated successfully, but these errors were encountered: