Opened 18 years ago
Closed 18 years ago
#5709 closed patch (fixed)
QMutex::lock: Deadlock detected in thread -1407231088
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
i managed to track this crash down to ThreadedFileWriter.cpp
it was then trivial to track the problem down and fix it with a 4 letter patch
basicaly, when the system became IOBOUND it would try to print the free buffer space with a locking function, while the lock was held
i'll attach the patch to fix it
the problem happens in trunk head atleast(posibly others)
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | 5709_ThreadedFileWriter.patch added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [18264]) Fixes #5709. Don't deadlock on IOBOUND... I missed an error condition when fixing up the locking issues Erik reported on the TFW a few weeks back.