This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/12164] stap script causing ptrace to error with "Device or resource busy"


http://sourceware.org/bugzilla/show_bug.cgi?id=12164

--- Comment #4 from Erick Tryzelaar <erick.tryzelaar at gmail dot com> 2010-10-27 22:53:24 UTC ---
jistone on #systemtap had me run this systemtap script:

probe process.begin {
    printf("hello\n")
}

And we found that I was getting the same "Device or resource busy" when running
the stap script at the same time as "strace df". jistone thinks that this is a
kernel/utrace bug since this was reproducible down to systemtap 0.9.9 on Fedora
11 kernel 2.6.31.12-172.2.22.fc11, but not reproducible on Fedora 13 kernel 13
2.6.33.5-112.fc13.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]