Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#5140 closed defect (fixed)
QFile::open() of device should be checked for failure in MpegRecorder::StartRecording
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
QFile::open() can fail. It should be checked in case it does. MpegRecorder::StartRecording() uses a QFile for the device file object.
Attachments (1)
Change History (4)
by , 18 years ago
follow-up: 3 comment:1 by , 18 years ago
Could not confirm yet, but this might be a solution to recording, but no file shows up in system bug in #5260
Erratic behaviour and hard to diagnose...
- Manwe
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 18 years ago
Replying to manwe <nettibug@profnetti.fi>:
Could not confirm yet, but this might be a solution to recording, but no file shows up in system bug in #5260
Erratic behaviour and hard to diagnose...
- Manwe
this does not fix #5260, that problem still exists
- Manwe
Note:
See TracTickets
for help on using tickets.

check QFile::open()