Mladen Turk wrote: > > Look Jim, not sure how can I explain that to you, but here is what > happens: > 1. LoadModule mod_proxy > create_server_config > tries to load the function from proxy_load_balancer > 2. LoadModule mod_proxy_balancer > > So, c_s_c from mod_proxy is referencing the function that is > loaded *after* that call. > Since the module (mod_proxy_balancer) has not been loaded yet > at the time mod_proxy is referencing that function it is stored > as NULL, and of course, later it causes the core dump. >
You forget that the server_conf is created twice... But I think I see what your theory is. > [Tue Sep 06 20:03:05 2005] [debug] mod_proxy_balancer.c(41): proxy: > BALANCER: canonicalising URL //cluster//servlet-examples/ > [Tue Sep 06 20:03:06 2005] [notice] child pid 3455 exit signal > Segmentation fault (11) > > So, this is 2.1.7-beta from pquerna. > Weird that no one else sees this... can you try the perl framework test? -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "Sith happens" - Yoda
