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

exception: assertion util/mmap.cpp:167

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: 1.8.0
    • Component/s: Storage
    • Labels:
      None
    • Environment:
      Linux solv078 2.6.18-194.17.1.0.1.el5 #1 SMP Wed Sep 29 15:57:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    • Linux

      After inserting a huge file via GridFS (500MB) and dropping the database after, it is impossible to create a new collection in the database. the command fails with the following error:
      "errmsg" : "exception: assertion util/mmap.cpp:167"

      Here ist the full shell copy:

      MongoDB shell version: 1.8.0
      connecting to: db.qa.ep2.hypoport.local:27001/test
      ep2:PRIMARY> use test
      switched to db test
      ep2:PRIMARY> db.createCollection("foo")
      {
      "errmsg" : "exception: assertion util/mmap.cpp:167",
      "code" : 0,
      "ok" : 0
      }

        1. mongod.log
          1.06 MB
        2. Screen Shot 2011-09-05 at 1.26.35 PM.png
          Screen Shot 2011-09-05 at 1.26.35 PM.png
          50 kB
        3. Screen Shot 2011-09-05 at 1.26.35 PM.png
          Screen Shot 2011-09-05 at 1.26.35 PM.png
          50 kB

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            oliver.otzen Oliver Otzen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: