-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unexpected termination 11 on Alpine #204
Comments
Hi @hugoromo - thanks for reporting an issue. Could you please try run the setup with extra verbose logging: |
Hi! Here are the logs after running with those arguments:
|
Thanks! It appears
However, we then encounter another crash during startup:
This is due to an incompatibility between Go and musl w.r.t. c-shared library usage (which nchat uses to link Go library whatsmeow for WhatsApp support). The linked issue has been open since 2015, so it appears that neither the Go nor the Musl projects are very interested in fixing it. Based on this I'll probably need to consider musl support out-of-scope for nchat's whatsapp feature. I'll leave this issue open for a while and see if I can add some musl detection to provide a more user-friendly error message. |
Too bad if that means dropping support for WhatsApp. I might just stop using that service anyway.. Cheers! |
In above commit I've added a warning when trying to set up whatsapp on non-glibc systems. |
Error when trying to setup whatsapp:
Unexpected termination 11
Callstack:
Segmentation fault
Environment:
The text was updated successfully, but these errors were encountered: