Re: [MP2] Seg Fault in Registry script "print" using output filter handler

2006-11-17 Thread Ed Eddington
I found another component to the seg fault. I am using a dynamically linked mod_deflate output filter as well (will test with static). I get no seg fault when I comment out the DEFLATE line in the Apache config. (Sorry, I hadn't noticed this piece of the puzzle.) LoadModule deflate_module

Re: [MP2] Seg Fault in Registry script "print" using output filter handler

2006-11-17 Thread Ed Eddington
ng in single process mode -X - The LWP request is not hitting the same server Thanks, Ed Eddington On 11/15/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: I'm getting seg faults within "print" of ModPerl::Registry script while using an output filter handler. Th

[MP2] Seg Fault in Registry script "print" using output filter handler

2006-11-15 Thread Ed . Eddington
ependents. - Occurs in single process mode (-X) on both static and dynamically linked builds. Example script/filter and system details are below. I can provide more info if needed. I'm currently testing other module versions. Can anyone suggest a fix or workaround? Thanks! Ed Eddingto

[mp2] %ENV lost after doing subrequest

2006-06-21 Thread Ed Eddington
-8<-- Start Bug Report 8<--1. Problem Description:After doing a subrequest, the ENV hash is being cleared of everything except MOD_PERL and MOD_PERL_API_VERSION. The ENV is normal within the subrequest and immediately after, but ENV is lost after leaving the