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

Segfault on specific query/operation

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 0.9.6
    • Affects Version/s: 0.9.5
    • Component/s: Shell
    • None
    • Environment:
      OS X 10.5

      Mon Jul 6 16:05:58 db version v0.9.5, pdfile version 4.4
      Mon Jul 6 16:05:58 git version: d4570964455bbd57c52f753fbe6a0a0828022991
      Mon Jul 6 16:05:58 sys info: Darwin ERH-OFC-MP.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386

      url: test
      connecting to: test
      type "help" for help
      > use dev1
      switched to db dev1
      > db.summaries.find({comments:{$ne: 1}});{"_id" : "0808a342-1317-4340-8e95-aee1ac2d7a21" , "oldId" : "771" , "createdAt" : "Ti34342tem34p" , "updatedAt" : , "user" :

      {"$id" : "6a5f902f-865e-4f61-934a-8785577e619b" , "$ref" : "users"}

      , "file" :

      {"$id" : "20edb114-579d-4a64-c175-4c8c788b788a" , "$ref" : "fs.files"}

      , "language" : "sv" , "title" : "Lönsamhet, finansiering och tillväxt" , "description" : "" , "manuallyAdded" : "1" , "downloads" : "16" , "comments" : [

      {"_id" : "5b2ccc11-1815-4da6-ebb3-b39f98474b0f" , "oldId" : , "createdAt" : "Ti04353tem04p" , "updatedAt" : , "user" : , "text" : "testar"}

      ]}
      > var a = db.summaries.find({comments:{$ne: 1}});
      > a.comments = [];
      []
      > db.summaries.save(a);
      Segmentation fault

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

              Created:
              Updated:
              Resolved: