-
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
Fedora 18 VM freeze on executing dtrace #122
Comments
Kernel trace for the above freeze [ 255.056502] BUG: unable to handle kernel NULL pointer dereference at 0000000000000088 |
The same for Ubuntu 16.04
|
I am on Fedora 18 VM (virtualbox running on OS X El Capitan host), Fedora kernel version - 3.6.10-4.fc18.x86_64. The VM freezes when I execute the below shown dtrace script
/* syscall.d */
syscall:::entry
/pid == 2348/
{
printf("%s %s %s %s", probeprov, probemod, probefunc, probename)
}
Attaching the screenshot which show the point at which the system freezes.
The script runs successfully on Fedora 18 kernel version 3.11.10-100.fc18.x86_64
The text was updated successfully, but these errors were encountered: