https://bugs.kde.org/show_bug.cgi?id=433500

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
Simpler reproducer with libstdc++-debuginfo installed:

$ (echo "#include <iostream>"; echo 'int main() { std::cout << "Hello"; }') |
g++ -xc++ -
$ ./vg-in-place --read-var-info=yes --tool=none ./a.out 
==367933== Nulgrind, the minimal Valgrind tool
==367933== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.
==367933== Using Valgrind-3.17.0.GIT and LibVEX; rerun with -h for copyright
info
==367933== Command: ./a.out
==367933== 

parse DIE(readdwarf3.c:4085): confused by:
 <3><55f9a2>: Abbrev Number: 64 (DW_TAG_subrange_type)
     DW_AT_upper_bound : 2147483647     
     DW_AT_name        : (indirect string, offset: 0x53c5e):
positive___XDLU_1__2147483647      
     DW_AT_type        : 0x786bc        
     DW_AT_artificial  : 1      
parse_type_DIE:
--367933-- WARNING: Serious error when reading debug info
--367933-- When reading debug info from /usr/lib64/libstdc++.so.6.0.28:
--367933-- confused by the above DIE
Hello==367933==

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to