Bug 197512

Summary: DWARF2 CFI reader: unhandled CFI instruction 0:10
Product: [Developer tools] valgrind Reporter: Tobias Burnus <burnus>
Component: memcheckAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.4.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tobias Burnus 2009-06-22 16:54:57 UTC
This is with openSUSE Factory valgrind-3.4.1-1.4.

Using valgrind on GCC 4.5 itself (which is compiled with itself, i.e. GCC 4.5 20090622) gives tons (8000+ lines) of the following warning, which is quite annoying:

--11270-- DWARF2 CFI reader: unhandled CFI instruction 0:10
--11270-- DWARF2 CFI reader: unhandled CFI instruction 0:10
--11270-- DWARF2 CFI reader: unhandled CFI instruction 0:10
--11270-- DWARF2 CFI reader: unhandled CFI instruction 0:10

I try to come up with a smaller example, but I failed to do so; if needed I can try harder.
Comment 1 Julian Seward 2009-06-22 17:11:29 UTC
I think I fixed this on the trunk recently (not sure).  Can you
try that?
Comment 2 Tobias Burnus 2009-06-23 09:49:49 UTC
(In reply to comment #1)
> I think I fixed this on the trunk recently (not sure).  Can you
> try that?
I have built the SVN version - and it seems to work.