Re: httpd segfaults

2006-08-16 Thread Jiří Pavlovský
Jonathan Vanasco wrote: On Aug 16, 2006, at 3:46 PM, Perrin Harkins wrote: On Wed, 2006-08-16 at 21:03 +0200, Jiří Pavlovský wrote: I think I see a place in my program where it crashes. It is a initialization routine I call on startup to get data from db and populate some caches. I can't see

Re: httpd segfaults

2006-08-16 Thread Jonathan Vanasco
On Aug 16, 2006, at 3:46 PM, Perrin Harkins wrote: On Wed, 2006-08-16 at 21:03 +0200, Jiří Pavlovský wrote: I think I see a place in my program where it crashes. It is a initialization routine I call on startup to get data from db and populate some caches. I can't see anything wrong in my perl

Re: httpd segfaults

2006-08-16 Thread Perrin Harkins
On Wed, 2006-08-16 at 21:03 +0200, Jiří Pavlovský wrote: > Yes, that is the case. With mod_perl 2.0.2 it did not matter what pg > libs I used. But the segfault happens when you try to use DBD::Pg, not mod_perl, right? If you just take out the Pg stuff, does it start ok? > I think I see a place

Re: httpd segfaults

2006-08-16 Thread Jiří Pavlovský
Perrin Harkins wrote: On Wed, 2006-08-16 at 16:19 +0200, Jiří Pavlovský wrote: Httpd segfaults if I compile DBD::Pg against newer libreries and/or use newer mod_perl. So you're saying that it segfaults if you compile DBD::Pg against the Pg 8.1.4 libs or if you compile mod_perl 2.0.2 with

Re: httpd segfaults

2006-08-16 Thread Perrin Harkins
On Wed, 2006-08-16 at 16:19 +0200, Jiří Pavlovský wrote: > Httpd segfaults if I compile DBD::Pg against newer libreries and/or use > newer mod_perl. So you're saying that it segfaults if you compile DBD::Pg against the Pg 8.1.4 libs or if you compile mod_perl 2.0.2 with apache 2.0.59? Does this