I am having trouble getting code coverage from my child process. gcov basically returns the data for all the executions done by the parent but returns 0% for anything run by the child is there something i need to do to get gcov to gather data from the child process? I read that gcov will do this automatically but it seems this is not the case in my situation thanks