Opened 10 years ago
Closed 10 years ago
#1231 closed defect (fixed)
mutex-lock! leaves mutex in wrong state
| Reported by: | joergw | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.11.0 |
| Component: | core libraries | Version: | 4.10.x |
| Keywords: | srfi-18 | Cc: | |
| Estimated difficulty: |
Description
If (and only if) a thread calling (mutex-lock! <muxtex> #f #f) had to wait for it the mutex state is left to be owned by the calling thread instead of 'not-owned.
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | mutexlock.patch added |
|---|
comment:1 by , 10 years ago
| Milestone: | someday → 4.11.0 |
|---|
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in master by 7fcb9fe, in srfi-18 egg by r33191.
Note:
See TracTickets
for help on using tickets.

Patch including test.