|
From: <sv...@va...> - 2009-04-14 00:37:52
|
Author: njn
Date: 2009-04-14 01:37:48 +0100 (Tue, 14 Apr 2009)
New Revision: 9523
Log:
Back out r9495, which was incorrect.
Modified:
branches/DARWIN/memcheck/tests/badjump.stderr.exp
Modified: branches/DARWIN/memcheck/tests/badjump.stderr.exp
===================================================================
--- branches/DARWIN/memcheck/tests/badjump.stderr.exp 2009-04-13 08:21:47 UTC (rev 9522)
+++ branches/DARWIN/memcheck/tests/badjump.stderr.exp 2009-04-14 00:37:48 UTC (rev 9523)
@@ -4,6 +4,15 @@
by 0x........: (below main)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+Process terminating with default action of signal 11 (SIGSEGV)
+ Access not within mapped region at address 0x........
+ at 0x........: ???
+ by 0x........: (below main)
+ If you believe this happened as a result of a stack overflow in your
+ program's main thread (unlikely but possible), you can try to increase
+ the size of the main thread stack using the --main-stacksize= flag.
+ The main thread stack size used in this run was ....
+
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: ... bytes in ... blocks.
malloc/free: ... allocs, ... frees, ... bytes allocated.
|