First of all, let me welcome you to Pelmonks
erc_fun and thank you for registering.
I stand corrected due to the kind admonishments of
BrowserUk and I agree with him when he says:
"And going by your demonstration of the failure, the problem appears to clearly lie entirely within, or as a side effect of using the Forks module,..
Howerver I still have to desagree with him as to :
"...and I see no way that re-building perl would have any effect whatsoever."
Obviously there is some difference between your two systems and we still don't know what that difference is.
One thing I noticed, your perl was built with native threads. From your original post:
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
Which , at best, is redundant to the forks module and, at worst, is colliding with forks and causing your problem. (I can't confirm either way as I can't get the forks module to complete make test on my system.)
Look, I don't know how to fix your system. You have three choices.
Change your code.
Write more tests in hopes of further isolating the problem.
Start swinging a hammer. i.e. rebuild perl, rebuild forks.
To rebuild perl see Install parallel Perl on Debian
To rebuild forks see A Guide to Installing Modules
s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s
|-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,,
$|=1,select$,,$,,$,,1e-1;print;redo}
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.