#526 closed defect (fixed)
PR484 makes idle thread name of wrong type
Reported by: | thomas.doerfler | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 2 |
Component: | score | Version: | 4.6 |
Severity: | major | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
PR484 makes the name of the classic API Idle Task a 4 byte object name instead of a string.
Since Classic API names are internally stored as strings for some time now, this change is wrong (at least for the current versions of RTEMS)
Release:
RTEMS-4.6
Environment:
all
How-To-Repeat:
using "cpu_usage_dump" function crashes on some systems like ERC32
Attachments (1)
Change History (2)
comment:1 Changed on 11/25/03 at 13:52:48 by Joel Sherrill
Status: | assigned → closed |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: open->closed
State-Changed-Why: Attached patch applied to both trunk and 4.6 branch.