Crash when calling "tojson(x)" in shell

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: 0.9.3
    • Component/s: Shell
    • None
    • Environment:
      Windows Vista
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Shell crashed when executing the following:

      > j =

      {name:"hello"}

      ;
      > k =

      {name:"world"}

      ;
      > db.test.save(j);

      {"name" : "hello" , "_id" : "4a04ba17a462000000001571"}

      > db.test.save(k);

      {"name" : "world" , "_id" : "4a04ba33a462000000001572"}

      > var x = db.test.find(

      {name:"world"}

      );
      > print(tojson);

      ...<bang>

            Assignee:
            Eliot Horowitz (Inactive)
            Reporter:
            Alan Wright
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: