Opened 15 years ago
Closed 15 years ago
#675 closed defect (fixed)
backend deadlock after recording.
Reported by: | Stuart Auchterlonie | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | mythbackend deadlock |
Cc: | Ticket locked: | no |
Description
With svn rev 7902 after a recording has been performed, the backend no longer responds to requests from either mythweb or mythfrontend.
I'm attaching a backtrace.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | backend.log added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Isaac Richards to danielk |
---|
Preview generator, still using the comms stuff when it shouldn't be.
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This adds a parameter, called 'local_only', to the PreviewGenerator? constructor which defaults to true. When set to true the preview generator will never open a connection to the backend, even if it can't find the recording to preview locally.
Also added some doxygen documentation that tells developers using the PreviewGenerator? that this should always be set when using the preview generator on the backend.
backtrace showing deadlock