#790 closed defect (fixed)

Extensions name are not correctly managed

Reported by: jacques.seronie-vivien Owned by: Joel Sherrill
Priority: normal Milestone: 2
Component: score Version: 4.6
Severity: major Keywords:
Cc: bugs@…, jacques.seronievivien@… Blocked By:
Blocking:

Description

In "rtems_extension_create" and "rtems_extension_ident" directives, a rtems_name is required as parameter, but it is its address that is really used by RTEMS, contrary to the other managers, which use the name given has parameter.

The consequence of this bug is that the rtems_name of a created extension is not correctly saved by "rtems_extension_create", and when we try to retrieve an extension Id with the "rtems_extension_ident", the results are not those expected. However, the extension is correctly created, and can be used nominally, using the ID returned at creation time.

Release:
4.6.1

Environment:
build with solaris tools, sparc-rtems target, erc32 bsp

Change History (1)

comment:1 Changed on 06/09/05 at 16:54:10 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Patch applied.

Note: See TracTickets for help on using tickets.