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

mongod crash on geo nearSphere query

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.6.0
    • Component/s: Geo
    • Labels:
    • OS X
    • Hide
      db.places.ensureIndex({loc:"2dsphere"})
      db.places.insert( {_id: NumberLong(1), loc : { "longitude" : 121.3449, "latitude" : 31.17528 } ,"title" :"aa"} )
      db.places.find({loc:{$nearSphere: [121.4905, 31.2646]}})
      

      everythings fine until now....then

      db.places.find({loc:{$nearSphere: [200.4905, 300.2646]}})
      

      then the whole mongod process crash!
      (btw,all the scripts above running well under mongodb-osx-x86_64-2.4.8)

      Show
      db.places.ensureIndex({loc: "2dsphere" }) db.places.insert( {_id: NumberLong(1), loc : { "longitude" : 121.3449, "latitude" : 31.17528 } , "title" : "aa" } ) db.places.find({loc:{$nearSphere: [121.4905, 31.2646]}}) everythings fine until now....then db.places.find({loc:{$nearSphere: [200.4905, 300.2646]}}) then the whole mongod process crash! (btw,all the scripts above running well under mongodb-osx-x86_64-2.4.8)

      Hi,I might found a bug about specified geo query(mongodb-osx-x86_64-2.6.0),which leads the whole mongod process crash!
      (all the same scripts running well under mongodb-osx-x86_64-2.4.8)

            Assignee:
            Unassigned Unassigned
            Reporter:
            spirit.jay@163.com Jay Meng
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: