dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Recompile #2

Closed pynej closed 7 years ago

pynej commented 7 years ago

You also need to update the binaries compiled with go 1.8 to prevent some race conditions.

dmulholl commented 7 years ago

Don't understand this I'm afraid - can you elaborate?

pynej commented 7 years ago

The binary version you have on your site at http://mulholland.xyz/dev/mp3cat/ was bailed with an over version of go. On my system this binary would randomly fail when processing audio files. Recompiling the code on go 1.8 produced a binary that works. Not any actual changes in the code though.

dmulholl commented 7 years ago

Thanks for letting me know - I didn't realise this was an issue! Is this a known bug with older versions of the Go compiler?

pynej commented 7 years ago

Yes, exactly.

dmulholl commented 7 years ago

Done. Thanks for the heads up.