Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5981 | minor | always | 02-25-16 08:07 | 12-05-16 18:15 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.47 | ||
Product Build: | Resolution: | duplicate | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.50 | ||
|
|||||
Summary: | 0005981: apache integration: core dump | ||||
Description: |
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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|