Mantis - Resin
Viewing Issue Advanced Details
5981 minor always 02-25-16 08:07 12-05-16 18:15
alex  
ferg  
normal  
closed 4.0.47  
duplicate  
none    
none 4.0.50  
0005981: apache integration: core dump
rep by Byoung Sang Min
I think the problem caused by last parameter "NULL" of following code in modules/c/src/common/stream.c
--> apr_pool_cleanup_register(config->web_pool, s, cse_cleanup_, NULL);


0 0x00000000 in ?? ()
0000001 0x00217fbe in run_child_cleanups (p=0x9c960a8) at memory/unix/apr_pools.c:2365
0000002 cleanup_pool_for_exec (p=0x9c960a8) at memory/unix/apr_pools.c:2372
0000003 0x00217fd7 in cleanup_pool_for_exec (p=0x9c960a8) at memory/unix/apr_pools.c:2375
0000004 0x00217fd7 in cleanup_pool_for_exec (p=0x9c940a0) at memory/unix/apr_pools.c:2375
0000005 0x002235a8 in apr_proc_create (new=0x9cbfd30, progname=0x9cbfce0 "/skcomms/cronolog-1.6.2/sbin/cronolog", args=0x9cbfcd0, env=0xbfbbc4fc, attr=0x9cbfbd0, pool=0x9cbe9b8) at threadproc/unix/proc.c:425
0000006 0x08091506 in piped_log_spawn (pl=0x9cbf5a8) at log.c:1708
0000007 0x0809176d in piped_log_maintenance (reason=0, data=0x9cbf5a8, status=11) at log.c:1758
0000008 0x0021b2c0 in apr_proc_other_child_alert (proc=0xbfbbc6d4, reason=0, status=11) at misc/unix/otherchild.c:115
0000009 0x080acae5 in server_main_loop (_pconf=0x9c960a8, plog=0x9cbe9b8, s=0x9cbb1a8) at event.c:2720
0000010 event_run (_pconf=0x9c960a8, plog=0x9cbe9b8, s=0x9cbb1a8) at event.c:2814
0000011 0x08070b8c in ap_run_mpm (pconf=0x9c960a8, plog=0x9cbe9b8, s=0x9cbb1a8) at mpm_common.c:96
0000012 0x0806ae56 in main (argc=3, argv=0xbfbbc894) at main.c:777

Notes
(0006731)
ferg   
12-05-16 18:15   
0005948