Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
None
-
windows 2003 server (enterprise x64 edition), mongodb-win32-x86_64-1.2.1 or mongodb-win32-x86_64-1.2.4
Description
When running the mongodb server in "Master" mode,
cmd: %mongod% --dbpath=%dbpath% --master --auth --install
MapReduce will be failed. The error message is below:
"errmsg" : "assertion: assertion c:\work\buildslaves\windows_64bit_v1.2\mongo\db\pdfile.h:223"
I test the MapReduce function on mongodb-win32-x86_64-1.2.1 and mongodb-win32-x86_64-1.2.4, I get the same error.
If just runs the server in normal mode,
cmd: %mongod% --dbpath=%dbpath% --auth --install
The MapReduce will work well.