Opened 20 years ago
Closed 20 years ago
#1159 closed defect (fixed)
Mythfrontend seg faults when exiting live tv. Back trace attached.
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description (last modified by )
When exiting live tv by hitting the esc key mythfrontend seg faults about 50 % of the time. It does this even when compiled with the default settings. The backtrace was generated with the latest svn version this morning.
[please use "Attach File" for backtraces. -- dtk]
Attachments (5)
Change History (13)
by , 20 years ago
Attachment: | 1159-bt.txt added |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
I attached the new backtrace and log files as requested. The backtrace was done against svn version 8817.
by , 20 years ago
Attachment: | mythbackend.log added |
---|
by , 20 years ago
Attachment: | mythfrontend.log added |
---|
comment:5 by , 20 years ago
Harley, please try the attached.
I believe the problem is that a LIVETV_CHAIN message is still being processed after the NVP is deleted. In the patch I used the osdlock to avoid this happening. This lock is always locked while the NVP is deleted because the OSD gets deleted when the NVP is, if this is the problem here as well this should fix it (at least if you don't have a PiP NVP on screen; we don't use its OSD, so I don't know if the locking applies there).
comment:6 by , 20 years ago
Owner: | changed from | to
---|
comment:7 by , 20 years ago
The patch seems to have fixed it. I have been watching live tv for an hour now entering and exiting many times and it has not crashed once yet. Should probably test it for a little longer to make sure but it looks good. Thanks for the help Daniel.
comment:8 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Can you provide a backtrace with the latest SVN, plus the logs from 'mythbackend -v record,channel' and 'mythfrontend -v playback'.
And please use 'Attach File'.