[Bug 1662] New: termios.c: semaphore not deleted, consequently resulting in failure of rtems_termios_open
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Aug 9 18:52:01 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1662
Summary: termios.c: semaphore not deleted, consequently
resulting in failure of rtems_termios_open
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: filesystem
AssignedTo: chrisj at rtems.org
ReportedBy: bharath.s.jois at gmail.com
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.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list