https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5985
--- Comment #2 from Mark Martinec <[EMAIL PROTECTED]> 2008-09-23 06:20:43 PST --- > fine on Solaris x86 with perl 5.8.6. > fine on MacOS X with perl 5.8.8. > bug happens with Linux (Ubuntu gutsy), perl 5.8.8. > bug happens with Linux (Ubuntu hardy 8.04.1), perl 5.8.8. > > looks like a platform-specific perl bug. I also can't repro it with this test > script: http://taint.org/x/2008/bug5985scr , despite the "strace" output > looking pretty similar. A Perl bug on Linux, see: http://rt.perl.org/rt3//Public/Bug/Display.html?id=39060 Some Linux distributions set env. var. PERLIO="stdio". Dropping it (unset PERLIO, or setting it to "") avoids the bug. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
