source: rtems/testsuites/libtests/stackchk/stackchk.scn @ ba6f945a

4.115
Last change on this file since ba6f945a was ba6f945a, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/10 at 19:59:35

2010-06-22 Joel Sherrill <joel.sherrilL@…>

  • stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report before blowing stack.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1*** TEST STACK CHECKER ***
2TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
3TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
4TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
5TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
6TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
7TA2  - rtems_clock_get_tod - 09:00:10   12/31/1988
8Stack usage by thread
9    ID      NAME    LOW          HIGH     CURRENT     AVAILABLE     USED
100x09010001  IDLE 0002022AE0 - 0002023AEF 00020238B0      4096        592
110x0A010002  TA1  0002025630 - 000202863F 0002028420     12288       2752
120x0A010003  TA2  0002028BD8 - 000202BBE7 000202B9C0     12288       2856
130x0A010004  TA3  000202C180 - 000202F18F 000202EF70     12288       2752
140xFFFFFFFF  INTR 0002020200 - 00020211FF 0000000000      4080        792
15TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
16BLOWN STACK!!!
17task control block: 0x????????
18task ID: 0x0A010002
19task name: 0x????????
20task name string: TA1
21task stack area (????? Bytes): 0x???????? .. 0x????????
22damaged pattern area (16 Bytes): 0x???????? .. 0x????????
Note: See TracBrowser for help on using the repository browser.