Fixed
Created: Jul 22, 2014
Updated: Dec 3, 2018
Resolved Date: Jul 23, 2015
Found In Version: 6.0.0.2
Fix Version: 6.0.0.23
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Kernel
When customer application exits as the system is being shut down, the following message appears:
[ 1328.365069] BUG: Bad rss-counter state mm:ffff88017f62c040 idx:0 val:344
The index comes from the following enum:
enum {
MM_FILEPAGES,
MM_ANONPAGES,
MM_SWAPENTS,
NR_MM_COUNTERS
}
So it seems some file pages have not gotten released as the application's process exits?
This is only happening on our slower platform:
This platform is using the "Intel(R) Atom(TM) CPU C2358 @ 1.74GHz" processor.
***Only reproduced on customer side***
1. shutdown the target with customer application running
2. below message is displayed while the application exit :
[ 1328.365069] BUG: Bad rss-counter state mm:ffff88017f62c040 idx:0 val:344