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

mongod crash on geo nearSphere query

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • 2.6.0
    • Geo
    • 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)

    Description

      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)

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: