Skip to content
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

exit code 139 #9

Closed
preethamnayak opened this issue Nov 22, 2018 · 6 comments
Closed

exit code 139 #9

preethamnayak opened this issue Nov 22, 2018 · 6 comments

Comments

@preethamnayak
Copy link

preethamnayak commented Nov 22, 2018

I am using DC/OS marathon to run meteor web app. My meteor app is crashing with status code 139, failed to accept socket loop error. Do you have any solutions ?

@FaeezBorman
Copy link

I have the same issue, It happens whenever the accounts

@GeoffreyBooth
Copy link
Collaborator

There are many apps that use this image successfully without the exit code issue. Therefore, I conclude that the issue must be something related to your specific app's code. If you can point to something in this image that contributes to the issue, I would be happy to look into it.

@znat
Copy link

znat commented Jan 31, 2019

Same for me, issue is related to bcrypt. Removing bcrypt from the dependencies (and relying on the pure js implementation) worked. However, I wouldn't call this a 'fix'
Currently on Meteor 1.8.0.2.
@GeoffreyBooth does your Meteor app use a compiled version of bcrypt or a js one?

@GeoffreyBooth
Copy link
Collaborator

I don’t have bcrypt in my app’s package.json, so I assume that means I’m using the JavaScript version. That’s probably safer, since I would guess that your issue is caused by your package.json installing the compiled version of bcrypt but that version can’t run in Alpine Linux. See kelektiv/node.bcrypt.js#528

Personally I don’t find the performance gains of the natively compiled bcrypt worth the hassle. As far as I’m aware it’s only used for password-related operations, and I don’t have lots of users logging in or setting/changing passwords all that often.

@tennox
Copy link

tennox commented Oct 8, 2019

I want to reference here #18 - it contains instructions to fix.
Also, just using app-with-native-dependencies.dockerfile will also fix this issue.

@gregory
Copy link

gregory commented Feb 12, 2021

just ran into this - looks related to this: #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants