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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -