As an FyI I am also seeing this on Apache 2.2.4
Thanks
Marc
-- Forwarded message --
From: Marc Boorshtein <[EMAIL PROTECTED]>
Date: Jan 22, 2007 2:06 PM
Subject: Stream Filter Generating "Resource Unavailable" errors
To: modperl@perl.apache.org
Hello,
I've got an input str
Hello,
I've got an input stream filter built on Solaris 8 against IHS 6.1
that is for some reason generating the following errors:
[Mon Jan 22 14:01:59 2007] [error] Apache2::Filter::read: (11)
Resource temporarily unavailable at
/cookiefilter/ihs61/perl-lib/COMP/POC/CookieFilter/Inbound.pm line
Tracy12 wrote:
I tried to declare
use vars qw( $SESSION_CLEANUP_COUNTER); and increment within the code doent
seem to work,
Shoud i increment this in a specific hanlder.
You really need to heed the advice of the list and consider using the a
cron job to expire old sessions. It's really not
On 1/21/07, Joel Gwynn <[EMAIL PROTECTED]> wrote:
I've got a mod_perl application which segfaults on every 10th or so
requests. Here's what I get in my error log:
[notice] child pid exit signal Segmentation fault (11)
How would I go about troubleshooting this?
There are instructions for
On Jan 22, 2007, at 9:12 AM, Joel Gwynn wrote:
Is DEBUG_USER_LOGIC shorthand for something?
No.
You just have to make your own (USER_LOGIC) debugging lines, to try
and figure out where you're segfaulting.
The other option is this:
http://search.cpan.org/~pgollucci/mod_perl-2.0.3/docs/de
On 1/21/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
On Jan 21, 2007, at 12:05 PM, Joel Gwynn wrote:
> I've got a mod_perl application which segfaults on every 10th or so
> requests. Here's what I get in my error log:
>
> [notice] child pid exit signal Segmentation fault (11)
>
> How w