Re: Strange process behavior

Perrin Harkins <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Tue, Sep 21, 2010 at 12:09 PM, Sharon Pattison <[email protected]> wrote:
> We added some logging to several of our scripts to log when $r->args and
> $q->query_string do not match.  What we find for the bad process is that $r
> always has the correct data for the new request, but the value of
> $q->query_string never changes once the problem starts.

One quick thing to check: make sure you have the very latest version
of CGI.pm installed!  This often fixes mysterious CGI.pm problems.

> Here's a shortened
> example of what we are logging:

I'd suggest you log enough that you can see all the requests sent to a
process before it broke.  Then try duplicating those with an LWP
script and see if you can reproduce the breakage.

- Perrin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.