Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 30719 invoked from network); 30 Nov 2006 19:57:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 19:57:26 -0000 Received: (qmail 55581 invoked by uid 500); 30 Nov 2006 19:57:34 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 55560 invoked by uid 500); 30 Nov 2006 19:57:34 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 55549 invoked by uid 99); 30 Nov 2006 19:57:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 11:57:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 11:57:21 -0800 Received: from [172.28.57.204] (office4.tmcs.net [209.104.55.5]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id kAUJuY37011784 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 14:56:36 -0500 (EST) (envelope-from pgollucci@p6m7g8.com) Message-ID: <456F3755.3040207@p6m7g8.com> Date: Thu, 30 Nov 2006 11:56:05 -0800 From: "Philip M. Gollucci" Organization: P6M7G8 Consulting User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: Geoffrey Young CC: dev@perl.apache.org Subject: Re: svn commit: r480890 - in /perl/modperl/trunk: Changes src/modules/perl/mod_perl.c src/modules/perl/modperl_interp.h References: <20061130112019.842441A9846@eris.apache.org> <456EE02C.2070309@modperlcookbook.org> In-Reply-To: <456EE02C.2070309@modperlcookbook.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2263/Thu Nov 30 01:51:08 2006 on piccollo.p6m7g8.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on piccollo.p6m7g8.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, DK_POLICY_SIGNSOME autolearn=ham version=3.1.5 Geoffrey Young wrote: >> + /* PERL_SYS_TERM() needs 'my_perl' as of 5.9.5 */ >> +#ifdef USE_ITHREADS >> +# if PERL_REVISION == 5 && \ >> + ((PERL_VERSION == 9 && PERL_SUBVERSION > 4) || \ >> + PERL_VERSION > 9) >> + modperl_cleanup_data_t *cdata = (modperl_cleanup_data_t *)data; >> + PerlInterpreter *my_perl = (PerlInterpreter *)cdata->data; >> +# endif >> +#endif > > I feel like I've seen this snippet before. > > can this be made into a more generally useful macro for the other places > we need specific versions of perl? Probably -- I'm kind of more worried with the "panic: free in wrong pool" ocurring at startup in bleed-ithread. My debugger wasn't playing nice last night either and that is likely over my head -- but we'll see how I fare. -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F I never had a dream come true 'Til the day that I found you. Even though I pretend that I've moved on You'll always be my baby. I never found the words to say You're the one I think about each day And I know no matter where life takes me to A part of me will always be... A part of me will always be with you. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org