[RTEMS Project] #1662: termios.c: semaphore not deleted, consequently resulting in failure of rtems_termios_open
RTEMS trac
trac at rtems.org
Fri Dec 19 03:53:23 UTC 2014
#1662: termios.c: semaphore not deleted, consequently resulting in failure of
rtems_termios_open
----------------------------+-----------------------
Reporter: bharath.s.jois | Owner: chrisj
Type: defect | Status: reopened
Priority: normal | Milestone: 4.11.1
Component: filesystem | Version: 4.11
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------
Changes (by gedare):
* milestone: 4.11 => 4.11.1
Old description:
> The semaphore osem is still in use in rtems_termios_close while an
> attempt to delete it is made and hence is not deleted.
>
> Consequently, it results in a RTEMS_TOO_MANY on rtems_semaphore_create,
> which further results in failure of rtems_termios_open.
New description:
The semaphore osem is still in use in rtems_termios_close while an attempt
to delete it is made and hence is not deleted.
Consequently, it results in a RTEMS_TOO_MANY on rtems_semaphore_create,
which further results in failure of rtems_termios_open.
--
--
Ticket URL: <http://devel.rtems.org/ticket/1662#comment:8>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list