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

Creating too many Proc::Async objects fills the file descriptor table, which causes libuv to abort() #4421

Open
p6rt opened this issue Jul 21, 2015 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 21, 2015

Migrated from rt.perl.org#125656 (status was 'open')

Searchable as RT125656$

@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 Jun 20, 2017

From @coke

On Mon, 20 Jul 2015 20​:09​:39 -0700, rob@​hoelz.ro wrote​:

See the attached script.

Still dying with version 2017.06-13-g6b634a369 built on MoarVM version 2017.06-2-gcc27eebf

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jun 20, 2017

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

@p6rt
Copy link
Author

p6rt commented Jul 13, 2017

From @ugexe

This only applies if you call .stdout or .stderr *and* never close them.

@p6rt
Copy link
Author

p6rt commented Jul 13, 2017

From @AlexDaniel

On 2017-07-12 22​:49​:43, ugexe@​cpan.org wrote​:

This only applies if you call .stdout or .stderr *and* never close them.

Hm, isn't it fixed now? Similarly to Raku/doc#1304 ?

@p6rt
Copy link
Author

p6rt commented Jul 13, 2017

From @AlexDaniel

On 2017-07-13 08​:18​:20, alex.jakimenko@​gmail.com wrote​:

On 2017-07-12 22​:49​:43, ugexe@​cpan.org wrote​:

This only applies if you call .stdout or .stderr *and* never close
them.

Hm, isn't it fixed now? Similarly to
Raku/doc#1304 ?

Ah, no, it's not. It's a completely different issue. Here we are intentionally running out of handles. nvm

@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