Randy Kobes wrote:
On Fri, 3 Oct 2003, Randy Kobes wrote:


I've tried testing this, and haven't come across a problem
yet, but this wasn't very extensive, as it's late ...
(Stas, I've kept in the "print $log" statements just
for debugging purposes).


I forgot - similar to an earlier fix for modperl_io.c,
I included the following:
[...]
-    status = Perl_do_open9(aTHX_ handle, "<:Apache", 8, FALSE, O_RDONLY,
+    status = Perl_do_open9(aTHX_ handle, "<:Apache", 7, FALSE, O_RDONLY,
                            0, Nullfp, sv, 1);

why is that change? length("<:Apache") == 8, not 7...


Also, I just tried a long run (with the above change to
modperl_io.c), and now I do get a (seemingly) random
failure, but the error message is
   Failed to dup STDOUT: Permission denied
and not STDIN. Not sure if this is progress ...

At least you both get similar problems.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to