Re: Passing file/line ALL the time

2002-01-14 Thread Greg Stein
On Sun, Jan 13, 2002 at 07:36:49PM +0100, Sander Striker wrote: From: Ian Holsman [mailto:[EMAIL PROTECTED] Stupid Question Time: is there a problem just enabling file/line passing to this ALL the time? I mean.. it's just a extra parameter on the stack. this would make it MUCH

HEAD dumps core with APR_POOL_DEBUG WAS: RE: cvs commit: httpd-2.0 STATUS

2002-01-14 Thread Sander Striker
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Trawick Subject: Re: cvs commit: httpd-2.0 STATUS Sander Striker [EMAIL PROTECTED] writes: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: cvs commit: httpd-2.0 STATUS trawick 02/01/13 07:56:29

RE: Deprecating apr_pool_free_blocks_num_bytes

2002-01-14 Thread Sander Striker
From: Greg Stein [mailto:[EMAIL PROTECTED] Subject: Re: Deprecating apr_pool_free_blocks_num_bytes On Sun, Jan 13, 2002 at 01:18:00PM +0100, Sander Striker wrote: Hi, Can we deprecate this function? I expect it not to be used in Seems fine to me. However, it does give us how much

Re: [PROPOSAL] apr_spipe_t - stream pipe IPC mechanism

2002-01-14 Thread jean-frederic clere
Aaron Bannert wrote: A stream pipe is a full-duplex pipe that can be used to communicate data, file descriptors and socket descriptors. When one of the pairs is used in a parent process and another in a child process it allows a form of interprocess communication. [straight from my

[PATCH] Add --enable-pool-debug to configure

2002-01-14 Thread Sander Striker
Hi, This is kind of a convenience patch. It allows you to specify the type of pools debugging you want at configure time. Any objections? Sander Index: configure.in === RCS file: /home/cvs/apr/configure.in,v retrieving revision

Re: [PATCH] Add --enable-pool-debug to configure

2002-01-14 Thread Jim Jagielski
Sander Striker wrote: Hi, This is kind of a convenience patch. It allows you to specify the type of pools debugging you want at configure time. +1 -- === Jim Jagielski [|] [EMAIL PROTECTED] [|]

Re: [PATCH] Add --enable-pool-debug to configure

2002-01-14 Thread Ian Holsman
Jim Jagielski wrote: Sander Striker wrote: Hi, This is kind of a convenience patch. It allows you to specify the type of pools debugging you want at configure time. +1 can you make it so that the 'debug' versions of the apr are created with a different library name apr-d apr-util-d or something

RE: [PATCH] Add --enable-pool-debug to configure

2002-01-14 Thread Sander Striker
From: Ian Holsman [mailto:[EMAIL PROTECTED] Subject: Re: [PATCH] Add --enable-pool-debug to configure Sander Striker wrote: Hi, This is kind of a convenience patch. It allows you to specify the type of pools debugging you want at configure time. can you make it so that the 'debug'

APR_USE_SHMEM_SHMGET_ANON

2002-01-14 Thread Jim Jagielski
Any idea why we don't predelete the SysV shared mem in this section of code? I plan on: o Adding that in o (more controversial) removing the setting of the user and group ID of the shared mem segment. There was discussion about this but this was never done. I may actually wrap

Re: APR_USE_SHMEM_SHMGET_ANON

2002-01-14 Thread Jim Jagielski
At 4:27 PM -0500 1/14/02, Jim Jagielski wrote: o (more controversial) removing the setting of the user and group ID of the shared mem segment. There was discussion about this but this was never done. I may actually wrap this in a preprocessor container. Hold on a tic... seems

Don't use APR_POOL_DEBUG

2002-01-14 Thread Sander Striker
Hi, Please don't use APR_POOL_DEBUG today. There is a logic error* in there which I will fix tomorrow. Thanks for your patience. Sander *) Rendering it totally useless since it also aborts on correct usage.