Re: flood parse error in urllist

2002-04-17 Thread Aaron Bannert
On Wed, Apr 17, 2002 at 10:24:27PM +0100, Thom May wrote: url method=GEThttp://host/script.cgi?arg1=x\arg2=y/url Shouldn't this be amp; rather than \ : url method=GEThttp://host/script.cgi?arg1=xamp;arg2=y/url Yes, that is

RE: Move perchild to experimental?

2002-04-17 Thread Sander Striker
+1 Sander

RE: cvs commit: httpd-2.0/server/mpm/worker worker.c

2002-04-17 Thread Sander Striker
Isn't this the introduction of a memory leak? The threads keep being created, and the pool is _never_ cleared. Sander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 April 2002 17:45 To: [EMAIL PROTECTED] Subject: cvs commit:

Re: FW: shared dav_svn is not relinking

2002-04-17 Thread Jeff Trawick
Sander Striker [EMAIL PROTECTED] writes: 1) always do libtool --install +1. 2) look in installed .la file for the name that must be passed to dlopen and rename that file in the target directory to what we think a DSO ought to be named But we only need to do that for AIX,

Re: segfault in core_output_filter

2002-04-17 Thread Cliff Woolley
On 17 Apr 2002, Jeff Trawick wrote: Is this so prevalent a problem in third-party modules that we need to protect ourself from PRs? If not, I'd prefer a segfault. I would, too. Silently returning APR_SUCCESS seems bad to me; it could hide problems, plus it might be the case that some

Re: cvs commit: httpd-2.0/server/mpm/worker worker.c

2002-04-17 Thread Aaron Bannert
Aren't global pools still cleaned up on exit? If the threads are still running we'll still have the same problem. The only way I see to fix this is to make sure that all threads have terminated before cleaning up the pool. I don't see that they're getting cleaned up on exit. Pools

Re: cvs commit: httpd-2.0/server protocol.c

2002-04-17 Thread Greg Stein
On Tue, Apr 16, 2002 at 05:43:09AM -, [EMAIL PROTECTED] wrote: jerenkrantz02/04/15 22:43:09 Modified:.CHANGES STATUS include http_protocol.h modules/http http_protocol.c server protocol.c Log: Adds support for

Re: segfault in core_output_filter

2002-04-17 Thread Greg Stein
On Wed, Apr 17, 2002 at 10:40:34AM -0700, Aaron Bannert wrote: ... I don't think we should treat this as a special case at all. If an empty brigade happens to be passed down the filter chain, oh well. It shouldn't be fatal (as with an assert()), but it should be discouraged (punishable by

Re: cvs commit: httpd-2.0/server/mpm/experimental/threadpool config5.m4 Makefile.in mpm_default.h mpm.h pod.c pod.h threadpool.c

2002-04-17 Thread Greg Stein
On Wed, Apr 17, 2002 at 01:57:32PM -0700, Aaron Bannert wrote: On Wed, Apr 17, 2002 at 01:56:13PM -0700, Greg Stein wrote: Can we stop copying pod.[ch] all over the place? Maintenance is going to be from hell. Just move the frickin' thing up into server/. And before anybody says, but

Re: cvs commit: httpd-2.0/include ap_mmn.h

2002-04-17 Thread William A. Rowe, Jr.
At 04:05 PM 4/17/2002, Greg Stein wrote: Why is this change required? Sorry... pulled in 30 directions at once. Here's the short answer. This bugfix is required. If you study the entire code path of CGI creation for Win32... you will discover that -most- exec's are by explicit full path