#271 closed defect (fixed)
rtems_rate_monotonic_period() does not properly reset watchdog period
Reported by: | Aaron J. Grier | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 2 |
Component: | unspecified | Version: | 4.5 |
Severity: | major | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
rtems_rate_monotonic_period doesn't appear to set the .initial member of its associated watchdog if the period is in RATE_MONOTONIC_ACTIVE state. this results in subsequent calls to rtems_rate_monotonic_period ignoring the passed period length.
Release:
RTEMS-4.5.0
Environment:
custom m68k BSP
How-To-Repeat:
call rtems_rate_monotonic_period with varying period lengths.
Attachments (3)
Change History (4)
comment:1 Changed on 08/29/02 at 13:45:22 by Joel Sherrill
Status: | assigned → waiting |
---|
comment:2 Changed on 09/14/02 at 17:48:03 by Joel Sherrill
Status: | waiting → closed |
---|
comment:3 Changed on 10/10/17 at 06:35:44 by Sebastian Huber
Component: | misc → unspecified |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: feedback->closed
State-Changed-Why: Official patch attached. Your test was committed as