Segmentation Fault with GCC and Gcov on Instrumented C++ Program
I'm to instrument GCC and Gcov to collect execution sequence information. While my approach works well for c programs on
When I compile this program with GCC and Gcov on a
I'm using GCC version 3.4.5 on CentOS 6.4.
My instrumentation code is being inserted correctly and there are no other obvious issues in the code.
Does anyone have experience with similar issues or suggestions for troubleshooting?
x86 and x86_64, I'm encountering a segmentation fault when attempting to instrument a C++ program on x86_64.When I compile this program with GCC and Gcov on a
64-bit Intel processor x86_64 and attempt to run it, I encounter a segmentation fault.I'm using GCC version 3.4.5 on CentOS 6.4.
My instrumentation code is being inserted correctly and there are no other obvious issues in the code.
Does anyone have experience with similar issues or suggestions for troubleshooting?