-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 0.9.3
-
Component/s: Shell
-
None
-
Environment:Windows Vista
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>