On 25/03/13 10:13, Nathan Scott wrote:
----- Original Message -----
I'm seeing this on multiple platforms ...
Traceback (most recent call last):
File "/usr/bin/pmcollectl", line 1024, in <module>
s.print_header1()
File "/usr/bin/pmcollectl", line 253, in print_header1
self.print_header1_brief()
File "/usr/bin/pmcollectl", line 501, in print_header1_brief
ndashes = (((len(self.interrupt_metric_value[0])) * 6) - 6) / 2
TypeError: object of type 'long' has no len()
Any clues?
Hmm, well it looks like its failing because its trying to get the
length of a long whereas its expecting to be getting the length of
a list. I think. Is this a single CPU machine?
Yep all the failing cases are single CPU machines.
|