Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-39

Crash when calling "tojson(x)" in shell

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

      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>

        1. mongo_crash.png
          45 kB
          Alan Wright

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

              Created:
              Updated:
              Resolved: