#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to