Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
0.9.3
-
None
-
Windows Vista
Description
Shell crashed when executing the following:
> j =
{name:"hello"};
> k =
;
> db.test.save(j);
> db.test.save(k);
{"name" : "world" , "_id" : "4a04ba33a462000000001572"}> var x = db.test.find(
{name:"world"});
> print(tojson
);
...<bang>