Problems in importing the indexes using mongorestore

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Tools
    • None
    • Environment:
      Linux 64 bit, 700 MB RAM and 8 GB hardisk
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I am having a segmentation fault when I try to import a database using mongorestore. The error occurs while importing the indexes. I am trying to import the database from a 64 bit server to my local 32 bit server

      The error log is given below

      Wed May 11 16:42:14 [initandlisten] connection accepted from 127.0.0.1:50532 #35
      Wed May 11 16:42:14 [FileAllocator] allocating new datafile /var/lib/mongodb/twitter.ns, filling with zeroes...
      Wed May 11 16:42:14 [FileAllocator] done allocating datafile /var/lib/mongodb/twitter.ns, size: 16MB, took 0 secs
      Wed May 11 16:42:14 [FileAllocator] allocating new datafile /var/lib/mongodb/twitter.0, filling with zeroes...
      Wed May 11 16:42:14 [FileAllocator] done allocating datafile /var/lib/mongodb/twitter.0, size: 16MB, took 0 secs
      Wed May 11 16:42:14 [FileAllocator] allocating new datafile /var/lib/mongodb/twitter.1, filling with zeroes...
      Wed May 11 16:42:14 [FileAllocator] done allocating datafile /var/lib/mongodb/twitter.1, size: 32MB, took 0 secs
      Wed May 11 16:42:14 [conn35] building new index on

      { _id: 1 }

      for twitter.home_timeline
      Wed May 11 16:42:14 [conn35] done for 0 records 0secs
      Wed May 11 16:42:14 [FileAllocator] allocating new datafile /var/lib/mongodb/twitter.2, filling with zeroes...
      Wed May 11 16:42:14 [FileAllocator] done allocating datafile /var/lib/mongodb/twitter.2, size: 64MB, took 0 secs
      Wed May 11 16:42:14 [conn35] building new index on

      { _id: 1 }

      for twitter.direct_messages
      Wed May 11 16:42:14 [conn35] done for 0 records 0secs
      Wed May 11 16:42:14 [conn35] building new index on

      { aves_user_id: 1.0 }

      for twitter.home_timeline
      Wed May 11 16:42:14 [conn35] done for 3838 records 0.027secs
      Wed May 11 16:42:14 [conn35] building new index on

      { parsed: 1.0 }

      for twitter.home_timeline
      Wed May 11 16:42:14 [conn35] done for 3838 records 0.03secs
      Wed May 11 16:42:14 [conn35] building new index on

      { parsed: 1.0 }

      for twitter.direct_messages
      Wed May 11 16:42:14 Invalid access at address: 0x11dc218a

      Wed May 11 16:42:14 Got signal: 11 (Segmentation fault).

            Assignee:
            Aaron Staple (Inactive)
            Reporter:
            rajan sthapit
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: