Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 16335 invoked from network); 12 Aug 2005 19:52:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2005 19:52:45 -0000 Received: (qmail 18774 invoked by uid 500); 12 Aug 2005 19:52:38 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 18760 invoked by uid 500); 12 Aug 2005 19:52:37 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 18747 invoked by uid 99); 12 Aug 2005 19:52:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 12:52:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gozer@ectoplasm.org designates 66.34.202.202 as permitted sender) Received: from [66.34.202.202] (HELO minerva.ectoplasm.org) (66.34.202.202) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 12:52:58 -0700 Received: from minerva.ectoplasm.org (localhost.localdomain [127.0.0.1]) by pmx.secure.ectoplasm.org (Postfix) with SMTP id BF5A85EB32; Fri, 12 Aug 2005 12:52:35 -0700 (PDT) Received: from [192.168.10.200] (unknown [192.168.10.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by minerva.ectoplasm.org (Postfix) with ESMTP id 86F1A5EB1E; Fri, 12 Aug 2005 12:52:35 -0700 (PDT) Message-ID: <42FCFE02.8020109@ectoplasm.org> Date: Fri, 12 Aug 2005 12:52:34 -0700 From: "Philippe M. Chiasson" User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Justin Wheeler CC: modperl@perl.apache.org Subject: Re: [MP2] mod_perl 2.0 seg faulting.. References: <42F908DF.1010509@datademons.com> <42F90F32.30201@ectoplasm.org> <42F957E9.9090004@datademons.com> <42FA4043.9040600@ectoplasm.org> <42FA40EE.2070406@datademons.com> In-Reply-To: <42FA40EE.2070406@datademons.com> X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigCA46315AF43FBB438775E826" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCA46315AF43FBB438775E826 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Justin Wheeler wrote: > 0x0807be3f in modperl_handler_perl_get_handlers (my_perl=0x82a90c0, > handp=0x8137370, p=0x8566f90) at modperl_handler.c:579 > 579 CV *cv = modperl_mgv_cv(gv); > (gdb) info locals > cv = (CV *) 0x84a9260 > handler = (modperl_handler_t *) 0x8192c58 > gv = (GV *) 0x859e9cc > av = (AV *) 0x8289f04 > i = 1 > handlers = (modperl_handler_t **) 0x8192df8 > __func__ = "modperl_handler_perl_get_handlers" > (gdb) print *gv > $1 = {sv_any = 0x0, sv_refcnt = 1, sv_flags = 2048} > (gdb) print *handler > $2 = {mgv_obj = 0x0, mgv_cv = 0x8388ad8, name = 0x8192c40 > "deBiz::Main::dbconnect", cv = 0x0, flags = 33 '!', attrs = 0, next = 0x0} Sorry for the run-around, but can you also print (gdb) print *(handler->mgv_cv) (gdb) print *(handler->mgv_cv->next) (gdb) print *(handler->mgv_cv->next->next) and so on... And another question, are you using Apache2::Reload ? And that function, deBiz::Main::dbconnect, is there anything special about it ? -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 --------------enigCA46315AF43FBB438775E826 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFC/P4CyzKhB4jDpaURAxvgAJ4qKPWrJYenURxD/k60K93+eDg1LgCfX9Su S+1M+RSU2GuIq+VvkBzh/EI= =uprs -----END PGP SIGNATURE----- --------------enigCA46315AF43FBB438775E826--