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

OSSUnixSubProcess never terminates on macOS 10.15.1 #52

Open
hellerve opened this issue Dec 16, 2019 · 0 comments
Open

OSSUnixSubProcess never terminates on macOS 10.15.1 #52

hellerve opened this issue Dec 16, 2019 · 0 comments

Comments

@hellerve
Copy link

When running any sort of command, including the first example

OSSUnixSubprocess new
	command: '/bin/ls';
	arguments: #('-la' '/Users');
	redirectStdout;
	runAndWaitOnExitDo: [ :process :outString  |
		outString inspect
	]

the process is never marked as finished and thus never completes.

Let me know if you need any sort of information on the state of the process when it hangs.

Cheers

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

1 participant