gordonklaus / portaudio

Go bindings for the PortAudio audio I/O library
MIT License
704 stars 95 forks source link

Go signal killed when run examples on macOS #19

Closed cmingxu closed 2 years ago

cmingxu commented 7 years ago

Hi

After compile portaudio on my MacOS and run any program under examples directory. I always go signal killed output.

Any ideas?

gordonklaus commented 7 years ago

Can you provide the exact output you are seeing?

What version of Go and PortAudio are you using?

This sounds familiar, it may have been fixed in a point release (1.8.3?). Try updating Go if you don't have the latest. 1.8.3 works for me (I haven't tried 1.9 yet).