Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 34814 invoked by uid 500); 10 Nov 2002 19:34:18 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 34798 invoked from network); 10 Nov 2002 19:34:17 -0000 Message-ID: <000f01c288f0$192e52b0$f80c0b0a@wingr2> From: "Gerald Richter" To: "Kee Hinckley" Cc: References: <001401c28806$3909a570$f80c0b0a@wingr2> Subject: Re: @ISA corrupted Date: Sun, 10 Nov 2002 20:33:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > perl 5.5.3 on freebsd, not sure what version of mod_perl, but it's > running Apache 1.3.12. Unfortunately I have no control over the > versions of mod_perl or Apache on this server. > > Any thoughts on where I should start looking? My client isn't very happy. First print out the content of @ISA, see what it contains when the page is served ok and when it fails. Maybe some other module youare using is changeing the @ISA, so it doesn't contains the right values. You might try to find out when the error happen. Try to start httpd with -X option, so you only have one child. Try to see if it happens always after a special page. Do you have normale Embperl pages and EMbperlObject pages in this web? Try to mix requests to them. The main point is to make the error reproducablee. Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org