For whatever it might be worth: I use internal redirects with some frequency a heavily used internal application. The server is currently all of the most recent release versions of each of what you mentioned (so I'm .50 _14 and _03).
I currently have the server set up as a 'worker' mpm... this may be somewhat uncommon, as it seems most people use prefork. My httpd processes are sitting right around where I'd expect them with all of the modules and such I load. Uptime of about a week (limited by upgrade to 2.0.50). -----Original Message----- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 12:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: internal redirect in mod_perl 2 causes runaway process [mp2] [EMAIL PROTECTED] wrote: > Greetings, > > I encountered a runaway httpd process from the following code: > > $r->internal_redirect('/my/url'); > > I'm using perl 5.8.4, apache 2.0.49, and the latest snapshots of mp2 and > httpd-apreq2. External redirects work fine. Is this a known bug, or a > possible problem with my implementation? How should I go about debugging > this? Not that we know of, Fred. Please try to pack it into a self-containing Apache-Test tarball to help us reproduce it. The skeleton is linked from here: http://perl.apache.org/docs/2.0/user/help/help.html#Problem_Description You also need to submit a proper bug report: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems We have two core tests that exercise this API: t/api/internal_redirect.t t/response/TestAPI/internal_redirect.pm t/modperl/io_nested_with_closed_stds.t t/response/TestModperl/io_nested_with_closed_stds.pm So alternatively you may want to try to modify them to reproduce the problem. Thanks. -- __________________________________________________________________ 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 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html