httpd.core
Tom Vilot
tom at vilot.com
Sat Apr 9 09:22:23 PDT 2005
Thank you, Subhro, for such a quick response to my question.
> For examining any core file you need a debugger. A very popular
> debugger is the GNU Debugger also known as gdb
Now ... the only problem is that if I examine the httpd.core file, it
evidently has no debugging information in it (naturally):
This GDB was configured as "i386-unknown-freebsd".
Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
#0 0x2895e06c in ?? ()
How do I build Apache with debugging information? I see in the INSTALL file:
Use the --without-execstrip option to disable the stripping of
executables on installation. This can be important on some platforms in
combination with --enable-rule=SHARED_CORE or when Apache was
built with debugging symbols which shouldn't be lost.
I assume I need that, too ... but I also am not clear on how to build
apache13-modssl with the debug information ...
Thank you in advance.
More information about the freebsd-questions
mailing list