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

mongod crashes when trying to create a collection in a database *

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.0
    • Affects Version/s: 2.0.2
    • Component/s: Stability
    • Labels:
      None
    • Environment:
      Windows 7 x64 mongod 64 bit windows 2.0.2
    • ALL

      Start mongod, and the following when run from the shell crashes mongod.

      db2 = db.getSiblingDB("*")
      db2.createCollection("foo")
      

      The following is from the mongod log
      Thu Dec 29 15:16:40 [conn1] Create/OpenFile failed /data/db/*.ns errno:123
      Thu Dec 29 15:16:40 [conn1] error couldn't open file /data/db/*.ns terminating
      Thu Dec 29 15:16:40 dbexit:
      Thu Dec 29 15:16:40 [conn1] shutdown: going to close listening sockets...
      Thu Dec 29 15:16:40 [conn1] closing listening socket: 388
      Thu Dec 29 15:16:40 [conn1] closing listening socket: 404
      Thu Dec 29 15:16:40 [conn1] shutdown: going to flush diaglog...

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            sridhar Sridhar Nanjundeswaran
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: