Bug 101204 - noisy warning
Summary: noisy warning
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 2.4 CVS
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-09 23:56 UTC by Eyal Lebedinsky
Modified: 2005-08-29 14:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
A simple demonstration of the problem (766 bytes, text/plain)
2005-03-09 23:57 UTC, Eyal Lebedinsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Lebedinsky 2005-03-09 23:56:30 UTC
I am running for a long time with a patch that disables the below warning. Going
for 2.4.0 we should consider making the announcement just once.

My system includes a generated c file that can be very large (many millions of
lines). Runnig it with VG I get one of the following warnings for each line over
the limit (which can be a huge report)

==20899== warning: ignoring line info entry with huge line number (1100018)
==20899==          Can't handle line numbers greater than 1048575, sorry

BTW, should the "Version" list not include "2.4.0" and "2.4.0 CVS"? I run CVS
head.
Comment 1 Eyal Lebedinsky 2005-03-09 23:57:37 UTC
Created attachment 10050 [details]
A simple demonstration of the problem

A shell script to show the warnings. Check out zz38.log to see it.
Comment 2 Nicholas Nethercote 2005-08-25 02:24:35 UTC
I've committed a change so this warning is only shown once.
Comment 3 Julian Seward 2005-08-29 14:48:10 UTC
FIXED-TRUNK:    4511
FIXED-30BRANCH: 4561