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/21860] on rawhide, the bz1027459.exp test case causes a kernel warning


https://sourceware.org/bugzilla/show_bug.cgi?id=21860

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Note that the following simple stap command will trigger this warning:

# stap -ve 'probe syscall.read { printf("hi\n"); exit() }'

Also note that this is printed from the kernel with print_deferred_once(), so
this warning will only happen once per kernel boot, which makes it a bit more
annoying to debug.

-- 
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]