Hi, My process is getting killed in run_cleanup function. I checked in debugger that it is trying to access the memory which is not available, therefore it is crashing.
#13 0x7ff696d0 in run_cleanups () in /home/hemant_super/prac/prac1/apache_15nov/lib/libapr-1.so #14 0x7ff68f65 in apr_pool_destroy () in /home/hemant_super/prac/prac1/apache_15nov/lib/libapr-1.so #15 0x700574f5 in eor_bucket_destroy (data=0x8279ef8) at C:\Users\Administrator\Desktop\apache_29oct\T1144L24_1stFeb2019_01_source \httpd-2.4.29\server\eor_bucket.c:90 ---Type <return> to continue, or q <return> to quit--- #16 0x70059cb1 in remove_empty_buckets (bb=0x82629c0) at C:\Users\Administrator\Desktop\apache_29oct\T1144L24_1stFeb2019_01_source \httpd-2.4.29\server\core_filters.c:733 #17 0x7005994e in send_brigade_nonblocking (s=0x8261ea8, bb=0x82629c0, bytes_written=0x826295c, c=0x82625f8) Please help me to solve this. Thanks HEmant