Re: Segfault in PerlModule with PAR.pm

2003-03-22 Thread Stas Bekman
Nathan Byrd wrote: I'm sorry, I was looking at the wrong line. I'm not using Apache::compat for Apache::PAR (figured it would be bad form.) The line it's using (for mod_perl 2.x) is: $err = Apache->server->add_config([split /\n/, $conf]); cool > Actually, it was easier than I thought to come up

Re: Segfault in PerlModule with PAR.pm

2003-03-22 Thread Nathan Byrd
On Sat, 2003-03-22 at 23:14, Stas Bekman wrote: [snip] > > Any chance you can come up with a stripped version of Apache::PAR that still > reproduces the problem? So we can have a good test? > > If not, where do I get the version of Apache::PAR that you are having the > problem with? > Actuall

Re: Segfault in PerlModule with PAR.pm

2003-03-22 Thread Nathan Byrd
On Sat, 2003-03-22 at 23:14, Stas Bekman wrote: > Nathan Byrd wrote: > > Hi all, > > > > I have been getting a segfault when starting mod_perl 2.x under rather > > unusual circumstances. Hopefully the below bug report will be useful, > > although I'm not sure whether the problem lies in mod_perl

Re: Segfault in PerlModule with PAR.pm

2003-03-22 Thread Stas Bekman
Nathan Byrd wrote: Hi all, I have been getting a segfault when starting mod_perl 2.x under rather unusual circumstances. Hopefully the below bug report will be useful, although I'm not sure whether the problem lies in mod_perl 2.x or PAR.pm (a CPAN module), but since the entire trace from debuggi

Segfault in PerlModule with PAR.pm

2003-03-22 Thread Nathan Byrd
Hi all, I have been getting a segfault when starting mod_perl 2.x under rather unusual circumstances. Hopefully the below bug report will be useful, although I'm not sure whether the problem lies in mod_perl 2.x or PAR.pm (a CPAN module), but since the entire trace from debugging was in mod_perl

Re: (mp2) Apache::Build

2003-03-22 Thread Stas Bekman
Kermit Tensmeyer wrote: On Sat, 22 Mar 2003 16:14:08 +1100, "Stas Bekman" <[EMAIL PROTECTED]> said: Kermit Tensmeyer wrote: On Fri, 21 Mar 2003 15:23:42 +1100, "Stas Bekman" <[EMAIL PROTECTED]> said: OK, so I still don't understand why it doesn't work for you. It doesn't find apxs at all? It

Re: (mp2) Apache::Build

2003-03-22 Thread Kermit Tensmeyer
On Sat, 22 Mar 2003 16:14:08 +1100, "Stas Bekman" <[EMAIL PROTECTED]> said: > Kermit Tensmeyer wrote: > > On Fri, 21 Mar 2003 15:23:42 +1100, "Stas Bekman" <[EMAIL PROTECTED]> said: > > > > OK, so I still don't understand why it doesn't work for you. It doesn't > find > apxs at all? It finds th

ModPerl::MM split

2003-03-22 Thread Stas Bekman
If you follow the cvs commits you have probably noticed that I've split ModPerl::MM into ModPerl::BuildMM and ModPerl::MM. Next step is to make ModPerl::MM as useful as possible for 3rd party modules developers. ModPerl::BuildMM can now concentrate on the build-specific things. e.g. I have add