segdeha / phpfr

Automatically exported from code.google.com/p/phpfr
0 stars 0 forks source link

Widget freezes, grabbing 100% CPU #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. This seems to happen when the widget has been loaded in the Dashboard for a 
while (weeks), 
whether or not it has been used heavily

What is the expected output? What do you see instead?

The widget becomes unresponsive, eventually taking over the CPU.  The remedy is 
to force quit 
the widget from Activity Monitor.

What version of the product are you using? On what operating system?

0.9.6.1b

Please provide any additional information below.

The most likely culprit is the animation code for expanding/collapsing the 
widget.  There may be 
a setInterval that is not being cleared properly and recursively spawning 
processes.

Original issue reported on code.google.com by Andrew...@gmail.com on 11 Jan 2007 at 6:07

GoogleCodeExporter commented 9 years ago
As all code was rewritten, it's unlikely that this issue will continue to exist.

Original comment by segdeha on 27 Mar 2008 at 4:33