-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.0.4
-
Component/s: None
-
None
-
Environment:Solaris 10 running in VMware fusion. Default install. GCC4 copied from slaveserver and mongod linked to it.
-
Solaris
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
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:1, host: "172.16.94.129:27018"}]}
rs.initiate(config)
One serve will crash with sig 11.
See mongo2.log
- related to
-
SERVER-5618 SOLARIS :Invalid BSONObj size: -286331154 (0xEEEEEEEE) first element: EOO
-
- Closed
-