This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
system() call causes gcc-x64 profiling to crash
- From: Vincent Diepeveen <diep at xs4all dot nl>
- To: gcc-help at gcc dot gnu dot org
- Cc: edwin dot zuidema at tomtom dot com
- Date: Thu, 20 Dec 2007 11:23:20 +0100 (CET)
- Subject: system() call causes gcc-x64 profiling to crash
Good morning,
When we try to profile (-pg and with optimizations turned on)
at SUSE x64 gcc 4.2.2, then the software gets hung at the
point of calling the function system() in c++ code.
We are using both intel as well as amd hardware it gets hung at them all.
What is the best way for us to get around this and proceed?
Thanks,
Vincent