[Bug gcov-profile/48361] New: gcov freezes when using --all-blocks (-a) flag.
lieutenantfeist at hotmail dot de
gcc-bugzilla@gcc.gnu.org
Wed Mar 30 11:56:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48361
Summary: gcov freezes when using --all-blocks (-a) flag.
Product: gcc
Version: 4.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: lieutenantfeist@hotmail.de
lcov stopped processing files and was stuck on particular ones. The problem was
eventually narrowed down to the gcov call which, when enabling error and std
output, showed that it got stuck while trying to create a
'#path#to#current#header.h.gcov' file. Making sure that gcov is not called with
the -a (or --all-blocks) flag enabled, allowed gcov to finish successfully.
This does not apply to all .gcda files being analyzed, just some files which
aren't drastically different from others which get processed fine when using
the -a option.
Chris
More information about the Gcc-bugs
mailing list