linux - Apache httpd terminates on interrupt/breakpoint -
i try use "valgrind --vgdb=yes httpd -x" debug service running via httpd, , monitor memory leaks using "monitor leak_check full reachable increased" after each request. problem cannot interrupt httpd reliably in order run "monitor" command in gdb - when press ctrl-c in valgrind/httpd terminal, terminates, same when send kill -int. tried different "handle sigint/sigterm nopass/pass" no luck.
also often, when add breakpoints , pause httpd in eclipse cdt/gdb debugger, httpd terminates, too.
so possible interrupt httpd without making exit in 90% cases?
Comments
Post a Comment