Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
1.5.3
-
None
-
None
-
Mac OS X, PyMongo (python driver for MongoDB)
-
OS X
Description
>>> db.eval(map)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/6.2/lib/python2.6/site-packages/pymongo-1.7-py2.6-macosx-10.5-i386.egg/pymongo/database.py", line 566, in eval
result = self.command("$eval", code, args=args)
File "/Library/Frameworks/Python.framework/Versions/6.2/lib/python2.6/site-packages/pymongo-1.7-py2.6-macosx-10.5-i386.egg/pymongo/database.py", line 294, in command
(command, result["errmsg"]))
pymongo.errors.OperationFailure: command SON([('$eval', Code('map = function()
', {})), ('args', ())]) failed: db assertion failure