Opened 9 years ago
Closed 4 years ago
#12521 closed Bug Report - Crash (Unverified)
Frontend does not close pipes leading to crash
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | file handles |
Cc: | Ticket locked: | no |
Description
If you go into a cycle of watching tv, then going back to the menu, the frontend eventually crashes due to all available file handles being used.
Each time this happens about 3 or 4 pipes do not get shut leading to the crash.
I also assume that since this is C++, that there is also a memory leak here somewhere.
This has been happening for months, if not years.
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | 0.27.6 → unknown |
---|---|
Priority: | critical → minor |
Severity: | high → medium |
comment:2 Changed 9 years ago by
I can't reproduce this. There is an increase in used FD's while playing most get close on exit from the player and the remaining ones timeout after a few minutes so the total FD's used AFAICT stays the same.
I'm getting about 255 FD's using lsof -p PID | wc -l to count them.
This was master on a remote frontend.
Anyone else able to reproduce?
comment:3 Changed 4 years ago by
Resolution: | → Unverified |
---|---|
Status: | new → closed |
Closing all old tickets in trac.
If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues
and reference the existing trac ticket.
resetting to defaults