-
Notifications
You must be signed in to change notification settings - Fork 71
Run chat demo on macOS got killed #64
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
Comments
Continuous integration os macOS is passing, and testing locally, the demo worked as expected. Can you say more about your system? And, is it repeatable? |
What version of go are you using? How much free memory is available on your system? It's not segfaulting; something is killing the build, which may mean you're OOM. Though with 16gigs, that'd be quite the feat. |
|
Hmm, maybe something to do with golang/go#19734 Can you try some of the suggestions there? |
Thanks. go1.81 works on macOS. |
It works on Linux.
So I doubt that the webrtc static lib on mac is broken or something wrong.
The text was updated successfully, but these errors were encountered: