Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate Failure event-pipe error #33

Open
sscotth opened this issue Sep 28, 2018 · 2 comments
Open

Immediate Failure event-pipe error #33

sscotth opened this issue Sep 28, 2018 · 2 comments

Comments

@sscotth
Copy link

sscotth commented Sep 28, 2018

I haven't been able to narrow when or how I get this error:

screen shot 2018-09-28 at 12 15 48 am

But it usually occurs when I run quite a large script over and over again. Restarting the computer usually fixes this, but not always.

Once my system gets in this "state", I can't even run the demo.sh file in this repo.

On this system, the current $TMPDIR is /var/folders/6b/mm5f4rz116lbp_9rphrmv4s00000gn/T/

This line of code:

__crt__status_dir=$(mktemp -d "${TMPDIR:-/tmp}/concurrent.lib.sh.XXXXXXXXXXX")

__crt__status_dir=$(mktemp -d "${TMPDIR:-/tmp}/concurrent.lib.sh.XXXXXXXXXXX")

ultimately generates a .../T//concurrent... which is odd, but I don't think is the problem.

Interestingly, I can login to a different user account, and the demo file works, log back in to the original and still have the problem.

@jacoscaz
Copy link

I've just stumbled into this, apparently at random. I'm 99.9% sure I have not touched my script, which uses concurrent behind the scenes, but it suddenly broke.

@jacoscaz
Copy link

Just in case someone else stumbles into this, in my case this was due to something else having linked a recent version of GNU sed into my $PATH, overriding Mac OS' own version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants