This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov/profile/26570] [4.1/4.2 Regression] -fprofile-generate -fprofile-use cause memory corruption immediately



------- Comment #7 from ahu at ds9a dot nl  2006-03-06 00:10 -------
The crasher bugs go away from release 4.1.0 when never running with
-fprofile-use and -fprofile-generate simultaneously. 

There is another 'checksum mismatch' issue with PowerDNS:
base64.cc: In function âchar<unnamed>::B64Encode1(unsigned char)â:
base64.cc:220: error: coverage mismatch for function
â_ZN38_GLOBAL__N_base64.cc_00000000_B36B9A3210B64Encode1Ehâ while reading
counter âarcsâ
base64.cc:220: error: checksum is 913e4cf0 instead of e0c8a426
base64.cc: In function âchar<unnamed>::B64Decode1(char)â:
base64.cc:220: error: coverage mismatch for function
â_ZN38_GLOBAL__N_base64.cc_00000000_B36B9A3210B64Decode1Ecâ while reading
counter âarcsâ
base64.cc:220: error: checksum is 93e2f130 instead of e21419e6

These go away when I delete the relevant .gc* files. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26570


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]