Comment 5 for bug 495380

Revision history for this message
Shofi Islam (shofi-islam) wrote :

Had a look at the current source code for Maverick. I think there are the following bugs

1) For >4 cores, SysmonitorScreenlet.py, counts these from 1-4 instead of 0-3, causing the array to go out of bounds, hence show only 3 of the cores. This should be reset, and the hardcoded range removed, as this will fail with anything greater than 4 cores.

2) The positioning used to show the CPU graphs is off, again due to the CPU counting.

I am hacking a version of the code and can now see 4 cores. My working is attached, but please note the code is very rough.