[Bug gcov-profile/25351] Segmentation fault in function coverage_checksum_string

2009-01-14 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-01-14 21:04 --- I think this is a dup of bug 26399 which was fixed for 4.2.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25351

[Bug gcov-profile/25351] Segmentation fault in function coverage_checksum_string

2009-01-14 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-01-14 23:14 --- And it is. I had the same issue also and backporting the patch for PR 26399 fixes it for me. *** This bug has been marked as a duplicate of 26399 *** -- pinskia at gcc dot gnu dot org changed: What

[Bug gcov/profile/25351] Segmentation fault in function coverage_checksum_string

2006-03-24 Thread lothar at tradescape dot biz
--- Comment #5 from lothar at tradescape dot biz 2006-03-24 18:45 --- We also get ICEs on valid code with gcc 4.1.0 on both i686 and x86_64 both on Linux if we compile our source with -fprofile-arcs -ftest-coverage. When I tried to produce a precompiled (-E) file I could NOT reproduce

[Bug gcov/profile/25351] Segmentation fault in function coverage_checksum_string

2005-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-11 15:52 --- Do you have a normal testcase that is C++ which produces this symbol? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug gcov/profile/25351] Segmentation fault in function coverage_checksum_string

2005-12-11 Thread cyberax at elewise dot com
--- Comment #3 from cyberax at elewise dot com 2005-12-11 16:23 --- Yes, preprocessed file attached. But this bug is somewhat hard to reproduce, I've spent about 3 hours trying to create a minimal test-case without much success - sometimes compilation is finished successfully, but the

[Bug gcov/profile/25351] Segmentation fault in function coverage_checksum_string

2005-12-11 Thread cyberax at elewise dot com
--- Comment #4 from cyberax at elewise dot com 2005-12-11 16:29 --- Created an attachment (id=10452) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10452action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25351