Opened 13 years ago
Last modified 11 years ago
#245 assigned defect
libc063 can deadlock in heap logic.
Reported by: | Steven Levine | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
There appears to be code path that can result in the libc 0.63 heap logic getting deadlocked.
The attached SHLNotes.txt demonstrates this.
ORD1 holds the Heap lock semaphore. ORD2 appears to be looping trying to acquire the Heap lock semaphore while in a critical section.
It is not clear why ORD2 is in a critical section.
I have a process dump if more information is needed.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | SHLNotes.txt added |
---|
comment:1 by , 13 years ago
Component: | emx → libc |
---|---|
Milestone: | → libc-0.6.5 |
Status: | new → accepted |
Will try add some assertions and see if it's possible to catch the bug...
comment:2 by , 13 years ago
Status: | accepted → assigned |
---|
comment:3 by , 11 years ago
Milestone: | libc-0.6.6 |
---|
Note:
See TracTickets
for help on using tickets.
Analysis notes