Skip to content

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

Closed
Akagi201 opened this issue Apr 13, 2017 · 6 comments
Closed

Run chat demo on macOS got killed #64

Akagi201 opened this issue Apr 13, 2017 · 6 comments

Comments

@Akagi201
Copy link

go-webrtc git/master
❯ go run demo/chat/chat.go
signal: killed

It works on Linux.

So I doubt that the webrtc static lib on mac is broken or something wrong.

@arlolra
Copy link
Collaborator

arlolra commented Apr 13, 2017

Continuous integration os macOS is passing,
https://travis-ci.org/keroserene/go-webrtc/jobs/215717082

and testing locally, the demo worked as expected.

Can you say more about your system? And, is it repeatable?

@Akagi201
Copy link
Author

Yes, It got killed every time.
image

@arlolra
Copy link
Collaborator

arlolra commented Apr 14, 2017

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.

@Akagi201
Copy link
Author

  • Go version 1.8 (installed via gvm), BTW, I also use go1.8 on linux.
  • I reboot my mac, and run again, I still got signal: killed.
    image

@arlolra
Copy link
Collaborator

arlolra commented Apr 14, 2017

Hmm, maybe something to do with golang/go#19734

Can you try some of the suggestions there?

@Akagi201
Copy link
Author

Thanks. go1.81 works on macOS.

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

2 participants