Crashes on Yakkety from official repos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-cpufreq |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Launching indicator-cpufreq from package version 0.2.2-0ubuntu2 results in a crash with the following output:
/usr/lib/
from gi.repository import Gtk
/usr/lib/
from gi.repository import AppIndicator3 as appindicator
Traceback (most recent call last):
File "/usr/bin/
ind = MyIndicator(
File "/usr/lib/
self.
File "/usr/lib/
fmin, fmax, governor = cpufreq.
File "/usr/lib/
policy = (p.contents.min, p.contents.max, p.contents.
ValueError: NULL pointer access
Version Information:
Package: indicator-cpufreq
Priority: extra
Section: universe/python
Installed-Size: 601
Maintainer: Ubuntu Developers <email address hidden>
Original-
Architecture: all
Version: 0.2.2-0ubuntu2
Depends: python3, python3:any (>= 3.3.2-2~), python3-dbus, python3-gi, gir1.2-
Filename: pool/universe/
Size: 25758
MD5sum: eb60e05356a8e7e
SHA1: 3e3be8431dda1b7
SHA256: 4ef03f9ace4fdfe
Description-en: CPU frequency scaling indicator
Indicator applet for displaying and changing CPU frequency on the fly. It
provides the same functionality as the GNOME CPU frequency applet, but doesn't
require GNOME panel and works under Unity.
Description-md5: 6f34a7c9948543b
Homepage: https:/
Bugs: https:/
Origin: Ubuntu
I've being using this indicator happily till today. Now it is crashing with message above. daemon was updated: daemon (3.22.1-0ubuntu2) to 3.23.3-0ubuntu1 daemon- schemas (3.22.1-0ubuntu2) to 3.23.3-0ubuntu1
What has changed in y system since it was working is gnome-settings-
gnome-settings-
gnome-settings-
I've fixed first warnings as suggested in warning message manually, but still left with: indicator- cpufreq" , line 79, in <module> options. show_frequency) python3/ dist-packages/ indicator_ cpufreq/ indicator. py", line 102, in __init__ update_ ui() python3/ dist-packages/ indicator_ cpufreq/ indicator. py", line 113, in update_ui get_policy( self.cpus[ 0]) python3/ dist-packages/ indicator_ cpufreq/ cpufreq. py", line 143, in get_policy governor. decode( ))
nazar-pc ~ indicator-cpufreq
Traceback (most recent call last):
File "/usr/bin/
ind = MyIndicator(
File "/usr/lib/
self.
File "/usr/lib/
fmin, fmax, governor = cpufreq.
File "/usr/lib/
policy = (p.contents.min, p.contents.max, p.contents.
ValueError: NULL pointer access