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

Mongodump gives Segmentation Fault

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.6.3
    • Component/s: Querying, Tools
    • None
    • ALL
    • Server 2.7.4

      I am trying to run mongodump with a timestamp based query. The objects stored in the collection have one property called "date" as below:

              "date" : ISODate("2014-04-03T02:12:19.753Z")
      

      When running this on the command line:

      $ mongodump -d mydb -o /data/s3backup/dump/ -q "{'date': {\$lte: new Date(1404388463000) }}" -c myColl
      

      ..I get the following output:

      connected to: 10.0.1.251
      2014-07-03T12:17:13.240+0000 DATABASE: mydb   to     /data/s3backup/dump/mydb
      2014-07-03T12:17:13.243+0000    mydb.myColl to /data/s3backup/dump/mydb/myColl.bson
      Segmentation fault (core dumped)
      

      Versions
      MongoDB Shell + Server: 2.6.3
      OS: CentOS release 6.5 (Final)

            Assignee:
            matt.kangas Matt Kangas
            Reporter:
            fredrik.wallenius@accedo.tv Fredrik Wallenius
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: