Skip to content
Advertisement

Tag: google-perftools

SIGPROF kills my server when using google perftools

I have a multithreaded server process, written in C/C++ that I am trying to profile with Google perftools. However when I run the process with perftools, pretty soon my server stops with a “syscall interrupted” error, that I think is being caused by the incoming SIGPROF. (The actual system call that is being interrupted is deep inside my call to

Advertisement