ZeroDivisionError in CPU Frequency Monitor: float division by zero
Bug #774916 reported by
ali hichem
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn Extras |
Fix Released
|
Low
|
onox |
Bug Description
*python-awn-extras:
0.4.1~bzr1507-
*OS:
Ubuntu 11.04
*traceback:
Traceback (most recent call last):
File "/usr/lib/
applet_
File "/usr/share/
self.
File "/usr/share/
number = float(self.
ZeroDivisionError: float division by zero
Related branches
description: | updated |
tags: |
added: cpu-freq traceback removed: awn |
Changed in awn-extras: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for the bug report. Can you edit /usr/share/ avant-window- navigator/ applets/ cpufreq/ cpufreq. py and go to line 155. You should see something that begins with:
self.freq_ range_per_ image = ...
Please insert a new line above it with the following text:
print self.backend. get_phys_ max_frequency( ), self.backend. get_phys_ min_frequency( )
Then run avant-window- navigator in a terminal check which numbers it prints.
Please also tell me which CPU you have. You can do this by running in a terminal:
cat /proc/cpuinfo > awn_cpufreq_cpuinfo
Then attach the file awn_cpufreq_cpuinfo that you will find in your home folder to this bug report. (See the link below the comment form)