source: rtems/c/src/ada-tests/sptests/sp04/README @ f2078ec

4.104.114.84.95
Last change on this file since f2078ec was f2078ec, checked in by Joel Sherrill <joel.sherrill@…>, on 06/03/97 at 00:13:05

New style main procedure which creates the test's RTEMS initialization task
as an RTEMS task. This avoid problems resulting from differences in the
tasking mode/priority of Ada tasks from the typical way an RTEMS initialization
task is created.

  • Property mode set to 100644
File size: 442 bytes
Line 
1#
2#  $Id$
3#
4
5This test is broken as it is currently implemented.  It is illegal for
6a task to do Ada IO during a extension since the Ada run-time uses
7locks to safeguard data structures.  Dispatching is disabled and the
8call to Text_IO in the Switch extension will lock the system up.
9
10The proper solution is to have the Switch extension lock task and
11time when it a switch occurs and have a single task print this
12information as necessary.
13
Note: See TracBrowser for help on using the repository browser.