-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 2.8.0-rc2
-
Component/s: Performance
-
None
-
Fully Compatible
-
ALL
-
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
mongoperf crash in mode MMF when syncDelay is set.
Inside mongoperf.cpp::syncThread(): mmfFile->flush(true); call ProcessInfo::preferMsyncOverFSync(); who is not inited, and try use NULL pointer to class.
Function ProcessInfo::initializeSystemInfo(); should be used before first use of syncThread().