Re: [VOTE] Release httpd 2.3.4-alpha

2009-12-02 Thread Niklas Edmundsson
On Mon, 30 Nov 2009, William A. Rowe Jr. wrote: Look, PCRE is a mandatory component. APR is a mandatory component. Let's please start applying some rhyme to our reasoning again. +1 /Nikke -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Niklas Edmundsson,

ap_process_child_status() and child pid exit signal logging

2009-12-02 Thread Kevin J Walters
Hi, I've noticed that all versions of apache (1.3 to 2.2) will produce error log output like this, [Mon Jan 1 00:00:00 2009] [notice] child pid 12345 exit signal Segmentation fault (11) In the case of a segmentation fault or anything that produces a core dump this is a relatively serious

Re: ap_process_child_status() and child pid exit signal logging

2009-12-02 Thread Jeff Trawick
On Wed, Dec 2, 2009 at 9:00 AM, Kevin J Walters kevin.walt...@morganstanley.com wrote: Hi, I've noticed that all versions of apache (1.3 to 2.2) will produce error log output like this, [Mon Jan  1 00:00:00 2009] [notice] child pid 12345 exit signal Segmentation fault (11) In the case

Re: ap_process_child_status() and child pid exit signal logging

2009-12-02 Thread Igor Galić
BEGIN:VCALENDAR PRODID:Zimbra-Calendar-Provider VERSION:2.0 METHOD:REQUEST BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:STANDARD DTSTART:19710101T03 TZOFFSETTO:+0100 TZOFFSETFROM:+0200 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU TZNAME:CET END:STANDARD BEGIN:DAYLIGHT

Re: svn commit: r886177 - in /httpd/test/framework/trunk/t/conf: extra.conf.in ssl/ssl.conf.in

2009-12-02 Thread Jeff Trawick
On Wed, Dec 2, 2009 at 10:42 AM, traw...@apache.org wrote: Author: trawick Date: Wed Dec  2 15:42:54 2009 New Revision: 886177 URL: http://svn.apache.org/viewvc?rev=886177view=rev Log: Mutex directive updates: mod_ssl's session cache mutex and mod_rewrite's rewrite map mutex no longer

[PATCH] Apache-Test/lib/Apache/TestConfig.pm compatibility with httpd trunk

2009-12-02 Thread Jeff Trawick
All the old mutex directives were replaced by Mutex. IfVersion == 2.3.4 isn't handled in the patch because of a change to the Mutex syntax in 2.3.5-dev. Note that mod_version is now a dependency for APACHE2. Index: Apache-Test/lib/Apache/TestConfig.pm

Re: [VOTE] Release httpd 2.3.4-alpha

2009-12-02 Thread Michael Felt
I pull zlib from a non-os location because the build does not/did not find the os location. I should try removing it and see if configure can find it in /usr/lib and/or /usr/local/lib - in both locations. With building for AIX I am accesstomed to issues and I work a long time to get as

Crash in scoreboard for 2.3.4 after restart (register_hooks)

2009-12-02 Thread Rainer Jung
Platform: Solaris 8 (sic!) MPM: worker dynamically loaded APR etc: Bundled PCRE: 7.8 During testing of 2.3.4 I noticed crashes after restart. I did a build with lots of modules, especially including mod_logio. The scoreboard uses in ap_increment_counts() the optional function

Re: Crash in scoreboard for 2.3.4 after restart (register_hooks)

2009-12-02 Thread Ruediger Pluem
On 12/02/2009 09:09 PM, Rainer Jung wrote: Platform: Solaris 8 (sic!) MPM: worker dynamically loaded APR etc: Bundled PCRE: 7.8 During testing of 2.3.4 I noticed crashes after restart. I did a build with lots of modules, especially including mod_logio. The scoreboard uses in

Re: [VOTE] Release httpd 2.3.4-alpha

2009-12-02 Thread Rainer Jung
On 25.11.2009 23:43, Paul Querna wrote: Test tarballs for Apache httpd 2.3.4-alpha are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/- 1 [ ] Release httpd-2.3.4 as Alpha Vote closes at 18:00 UTC on Monday November 30 2009. May your Thanksgiving be filled with

Re: Crash in scoreboard for 2.3.4 after restart (register_hooks)

2009-12-02 Thread Jeff Trawick
On Wed, Dec 2, 2009 at 3:33 PM, Ruediger Pluem rpl...@apache.org wrote: On 12/02/2009 09:09 PM, Rainer Jung wrote: Platform: Solaris 8 (sic!) MPM: worker dynamically loaded APR etc: Bundled PCRE: 7.8 During testing of 2.3.4 I noticed crashes after restart. I did a build with lots of

Re: Crash in scoreboard for 2.3.4 after restart (register_hooks)

2009-12-02 Thread Rainer Jung
Hi Rüdiger, On 02.12.2009 21:33, Ruediger Pluem wrote: On 12/02/2009 09:09 PM, Rainer Jung wrote: Platform: Solaris 8 (sic!) MPM: worker dynamically loaded APR etc: Bundled PCRE: 7.8 During testing of 2.3.4 I noticed crashes after restart. I did a build with lots of modules, especially

Re: Crash in scoreboard for 2.3.4 after restart (register_hooks)

2009-12-02 Thread Ruediger Pluem
On 12/02/2009 09:53 PM, Rainer Jung wrote: Yes, that fixes it, makes a lot of sense. What's interesting is, that the function address changes during the first restart, but not any more when doing further restarts. So the initial start ends up with a different load order than all of the