Crash on geo search

XMLWordPrintableJSON

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

      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 Horowitz (Inactive)
              Reporter:
              Valerii Hiora
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: