On Thu, 2014-02-27 at 11:15 +0100, Mathieu Malaterre wrote: > Package: valgrind > Version: 1:3.7.0-6 > > Looks like sgcheck does not like something:
> parse_type_DIE: confused by: > <1><275c>: DW_TAG_array_type > DW_AT_type : 8 byte signature: 14 38 5f 4d 24 66 cc 9e > DW_AT_sibling : <2770> > > --30909-- WARNING: Serious error when reading debug info > --30909-- When reading debug info from > /home/mathieu/Projects/openjpeg.svn/trunk/bin/bin/libopenjp2.so.2.0.0: > --30909-- parse_type_DIE: confused by the above DIE > I have compiled openjpeg (svn trunk) using: > > CFLAGS=-Wconversion -Wunused-function -Wno-sign-conversion -O0 -g3 -gdwarf-4 I don't think 3.7.0 understands .debug_types (which is what the type signature above refers to). It was only added upstream by in r12491: Date: Thu Apr 5 07:55:47 2012 +0000 Add support for reading DWARF4 .debug_types sections. Fixes #284124. (Tom Tromey, tro...@redhat.com) Try upgrading to valgrind 3.9.0 or use gcc -fno-debug-types-section -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org