Launchpad has imported 13 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=239945.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2007-05-13T02:31:45+00:00 Arjan wrote:

Description of problem:
        /* setup the processing of feed update results */
        g_timeout_add_full(G_PRIORITY_DEFAULT_IDLE,
                           100, 
                           update_dequeue_results,
                           NULL,
                           NULL);


this code sets a.. 100 miliseconds timer to look at a queue which will be empty
most of the time.

timer should only be set if there's actually anything in the queue...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/0

------------------------------------------------------------------------
On 2007-05-13T02:39:46+00:00 Brian wrote:

Reported upstream:
http://sourceforge.net/tracker/index.php?func=detail&aid=1717978&group_id=87005&atid=581684

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/1

------------------------------------------------------------------------
On 2007-05-13T02:52:05+00:00 Arjan wrote:

Created attachment 154598
Patch to fix the 100ms timer

The patch attached fixes the 100ms timer. There's still at least one
once-per-second timer left that also wants fixing; but the 100ms one is a good
start to get fixed soon.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/2

------------------------------------------------------------------------
On 2007-05-13T20:05:15+00:00 Brian wrote:

Applied patch, and tagged for F7.  liferea-1.2.10c-2.fc7

sent patch to upstream.

Thanks, Arjan!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/5

------------------------------------------------------------------------
On 2007-05-13T20:08:17+00:00 Bastien wrote:

(In reply to comment #2)
<snip>
> There's still at least one
> once-per-second timer left that also wants fixing; but the 100ms one is a good
> start to get fixed soon.

So not quite fixed yet, reopening.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/6

------------------------------------------------------------------------
On 2007-05-13T21:07:19+00:00 Brian wrote:

(In reply to comment #4)
> (In reply to comment #2)
> <snip>
> > There's still at least one
> > once-per-second timer left that also wants fixing; but the 100ms one is a 
> > good
> > start to get fixed soon.
> 
> So not quite fixed yet, reopening.

>From upstream:
Patch merged against 1.2.x and 1.3.x sources. I agree with changing the
100ms timer, but I do not with the second 1000ms which is only called
rarely (after HTTP errors) to allow 3 retries per request. So it is not
continuous timer and should cause not much load.


Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/7

------------------------------------------------------------------------
On 2007-05-14T02:06:29+00:00 Arjan wrote:

the 1 second timer is in feedlist.c, it's to call feedlist_auto_update() it
seems.... that's not the same as the 1 second http error timer, which is also
there but which is perfectly fine

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/9

------------------------------------------------------------------------
On 2007-05-16T01:24:04+00:00 Jeff wrote:

While the last patch (applied in liferea-1.2.10c-2.fc7) helped a little. I think
there still needs to be much more done here. Before the patch liferea caused
about 170 wakeups a second according to powertop. Now it's down to around 160.
That still seems unreasonably high to me.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/10

------------------------------------------------------------------------
On 2007-06-27T22:15:39+00:00 Brian wrote:

*** Bug 246021 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/12

------------------------------------------------------------------------
On 2007-07-05T19:14:11+00:00 Fedora wrote:

liferea-1.2.19-2.fc7 has been pushed to the Fedora 7 testing repository.
If problems still persist, please make note of it in this bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/13

------------------------------------------------------------------------
On 2007-07-06T17:39:25+00:00 Need wrote:

WFM thanks!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/14

------------------------------------------------------------------------
On 2007-07-08T14:58:04+00:00 Need wrote:

liferea-1.2.19-2.fc7

Not sure if this is related, but liferea is stuck in a loop at the moment,
eating cpu. strace shows:
brk(0xdd35000)                          = 0xdd35000
brk(0xdd56000)                          = 0xdd56000
brk(0xdd77000)                          = 0xdd77000
brk(0xdd98000)                          = 0xdd98000
brk(0xddb9000)                          = 0xddb9000
brk(0xddda000)                          = 0xddda000
brk(0xddfb000)                          = 0xddfb000
brk(0xde1c000)                          = 0xde1c000
brk(0xde3d000)                          = 0xde3d000
brk(0xde5e000)                          = 0xde5e000
brk(0xde7f000)                          = 0xde7f000


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/15

------------------------------------------------------------------------
On 2007-07-11T15:19:29+00:00 Fedora wrote:

liferea-1.2.19-2.fc7 has been pushed to the Fedora 7 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/114356/comments/16


** Changed in: liferea (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/114356

Title:
  liferea keeps waking up the cpu a lot

To manage notifications about this bug go to:
https://bugs.launchpad.net/liferea/+bug/114356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to