From: Wenzong Fan <[email protected]> top utiliy fails to read /proc/stat after cpu offline, because Cpu_tot is still the original cpu numbers when calling cpus_refresh, in which it is trying to read and sscanf Cpu_tot times /proc/stat. The patch is from procps-3.2.8-2.fc12.src.rpm
The following changes since commit 590010a6525b0e1bc1de73e794764e23404591df: core-image-weston: add weston-examples to the image (2013-06-18 17:33:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/procps http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/procps Wenzong Fan (1): procps: fix that top will quit after cpu offline .../procps-3.2.8/procps-3.2.7-top-remcpu.patch | 111 ++++++++++++++++++++ meta/recipes-extended/procps/procps_3.2.8.bb | 1 + 2 files changed, 112 insertions(+) create mode 100644 meta/recipes-extended/procps/procps-3.2.8/procps-3.2.7-top-remcpu.patch -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
