Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: perlbrew: Command [ ... ] terminated with exit code 0 ($? = 13)

by ikegami (Patriarch)
on Mar 15, 2021 at 21:52 UTC ( [id://11129724]=note: print w/replies, xml ) Need Help??


in reply to Re^3: perlbrew: Command [ ... ] terminated with exit code 0 ($? = 13)
in thread perlbrew: Command [ ... ] terminated with exit code 0 ($? = 13)

I think Linux pipes can usually hold 128 KiB. This surely configurable.

Update:

$ perl -e' $|=1; $SIG{PIPE} = sub { die("SIGPIPE") }; print "x" x 1..15_328; ' | sleep 0.25 # Child needs to be alive when the print occurs. $ perl -e' $|=1; $SIG{PIPE} = sub { die("SIGPIPE") }; print "x" x 1..15_329; ' | sleep 0.25 SIGPIPE at -e line 3.

It's 15,328 on my Ubuntu (over WSL2) system. What a weird number. That's 1,056 bytes less than 16 KiB (16,384).

Seeking work! You can reach me at ikegami@adaelis.com

  • Comment on Re^4: perlbrew: Command [ ... ] terminated with exit code 0 ($? = 13)
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11129724]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found