|
From: <sv...@va...> - 2011-10-08 16:03:12
|
Author: florian
Date: 2011-10-08 16:58:26 +0100 (Sat, 08 Oct 2011)
New Revision: 12125
Log:
Update exp file. Back trace changed due to r12108.
Modified:
trunk/exp-sgcheck/tests/bad_percentify.stderr.exp-glibc28-amd64
Modified: trunk/exp-sgcheck/tests/bad_percentify.stderr.exp-glibc28-amd64
===================================================================
--- trunk/exp-sgcheck/tests/bad_percentify.stderr.exp-glibc28-amd64 2011-10-08 15:27:36 UTC (rev 12124)
+++ trunk/exp-sgcheck/tests/bad_percentify.stderr.exp-glibc28-amd64 2011-10-08 15:58:26 UTC (rev 12125)
@@ -1,11 +1,11 @@
Invalid read of size 1
at 0x........: local_strlen (bad_percentify.c:138)
- by 0x........: VG_vsprintf (bad_percentify.c:531)
- by 0x........: VG_sprintf (bad_percentify.c:541)
- by 0x........: VG_percentify (bad_percentify.c:568)
- by 0x........: VG_print_translation_stats (bad_percentify.c:621)
- by 0x........: main (bad_percentify.c:641)
+ by 0x........: VG_vsprintf (bad_percentify.c:535)
+ by 0x........: VG_sprintf (bad_percentify.c:545)
+ by 0x........: VG_percentify (bad_percentify.c:572)
+ by 0x........: VG_print_translation_stats (bad_percentify.c:625)
+ by 0x........: main (bad_percentify.c:645)
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 6 in frame 4 back from here
Actual: unknown
@@ -14,13 +14,13 @@
Invalid read of size 1
at 0x........: local_strlen (bad_percentify.c:138)
by 0x........: myvprintf_str (bad_percentify.c:187)
- by 0x........: VG_debugLog_vprintf (bad_percentify.c:479)
+ by 0x........: VG_debugLog_vprintf (bad_percentify.c:490)
by 0x........: vprintf_to_buf (bad_percentify.c:89)
by 0x........: vprintf_WRK (bad_percentify.c:102)
by 0x........: VG_vprintf (bad_percentify.c:115)
by 0x........: VG_printf (bad_percentify.c:124)
- by 0x........: VG_print_translation_stats (bad_percentify.c:622)
- by 0x........: main (bad_percentify.c:641)
+ by 0x........: VG_print_translation_stats (bad_percentify.c:626)
+ by 0x........: main (bad_percentify.c:645)
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 6 in frame 7 back from here
Actual: unknown
|