goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
696 stars 108 forks source link

Could not set group id for child process: Operation not permitted #20

Closed Ankita-020696 closed 4 years ago

Ankita-020696 commented 4 years ago

Hi I wrote a shell script test.sh which will run an executable of a fifo benchmark.

test.sh #!/bin/sh echo "change directory" cd build/source/fifo echo "run fifo" ./fifo

When I run test.sh which in ipc-bench directory I get following error, Could not set group id for child process: Operation not permitted How do I fix this?

Thanks