[SERVER-5617] SOLARIS 10: SEG FAULT when using rs.initiate(config) Created: 16/Apr/12  Updated: 15/May/12  Resolved: 15/May/12

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: 2.0.4
Fix Version/s: None

Type: Bug Priority: Minor - P4
Reporter: Gregor Macadam Assignee: Gregor Macadam
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Solaris 10 running in VMware fusion. Default install. GCC4 copied from slaveserver and mongod linked to it.


Attachments: File mongo1.log     File mongo2.log    
Issue Links:
Related
related to SERVER-5618 SOLARIS :Invalid BSONObj size: -28633... Closed
Operating System: Solaris
Participants:

 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



 Comments   
Comment by Gregor Macadam [ 17/Apr/12 ]

Cannot repro in 2.1.1. Closing.

Generated at Thu Feb 08 03:09:25 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.