Opened 14 years ago

Closed 14 years ago

#9628 closed Bug Report - General (Fixed)

DVBCam::SetTimeOffset can be called with ciHandler==NULL

Reported by: tim@… Owned by: danielk
Priority: minor Milestone: 0.25
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Current master.

This causes a segfault (or course :-). Backtrace will be attached. I've also verified that the segfault goes away if i change dvbcam.cpp:314 to read

if (ciHandler) ciHandler->SetTimeOffset?(offset_in_seconds);

Though this almost certainly a terrible thing to do, especially without knowing the code.

Attachments (1)

mythbt.txt (30.4 KB) - added by tim@… 14 years ago.
Backtrace from core dump

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by tim@…

Attachment: mythbt.txt added

Backtrace from core dump

comment:1 Changed 14 years ago by beirdo

Owner: set to beirdo
Status: newassigned

comment:2 Changed 14 years ago by beirdo

Milestone: unknown0.25
Owner: changed from beirdo to danielk

This was fixed by danielk in commit 1e0e5091a6d5949ceb801c3d256880b24a91f1d7 on master

comment:3 Changed 14 years ago by beirdo

Resolution: Fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.