Opened 13 years ago
Closed 13 years ago
#10518 closed Bug Report - General (Fixed)
mythbackend stopped responding and stopped recording
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
last night myth stopped recording, I didn't notice until just now when the watch recordings screen wouldn't load. I attached gdb and followed the wiki, hopefully I captured whatever went wrong.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | mythbackend.log.gz added |
---|
comment:1 Changed 13 years ago by
In [142489bd60b942a501a747042f2b92ecbd1b1a4b]
Refs #10518. Fix CetonStreamHandler? error logging.
comment:2 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
In [5639e05e267de6b0074e1958a768bb8c2212b942]
Fixes #10518. Fix CetonStreamHandler? deadlock. This wasn't a QMutex deadlock like most of them are, this was caused by variable aliasing preventing the _error signal from CetonStreamHandler::run() from being communicated to StreamHandler::Start(). Thanks to Steven Adeff for reporting this and providing a good backtrace.
gdb attached