psaylor / sox-audio

A NodeJS interface to SoX audio utilities
MIT License
70 stars 22 forks source link

Spawning with /bin/sh -c (gott a SIGSEGV when using fade) #9

Open Avnerus opened 6 years ago

Avnerus commented 6 years ago

I am not sure why this happened, but I couldn't use the fade effect. The command would get SIGSEGV. When I saw that the command is fine and just spawn is not working, I tried changing options and {shell: true} did the trick. Using Node v7.10.1

Avnerus commented 6 years ago

Closing this for now because it causes issues with piping

Avnerus commented 6 years ago

This now works, at least for linux systems.

itsalb3rt commented 4 years ago

Same issues on alpine 3.9, solved update alpine 3.11