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

Proc::Async has some [LTA] behavior when running an unknown command #4416

Closed
p6rt opened this issue Jul 21, 2015 · 5 comments
Closed

Proc::Async has some [LTA] behavior when running an unknown command #4416

p6rt opened this issue Jul 21, 2015 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 21, 2015

Migrated from rt.perl.org#125651 (status was 'resolved')

Searchable as RT125651$

@p6rt
Copy link
Author

p6rt commented Jul 21, 2015

From @hoelzro

See the attached script.

If you create a Proc​::Async to execute an unknown command and try to write data for the child process' standard input, Rakudo will exit via a SIGPIPE signal. If you remove the $proc.write from the attached script, you get an LTA error message​:

===SORRY!===
no such file or directory

@p6rt
Copy link
Author

p6rt commented Jul 21, 2015

From @hoelzro

test.pl

@p6rt
Copy link
Author

p6rt commented Mar 8, 2017

From @jnthn

On Mon, 20 Jul 2015 19​:43​:44 -0700, rob@​hoelz.ro wrote​:

See the attached script.

If you create a Proc​::Async to execute an unknown command and try to
write data for the child process' standard input, Rakudo will exit via
a SIGPIPE signal. If you remove the $proc.write from the attached
script, you get an LTA error message​:

===SORRY!===
no such file or directory

Improved on both counts now, and tests are in S17-procasync/nonexistent.t. Confirmed passing on both Linux and Windows.

@p6rt
Copy link
Author

p6rt commented Mar 8, 2017

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 8, 2017

@jnthn - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 8, 2017
@p6rt p6rt added the conc label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant