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/16278] orphaned stapsh goes to 100% CPU after stap closing


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

--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
Fixed in commit 2200b70. The 100% CPU usage comes from busy-looping between
poll() and fgets(), where poll() was returning POLLIN to indicate EOF and we
were not checking feof() after the failed fgets().

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