thenoizz / stressapptest

Exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 1 forks source link

Log: address: 0x737307000, DIMM Unknown while start googlestress #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install googlestress app 1.0.6 autoconf rpm
2. Run script to start CPU and DIMM stress for specific time
3.

What is the expected output? What do you see instead?

There shouldn't has error message on DIMM
What version of the product are you using? On what operating system?
Intel Avoton C2750 8C CPU
8G Micron 1600MHZ SODIMM *2
Centos6.3
Please provide any additional information below.
Please see the test result on attach.

Original issue reported on code.google.com by ehsiao0...@gmail.com on 24 Apr 2014 at 4:33

Attachments:

GoogleCodeExporter commented 9 years ago
This log contains no error messages, error message lines are prefixed with 
"Error:", while informational messages are prefixed with "Log:" 

In very, very verbose mode "-v 20", stressapptest will print a sampling of 
address to dimm/chip mappings on startup, in the format 

Log: address: 0x737307000, DIMM5
Log: address: 0x123456000, DIMM2
...

If you do not have an implementation for address to dimm mapping all addresses 
map to "DIMM Unknown", so this mapping isn't very interesting. 

Avoiding the "-v 20" argument will avoid printing arbitrary debug info that may 
not be interesting. 

Original comment by nsanders@google.com on 24 Apr 2014 at 5:26