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
The workarounds (viable to me) that prevent the seg fault descirbed below are: 1. Use LWP::UserAgent within a startup.pl (need to actually make a complete HTTP request, not just 'use') 2. Use WWW:Curl instead of LWP::UserAgent in the output filter One of the keys to the seg fault seems to be the