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

A promise returned by Proc::Async.start will never be kept or broken if the process is killed by the current process #4418

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

Comments

@p6rt
Copy link

p6rt commented Jul 21, 2015

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

Searchable as RT125653$

@p6rt
Copy link
Author

p6rt commented Jul 21, 2015

From @hoelzro

See the attached script.

@p6rt
Copy link
Author

p6rt commented Jul 21, 2015

From @hoelzro

test.pl

@p6rt
Copy link
Author

p6rt commented Oct 20, 2015

From @hoelzro

On 2015-07-20 19​:56​:56, rob@​hoelz.ro wrote​:

See the attached script.

This should be fixed now; the test still needs some work, mainly because it expects all signals to behave the same. Some signals are uncatchable, and signals like SIGSTOP pause the process until it gets woken up.

@p6rt
Copy link
Author

p6rt commented Oct 20, 2015

From @hoelzro

On 2015-10-19 21​:05​:07, rob@​hoelz.ro wrote​:

On 2015-07-20 19​:56​:56, rob@​hoelz.ro wrote​:

See the attached script.

This should be fixed now; the test still needs some work, mainly
because it expects all signals to behave the same. Some signals are
uncatchable, and signals like SIGSTOP pause the process until it gets
woken up.

Also interesting​: sometimes the test bails early.

@p6rt
Copy link
Author

p6rt commented Oct 20, 2015

From @hoelzro

On 2015-10-19 21​:19​:38, rob@​hoelz.ro wrote​:

On 2015-10-19 21​:05​:07, rob@​hoelz.ro wrote​:

On 2015-07-20 19​:56​:56, rob@​hoelz.ro wrote​:

See the attached script.

This should be fixed now; the test still needs some work, mainly
because it expects all signals to behave the same. Some signals are
uncatchable, and signals like SIGSTOP pause the process until it gets
woken up.

Also interesting​: sometimes the test bails early.

Due to SIGPIPE.

@p6rt
Copy link
Author

p6rt commented Oct 13, 2017

From @zoffixznet

Tests in Raku/roast@2a45053f2b

@p6rt p6rt closed this as completed Oct 13, 2017
@p6rt
Copy link
Author

p6rt commented Oct 13, 2017

@zoffixznet - Status changed from 'new' to 'resolved'

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

No branches or pull requests

1 participant