Mantis - Resin
Viewing Issue Advanced Details
5948 crash always 10-12-15 03:03 12-02-16 16:48
goodpro2  
ferg  
normal  
closed 4.0.44  
fixed  
none    
none 4.0.50  
0005948: apr_pool_cleanup_register(config->web_pool, s, cse_cleanup_, NULL) at modules/c/src/common/stream.c:1848 cause segfalut
Hello
I appreicate your effort.

I think that
 apr_pool_cleanup_register(config->web_pool, s, cse_cleanup_, NULL) at modules/c/src/common/stream.c:1848 cause segfault when using piped log

4th parameter of that function is set to child_cleanup_fn(valiable of structure cleanup_t)
and run_child_cleanups at memory/unix/apr_pools.c:2325(in apr) reference that pointer.

Strangely speeking,
I solved that 'make install' directly without 'make'.

Actually
when make, appear -DSHM
but make install directly, disappear -DSHM.


Notes
(0006659)
goodpro2   
10-28-15 18:18   
this is about mod_caucho
anyone who answer me..?