Ticket #9359 (closed Bug Report: Fixed)
Opened 2 years ago
Last modified 2 years ago
0.24 Cutlist Editor Unstable
| Reported by: | Ben Klein <bklein1@…> | Owned by: | mdean |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.24 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by wagnerrp) (diff)
This is my first bug report. I have tried to follow all the rules but apologies if I have missed something.
This problem seems similar to these bug reports, which have been closed -
9218, 9234
Problem -
Frontend freezes when editing cutlist and has to be killed with cli (killall mythfrontend). Can ctrl-z and change skip amount without freezing, but freeze occurs as soon as I right/ left arrow to skip.
Problem occurs on SD recordigs (haven't tried HD) and not limited to a specific channel nor OSD theme.
To reproduce - As above.
Other - Backend log doesn't seem to show anything relevant.
I am using this version of myth on a combined frontend and backend with nvidia 8600gt 256mb graphics -
Running arch linux (just started using it, previously ubuntu 10.04) -
[ben@htpc ~]$ uname -r 2.6.36-ARCH
Attachments
Change History
Changed 2 years ago by wagnerrp
- Attachment version_info added
attaching as a file, as the text says to
comment:4 Changed 2 years ago by mdean
There have been many changes in the player code that may have fixed issues with freezing while editing recordings. Please try again with current 0.24-fixes and/or current unstable/development MythTV , and if you find the issue is fixed, please let us know.
If you still encounter freezes, please get a backtrace (with debug symbols) of the frozen mythfrontend process as described at http://www.mythtv.org/wiki/Debugging and http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2 . (Run mythfrontend under gdb with -v playback, interrupt with Ctrl+C once it freezes, and then retrieve a backtrace as described.) Then, please attach the backtrace, the mythfrontend log, and specify actual git SHA or time of git clone/pull, since your --version information is lacking the information.
Thanks.
comment:6 Changed 2 years ago by bklein1@…
Thanks. I tried 0.24-fixes and it solved the cutlist editor problem.
comment:7 Changed 2 years ago by mdean
- Status changed from infoneeded to closed
- Resolution set to Fixed
Fixed by some of Mark K's many fixes.
Thanks for the quick response, Ben.
comment:8 Changed 2 years ago by J.Pilk@…
I haven't seen this 'instability' but some recordings still give trouble in my current 0.24-fixes if the edit point goes to or beyond eof; the step-size gets confused. Workaround is to quit edit mode and resume, then work *forwards* to the desired endpoint. May perhaps have been fixed by https://github.com/MythTV/mythtv/commit/32839c314; I haven't seen the effects of that yet.
