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

Assertion failure bmin <= bmax db/geo/2d.cpp 356

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.1
    • Affects Version/s: 1.8.0-rc2
    • Component/s: Geo
    • Labels:
    • Environment:
      Linux tos-13 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux
      Notebook Compaq 6910p
    • Linux

      > use EagleEye
      > db.POI.insert({"reporter" : [

      {"imsi" : "hardcoded", "date" : "123"}

      ], "location" : { "loc" :

      {"long" : 48.35421, "lat" : 135.85171}

      , "course" : 0, "name" : "[GAI Post 20km/h] 13 ( )", "type" : "GIBDD"}})
      > db.POI.ensureIndex()
      > db.runCommand(

      {"geoNear": "POI", "near" : [48.483132, 135.257178], "spherical" : "true", "maxDistance" : 0.22/6378}

      )
      {
      "ns" : "EagleEye.POI",
      "near" : "1101110000001000001011101101110001010011001000111001",
      "errmsg" : "exception: assertion db/geo/2d.cpp:356",
      "code" : 0,
      "ok" : 0
      }

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            cankill Andrey Filyanin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: