[RTEMS Project] #2765: Application level deadlocks may lead to SMP lock level deadlocks
RTEMS trac
trac at rtems.org
Wed Jul 27 08:56:58 UTC 2016
#2765: Application level deadlocks may lead to SMP lock level deadlocks
-----------------------------+------------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: closed
Priority: normal | Milestone: 4.12
Component: SMP | Version: 4.11
Severity: critical | Resolution: fixed
Keywords: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"d79df38c2bea50112214ade95776cb90d693e390/rtems"]:
{{{
#!CommitTicketReference repository="rtems"
revision="d79df38c2bea50112214ade95776cb90d693e390"
score: Add deadlock detection
The mutex objects use the owner field of the thread queues for the mutex
owner. Use this and add a deadlock detection to
_Thread_queue_Enqueue_critical() for thread queues with an owner.
Update #2412.
Update #2556.
Close #2765.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2765#comment:7>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list