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

SOLARIS 10: SEG FAULT when using rs.initiate(config)

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor - P4 Minor - P4
    • None
    • 2.0.4
    • None
    • None
    • Solaris 10 running in VMware fusion. Default install. GCC4 copied from slaveserver and mongod linked to it.
    • Solaris

    Description

      Start two mongod instances on same box
      ./mongod --dbpath ./data/ --port 27018 --replSet rs1 --logpath mongo2.log -vvvvvv
      ./mongod --dbpath ./data/ --port 27017 --replSet rs1 --logpath mongo2.log -vvvvvv

      Connect using mongo shell
      call rs.initiate as follows
      var config = { _id: "rs1", members : [

      { _id :0, host : "172.16.94.129:27017"}

      , {_id:1, host: "172.16.94.129:27018"}]}
      rs.initiate(config)

      One serve will crash with sig 11.

      See mongo2.log

      Attachments

        1. mongo1.log
          22 kB
        2. mongo2.log
          12 kB

        Activity

          People

            gregor Gregor Macadam
            gregor Gregor Macadam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: