Skip to content

Fedora 18 VM freeze on executing dtrace #122

@viveksubbarao

Description

@viveksubbarao

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.

screen shot 2016-06-09 at 5 24 19 pm

The script runs successfully on Fedora 18 kernel version 3.11.10-100.fc18.x86_64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions