[mythtv-commits] Ticket #10170: smolt throws exception reading memory on kernel-3.0+

MythTV noreply at mythtv.org
Sat Nov 19 22:00:03 UTC 2011


#10170: smolt throws exception reading memory on kernel-3.0+
-------------------------------------+-------------------------------------
 Reporter:  Jon Burgess              |           Type:  Bug Report -
  <jburgess777@…>                    |  General
   Status:  new                      |       Priority:  minor
Milestone:  unknown                  |      Component:  MythTV - General
  Version:  Trunk Head               |       Severity:  low
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-------------------------------------
 The mythtv smolt code fails to grok the kernel-3.0 version and triggers
 the exception below:
 {{{
 2011-11-19 21:02:49.270462 I  Last hardware profile update was > 30 days
 ago, update required...
 2011-11-19 21:02:49.270510 I  Locking input devices
 Traceback (most recent call last):
   File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 420, in
 <module>
     main()
   File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 403, in
 main
     profile = read_profile(gate, smolt.read_uuid())
   File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 299, in
 read_profile
     profile = smolt.create_profile(gate, uuid)
   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1249, in
 create_profile
     return create_profile_nocatch(gate, uuid)
   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1241, in
 create_profile_nocatch
     return _HardwareProfile(gate, uuid)
   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 513, in __init__
     self.host = Host(gate, uuid)
   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 220, in __init__
     self.systemMemory = gate.process('ram_size', memory['ram'], 0)
 TypeError: 'NoneType' object is not subscriptable

 $ uname -r
 3.1.1-2.fc16.x86_64
 }}}
 This issue was previously reported against the Fedora smolt code in:
 https://bugzilla.redhat.com/show_bug.cgi?id=722859

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10170>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list