Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1642 closed defect (fixed)

Backend Crash... backtrace...

Reported by: jochen Owned by: Isaac Richards
Priority: critical Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Since i updated today, mythbackend crashes after a few seconds...

Attachments (1)

gdb.txt (19.8 KB) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by anonymous

Attachment: gdb.txt added

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [9645]) Fixes #1642. Check for null before dereferencing ProgramInfo? pointer.

comment:2 Changed 18 years ago by mark_kendall@…

I'm not sure this is producing the intended/correct behaviour - all recordings are now defaulting to the live tv profile. This is because rec is being set to lastTuningRequest.program which seems only to be set at the end of a program/recording.

Looking at the code, I'm wondering if it should be set to curRecording when called, profileName should default to "Default" then check for livetv (tvchain) or, if rec is not null and no tvchain, check for the profile name.

Happy to provide a patch if needed.

Mark

Note: See TracTickets for help on using tickets.