apache2.0.49 built from source using
CFLAGS=-O0 ./configure --prefix=/opt/apache2-2.0.48 --enable-ssl --enable-maintainer-mode --with-mpm=worker
on debian
I run apache in gdb with -X -f myconf.conf
when I attempt to stop execution by pressing ctrl-c inside gdb execution stops with a SIGHUP begin caught, where I would expect a SIGINT upon continuation the SIGHUP causes the process to end.
Other programs I run in gdb do stop with a SIGINT
Am I doing somthing wrong ?
Kevin Tew
