-
Notifications
You must be signed in to change notification settings - Fork 75
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
No stack trace printed nor does process exit. #24
Comments
Attempts to reproduce the segfault on my laptop (OS X) are proving unsuccessful. |
@jspavlick Can you checkout the repo and run the tests? |
Thanks for the quick response. Running example.js on my laptop (OS X) provides a wonderfully nice stack trace. Laptop:
Heroku:
However, I receive no such stack dump when not running the example code. Thanks. |
I was just able to get my laptop node process to segfault. Notice node-segfault-handler did not help me. I'm not sure what to do next.
|
I haven't worked with heroku so you will have to bear with me here So If that's the case can you run the node process directly on the server as you would on your local machine? Other than that you could ask the forman folks what might be preventing the stacktrace from surfacing up |
Hey @jspavlick I am going to close this as it's been around for a while. |
I'm having a similar issue, not with not exiting but I have no stack trace:
Any ideas? |
I found a solution: adding
I can create a pull request, but I haven't tested it on x86/x86_64, any idea if this will have any repercussions? |
I was having some trouble with my Heroku app exiting with status 139. I installed segfault-handler, but now this is all I get. No stack trace.
Apr 11 13:31:14 my-app app/worker.2: PID 3 received SIGSEGV for address: 0x0
The process doesn't exit anymore.
Please advise.
The text was updated successfully, but these errors were encountered: