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

Crash on geo search

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 1.3.4
    • 1.3.3
    • Stability
    • None
    • OS X 10.6.2

    Description

      On my specific data it always crashes on geo searching using:
      db.points.find({ loc : { $near : [50, 50] }}) - crash
      db.points.find({ loc : { $near : [50, 50] }}).limit(26) - works
      db.points.find({ loc : { $near : [70, 70] }}) - works

      Typical data is: { "_id" : ObjectId("4b9a36c3a5ff9d0cb900c20c"), "loc" :

      { "lat" : 54.72271, "lon" : 56.02658 }

      }
      The problem is that I can't see which exactly data causes the problem.

      Let me know if you need actual data and which method do you prefer to get it.

      Attachments

        1. dump.zip
          1.06 MB

        Activity

          People

            eliot Eliot Horowitz (Inactive)
            vhbit Valerii Hiora
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: