On Mon, Nov 18, 2002 at 08:20:11PM -0500, Jeff Trawick wrote: > 2) tweak make_child() in the test program to trap errors from > apr_proc_mutex_lock() and apr_proc_mutex_unlock() > > I bet you are hitting errors with the mutex, but they're not being > reported right now. And of course if the mutex doesn't work right the > counter in shared memory is no longer interesting either.
Been working on adding in error checking today, I'll add what I have as well as catch the errors from mutex locks and unlocks in soonish. -aaron