#229 closed defect (fixed)
ipc_wait_for_call() violates the answerbox and task locking order
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos/kernel/generic | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
Since changeset:mainline,378 ipc_wait_for_call() locks the answerbox lock and the task lock in the opposite order than is the order used e.g. by ipc_print_task().
Change History (2)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:head,408.