Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread o haya
I have been encountering a problem trying to work with the core dump file. After I decompress the lz4 file and then try to use gdb (gdb /apps/httpd2.5/bin/httpd ), I am getting an error msg in GDG: Reading symbols from /apps/httpd2.4/bin/httpd...done. "/var/lib/systemd/coredump/core.httpd.1001.9e1

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread Eric Covener
On Linux, /proc/sys/kernel/core_pattern determines the filename and may pipe it to a custom process (abrtd, systemd). If it's piped, you will need to possibly configure it or extract the underlying core. On Tue, Feb 11, 2025 at 7:11 AM o haya wrote: > Hi, > This is a followup (but different prob

[users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread o haya
Hi, This is a followup (but different problem) to a problem that I had posted about previously. In the earlier thread, I had been getting an "undefined symbol" problem, and actually, it turned out that I had encountered that problem, and solved it, years ago (almost 7 years ago, I think), but with