www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Bug 71] New: valgrind: Invalid read of size 4 in elf_renumbersyms

http://d.puremagic.com/bugzilla/show_bug.cgi?id=71

           Summary: valgrind: Invalid read of size 4 in elf_renumbersyms
           Product: D
           Version: 0.150
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: thomas-dloop kuehne.cn


<< a.d >>
int main(){ return 0; }
 a.d <<
valgrind-3.1.0 -q --leak-check=no --tool=memcheck /opt/dmd/150/dmd/bin/dmd -I/opt/dmd/150/dmd/src/phobos -L-L/opt/dmd/150/dmd/lib a.d Invalid read of size 4 at 0x808F9EA: elf_renumbersyms() (in /opt/dmd/150/dmd/bin/dmd) by 0x808FAF3: obj_termfile() (in /opt/dmd/150/dmd/bin/dmd) by 0x80AF9D9: Module::genobjfile() (in /opt/dmd/150/dmd/bin/dmd) by 0x80BF3DC: main (in /opt/dmd/150/dmd/bin/dmd) --
Mar 24 2006