[Fwd: Re: ports/134749: www/mod_perl bus error after 1.31 update]

2009-06-05 Thread Philip M. Gollucci
fixed hth ---BeginMessage--- The following reply was made to PR ports/134749; it has been noted by GNATS. From: Philip M. Gollucci pgollu...@p6m7g8.com To: bug-follo...@freebsd.org, Troy t...@twisted.net, Tim Zingelman zingel...@fnal.gov Cc: Subject: Re: ports/134749: www/mod_perl bus

Re: [Fwd: Re: ports/134749: www/mod_perl bus error after 1.31 update]

2009-06-05 Thread David E. Wheeler
On Jun 4, 2009, at 11:26 PM, Philip M. Gollucci wrote: fixed Hrm. I wonder if it will fix [this error](http://www.mail-archive.com/d...@perl.apache.org/msg12057.html ) as well? Best, David

Re: [Fwd: Re: ports/134749: www/mod_perl bus error after 1.31 update]

2009-06-05 Thread Philip M. Gollucci
David E. Wheeler wrote: On Jun 4, 2009, at 11:26 PM, Philip M. Gollucci wrote: fixed Hrm. I wonder if it will fix [this error](http://www.mail-archive.com/d...@perl.apache.org/msg12057.html) as well? It might, but I don't think its related I can test it here Darwin

Re: [Fwd: Re: ports/134749: www/mod_perl bus error after 1.31 update]

2009-06-05 Thread David E. Wheeler
On Jun 5, 2009, at 11:08 AM, Philip M. Gollucci wrote: It might, but I don't think its related I can test it here Darwin clarus.apache.org. 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc whenever I get a moment

Re: [Fwd: Re: ports/134749: www/mod_perl bus error after 1.31 update]

2009-06-05 Thread Philip M. Gollucci
David E. Wheeler wrote: On Jun 5, 2009, at 11:08 AM, Philip M. Gollucci wrote: It might, but I don't think its related I can test it here Darwin clarus.apache.org. 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc

a better apachectl?

2009-06-05 Thread Jonathan Swartz
Over the years I've developed (as I'm sure many have :)) a small home- grown replacement for apachectl, to make start/stop/restart easier. It's in library form, and among other things it * detects whether the server is actually running, by contacting the port * waits to make sure the server

Re: a better apachectl?

2009-06-05 Thread Jonathan Swartz
Since writing this, I found two relevant entries on CPAN: * App::Control - Same basic idea, but doesn't have the server-specific features - also not easily subclassable, as all commands are handled in a giant case statement :) * Lighttpd::Control - Same basic idea, but just for lighttpd,

Re: a better apachectl?

2009-06-05 Thread Perrin Harkins
On Fri, Jun 5, 2009 at 5:21 PM, Jonathan Swartzswa...@pobox.com wrote: Over the years I've developed (as I'm sure many have :)) a small home-grown replacement for apachectl, to make start/stop/restart easier. I've written a few of those :) Most of mine have too many assumptions to make them

Re: svn commit: r781917 - in /perl/modperl/branches/1.x: Changes src/modules/perl/mod_perl.c

2009-06-05 Thread Philippe M. Chiasson
On 05/06/09 01:57 , pgollu...@apache.org wrote: Author: pgollucci Date: Fri Jun 5 05:57:17 2009 New Revision: 781917 URL: http://svn.apache.org/viewvc?rev=781917view=rev Log: Address FreeBSD PR: ports/134749 This is actually a bug in gcc 4.2.1?x where the array is optimized