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 #2 from David Smith <dsmith at redhat dot com> ---
This appears to be coming from stp_print_flush (runtime/print_flush.c). Lines
131+ look like this:

                c = _stp_runtime_entryfn_get_context();                         

                dbug_trans(1, "calling _stp_data_write...\n");                  
                stp_spin_lock_irqsave(&_stp_print_lock, flags);                 
                while (len > 0) {                                               

The warning seems to come from the call to stp_spin_lock_irqsave(). I'm still
unsure of why the warning happens.

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