Re: MIME::Lite / mod_perl2 segfault

2006-01-31 Thread Peter Mogensen
Frank Wiles wrote: > On Wed, 21 Dec 2005 11:21:14 +0100 > Peter Mogensen <[EMAIL PROTECTED]> wrote: > > >>I think I have the signs of a bug somewhere. I'm building a mod_per2 >>application and lately the apache2 process has started to sigfault. It >>seems to be after I started "use"ing MIME::Lite

Re: MIME::Lite / mod_perl2 segfault

2006-01-25 Thread Peter Mogensen
Chase Venters wrote: > Peter... sorry if I can't answer your question more directly, but I will > say that running under mod_perl 1.99 at this point, whether or not your > distribution ships a mod_perl 2.0, is probably unadvisable. It's > unfortunate that we've had to endure an API change, but give

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread John ORourke
Dunno if this'll help but a couple of points: 1 - why use instead of in httpd.conf? 2 - I successfully upgraded Apache and mod_perl without too much trouble, there were many bug fixes between 1.99* and 2.0.1. Well worth it. 3 - I'm "use"ing MIME::Lite 3.01 on mod_perl 2.0.1, httpd 2.0.51, Per

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Randy Kobes
On Wed, 21 Dec 2005, Peter Mogensen wrote: Frank Wiles wrote: My system is Debian Sarge, kernel 2.6.12.5 (custom compiled) The rest is standard Sarge: ii apache22.0.54-5 ii apache2-common 2.0.54-5 ii apache2-mpm-pr 2.0.54-5 ii apache2-utils 2.0.54-5 ii libapache2-mod 1.999.21-1 .

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Chase Venters
On Wed, 21 Dec 2005, Peter Mogensen wrote: Yes. But the above version is what ships with Sarge (unfortunately) due to the API change, and I would need a very good reason to upgrade to the new API at present. So if there was a simple explanation, which I could solve by a slight modifictation to o

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Peter Mogensen
Frank Wiles wrote: >>My system is Debian Sarge, kernel 2.6.12.5 (custom compiled) >>The rest is standard Sarge: >>ii apache22.0.54-5 >>ii apache2-common 2.0.54-5 >>ii apache2-mpm-pr 2.0.54-5 >>ii apache2-utils 2.0.54-5 >>ii libapache2-mod 1.999.21-1 ... > You're going to most likely

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Frank Wiles
On Wed, 21 Dec 2005 11:21:14 +0100 Peter Mogensen <[EMAIL PROTECTED]> wrote: > I think I have the signs of a bug somewhere. I'm building a mod_per2 > application and lately the apache2 process has started to sigfault. It > seems to be after I started "use"ing MIME::Lite. > > I've isolated the pro