Opened 9 years ago
Closed 9 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)
Changed 9 years ago by
Attachment: | mutexlock.patch added |
---|
comment:1 Changed 9 years ago by
Milestone: | someday → 4.11.0 |
---|
comment:2 Changed 9 years ago by
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.