Re: segfault in worker mpm due to thread return values on stack

2001-12-26 Thread Aaron Bannert
On Wed, Dec 26, 2001 at 04:54:00AM -0800, Brian Pane wrote: > I'm seeing a segfault during child process shutdown with the > worker MPM on Solaris. It appears to happen because the worker > threads do this: > > static void *worker_thread(apr_thread_t *thd, void * dummy) > { >proc_info * ti =

segfault in worker mpm due to thread return values on stack

2001-12-26 Thread Brian Pane
I'm seeing a segfault during child process shutdown with the worker MPM on Solaris. It appears to happen because the worker threads do this: static void *worker_thread(apr_thread_t *thd, void * dummy) { proc_info * ti = dummy; int process_slot = ti->pid; int thread_slot = ti->tid; apr_