-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault (core dumped) Mongodb 3.2.3 #611
Comments
How are you installing the updated MongoDB software? |
hey @jclulow thanks for your reply, I'm using pkgin: |
@mamash didn't you have an upstream bug against Mongo for something similar? |
Not even the official 3.2 binaries work on a standard SunOS kernel, they only work on the i86xpv (Xen) kernel. This is being worked on by upstream. |
@mamash Thanks for the information. In the link you shared, the person said that version 3.1.6 works on solaris, it would be nice to give it a try and if possible add it for 2015Q4 package. |
I'm already working on bringing the latest 3.0.11 back into 2015Q4 as an interim workaround. |
nice @mamash and thank you again 👍 |
3.0.11 is in 2015Q4 as of last night. I'll update the 3.2 package as soon as upstream releases a version with a fix for the mozjs segfault. |
I success run 3.2.3 on SmartOS, just mongo client core dumped on connect to server, |
Hint: You can use port-forwarding to access a remote mongodb with your local client as a workaround.
|
Is there any progress on this? I find myself unhappily here after initializing a mongodb zone during my setup of a nodebb instance. Upgrading my mongodb to 3.2.3 rendered my unable to connect locally: [root@mongodb ~]# mongo |
Sadly nothing has changed on this issue since my last comment on the Joyent pkgsrc issue page. Upstream only fixed this on the 3.4 branch, which we can't backport because of the strict GCC 5 requirement. As far as I can see, the entire 3.2 branch is broked in this regard. |
Hey guys,
I installed mongodb 3.2.3 on a machine that previously had mongodb 3.0.7, and when I try to connect to the mongo server I get this:
I am sure I do not have another mongodb process running, I removed mongodb 3.0.7 before installing the new version.
PD: The reason I'm trying to upgrade to mongodb 3.2.3 is because MMS is indicating this: All MongoDB deployments using the WiredTiger storage engine should update to MongoDB 3.0.8 immediately. Please see SERVER-21275 for details.
I have this kind of machine: g3-standard-8-smartos
The text was updated successfully, but these errors were encountered: