Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: PAR::Heavy failed to map segment

by mugwumpjism (Hermit)
on Jul 14, 2005 at 23:31 UTC ( [id://475087]=note: print w/replies, xml ) Need Help??


in reply to Re^2: PAR::Heavy failed to map segment
in thread PAR::Heavy failed to map segment

You will find the meaning of UTSL at http://www.dictionary.com/.

Beats me on the pipe opening issue; put $! into the message to get the system error message - and if that doesn't help, try putting this before the code;

print "strace -fae -p $$\n"; sleep 10;

When it prints the "strace" command, cut and paste the line into another window, and you will see all the system calls the program executes over the part you are interested in. There should be one that is failing (will have ESOMETHING in the last column). That should give you a hint as to what is going wrong.

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found