[Bug 71] New: valgrind: Invalid read of size 4 in elf_renumbersyms
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 24 11:36:48 PST 2006
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 at digitalmars.com
ReportedBy: thomas-dloop at 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)
--
More information about the Digitalmars-d-bugs
mailing list