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

Crash on geo search

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.3.4
    • Affects Version/s: 1.3.3
    • Component/s: Stability
    • Labels:
      None
    • Environment:
      OS X 10.6.2

      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.

        1. dump.zip
          1.06 MB

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

              Created:
              Updated:
              Resolved: