https://bugs.kde.org/show_bug.cgi?id=427510
Bug ID: 427510 Summary: Use of uninitialized value in callgrind_annotate. Product: valgrind Version: unspecified Platform: Gentoo Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: callgrind Assignee: josef.weidendor...@gmx.de Reporter: skvad...@gmail.com Target Milestone: --- Created attachment 132259 --> https://bugs.kde.org/attachment.cgi?id=132259&action=edit Input to callgrind_annotate. STEPS TO REPRODUCE 1. Run callgring_annotate on input file callgrind.out.9703 (attached): $ callgrind_annotate callgrind.out.9703 > /dev/null OBSERVED RESULT Outputs the following lines on stderr: Use of uninitialized value $pairs[0] in numeric lt (<) at /usr/bin/callgrind_annotate line 1199. Use of uninitialized value $high in numeric lt (<) at /usr/bin/callgrind_annotate line 1210. EXPECTED RESULT Empty stderr. SOFTWARE/OS VERSIONS $ callgrind_annotate --version callgrind_annotate-3.16.0.GIT ADDITIONAL INFORMATION This doesn't prevent me from using callgrind_annotate, but reporting just in case. -- You are receiving this mail because: You are watching all bug changes.