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/4075] BUG: sleeping function called from invalid context, when running systemtap tests


------- Additional Comments From hunt at redhat dot com  2007-02-19 16:42 -------
Looks like __get_user() and maybe some other copy functions are now calling
might_sleep(). Their messages can be safely ignored in our case, but they do
slow things down.  The solution is either to use functions that do not call
might_sleep in ppc64 or implement our own equivalent copy functions in
runtime/copy.c

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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