Bug 826191
| Summary: | upowerd spams logs with warning msg about /proc/timer_stats | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Langhoff <martin> |
| Component: | upower | Assignee: | Richard Hughes <hughsient> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | fedora, hughsient, rhughes |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-03 15:17:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Langhoff
2012-05-29 18:47:15 UTC
commit fd32f0be0f16b9420bdecd57d4a0cdcfc3882960
Author: Richard Hughes <richard>
Date: Wed Oct 3 16:20:20 2012 +0100
Do not continue to poll if /proc/timer_stats is not readable
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=826191
Thank you! Ah, I see the fix is "upstream". ETA for landing in a release/build in Fedora? (In reply to comment #3) > Ah, I see the fix is "upstream". ETA for landing in a release/build in > Fedora? If you can verify it fixes the bug, I'll do a new upstream release next week. I am trying to verify this, but I ran into something very strange.
We found this issue in May, with F17 reasonably stable, while looking at other upower-related things. Between that and OLPC's OS release ("12.1.0") upower did not change, we did not add /proc/timer_stats and our upower config did not change either. Yet the behaviour seems to have vanished, or rather, I cannot repro it.
I spent a couple hours today trying to repro it on our final 12.1.0 with various configurations -- XO-1.5, XO-1.75, full battery, low battery, etc. I can probably go back to the exact build I used back in May and bisect it to which build it disappeared in, but that's very time-consuming.
Perhaps you can help me repro. Is this codepath conditional on something else?
(In reply to comment #5) > Perhaps you can help me repro. Is this codepath conditional on something > else? Yes, hence why I was surprised by this bug. Try running something like gnome-power-statistics that uses the interface for stats reporting. This issue is still present (or again). Might also be caused by https://bugs.freedesktop.org/show_bug.cgi?id=100626. Anyway, with upower-0.99.4-2.fc25.x86_64, I can reproduce these steps: 1. start gnome-power-manager 2. have a look at syslog What happens: Syslog is spammed by the warning specified in https://cgit.freedesktop.org/upower/tree/src/up-wakeups.c#n467 What should happen: Logging this once is enough. |