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

Last change on this file was 63f871f, checked in by Sebastian Huber <sebastian.huber@…>, on 09/02/11 at 13:41:55

2011-09-02 Sebastian Huber <sebastian.huber@…>

  • stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end of test message.
  • Property mode set to 100644
File size: 1.1 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????????
23*** END OF TEST STACK CHECKER ***
Note: See TracBrowser for help on using the repository browser.