emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link

Randomly getting "setpgid: Permission denied" #193

Open pranjalkole opened 2 years ago

pranjalkole commented 2 years ago

I am getting this error about once a day with simple commands like ls or running a python script and I cannot reproduce it manually. Seems to originate from shell/job.c:42. There was a similar issue in fish-shell and they silenced the error.