Re: segfaults with version 1.5.2, no response with 1.6

2002-08-19 Thread ahg
Hi, folks, O.K... I've run AxKit with the perl debugger and Apache::DB, and have a log of all the instructions that AxKit executes when it tries, unsuccessfully, to process a request. A substantial amount of AxKit code _does_ get executed, and it tires to send out lots of messages through

Re: segfaults with version 1.5.2, no response with 1.6

2002-08-16 Thread ahg
OK, the end of the httpd.conf now reads: Perl use Carp (); $SIG{__WARN__} = \Carp::cluck; use lib qw(/home1/d/d2ia1/lib/perl5); /Perl PerlModule AxKit SetHandler axkit AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript AxLogDeclines On

Re: segfaults with version 1.5.2, no response with 1.6

2002-08-15 Thread Matt Sergeant
On Wed, 14 Aug 2002, [EMAIL PROTECTED] wrote: Anyway, since a new AxKit was recently released, I installed it, to see if the problems persisted. With 1.6, I get no segfaults, but AxKit won't process any documents. With the following in the httpd.conf Perl use Carp ();

segfaults with version 1.5.2, no response with 1.6

2002-08-14 Thread ahg
Hi, I've had a few problems getting AxKit to work on a specific server... A few months ago, folks on the AxKit IRC channel helped me try to fix this, but in the end, the problem was not solved. Unfortunately, I haven't have time to continue to work on this until just recently. The initial