[RTEMS Project] #2689: POSIX key destructors must be called during thread restart
RTEMS trac
trac at rtems.org
Thu Apr 14 07:01:14 UTC 2016
#2689: POSIX key destructors must be called during thread restart
-----------------------------+------------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: closed
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.11
Severity: normal | Resolution: fixed
Keywords: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"6efa3498504bffde166b4663319bd7d94ea42a08/rtems"]:
{{{
#!CommitTicketReference repository="rtems"
revision="6efa3498504bffde166b4663319bd7d94ea42a08"
posix: Run key destructors during thread restart
POSIX key destructors must be called during thread restart. Just like
the POSIX cleanup handlers. This ensures that the TLS object
destructors are called during thread restart for example. It is
important for the global construction, which uses a thread restart to
run the Init task in a clean environment.
Close #2689.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2689#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list