Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13551 closed Bug Report - Crash (fixed)

mythfrontend seg fault Live TV and Recording Playback

Reported by: Mike Bibbings Owned by: David Hampton
Priority: minor Milestone: 31.0
Component: MythTV - DVB Version: Master Head
Severity: medium Keywords: mythfrontend mheg
Cc: Ticket locked: no

Description

I am seeing mythfrontend seg fault on UK TV Channels which have mheg active, this affects both Live TV and recording playback on both DVB-T2 and DVB-S2.

Disabling "Enable interactive TV" in mythfrontend setup>Video>Playback OSD stops the seg faults.

Attached are gdb backtrace and mythfrontend log

O/S xubuntu 18.04

mike@mike-GL62-7QF:~$ mythfrontend --version Please attach all output as a file in bug reports. MythTV Version : v31-Pre-1736-gefbc436e33 MythTV Branch : master Network Protocol : 91 Library API : 31.20200101-1 QT Version : 5.9.5 Options compiled in:

linux profile use_hidesyms using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_bindings_php using_dvb using_firewire using_frontend using_hdhomerun using_vbox using_ceton using_hdpvr using_ivtv using_joystick_menu using_libcec using_libcrypto using_libdns_sd using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl using_egl using_qtwebkit using_qtscript using_qtdbus using_taglib using_v4l2 using_v4l2prime using_x11 using_libbluray_external using_xrandr using_profiletype using_systemd_notify using_systemd_journal using_drm using_bindings_perl using_bindings_python using_bindings_php using_freetype2 using_mythtranscode using_opengl using_opengles using_egl using_drm using_vaapi using_vdpau using_ffmpeg_threads using_mheg using_libass using_libxml2

Attachments (3)

gdb.txt (510.2 KB) - added by Mike Bibbings 4 years ago.
mythfrontend.20200110145128.6049.log (133.4 KB) - added by Mike Bibbings 4 years ago.
dsmccobjcarousel.patch (636 bytes) - added by David Hampton 4 years ago.
Proposed patch

Download all attachments as: .zip

Change History (8)

Changed 4 years ago by Mike Bibbings

Attachment: gdb.txt added

Changed 4 years ago by Mike Bibbings

comment:1 Changed 4 years ago by David Hampton

Owner: set to David Hampton
Status: newassigned

Changed 4 years ago by David Hampton

Attachment: dsmccobjcarousel.patch added

Proposed patch

comment:2 Changed 4 years ago by David Hampton

Mike, can you try the proposed patch I just attached to this bug?

comment:3 Changed 4 years ago by Mike Bibbings

Patch applied, no more seg faults on Live TV or recording playback and mheg (red button) is working.

Mike

comment:4 Changed 4 years ago by David Hampton <mythtv@…>

Resolution: fixed
Status: assignedclosed

In 5ec649f7d2/mythtv:

Fix recently introduced crash in MHEG.

The automatic clang-tidy loop modernize-loop-convert changes caused a
situation where while walking an array the current item was set to
null before it was processed. Move this assignment to the end of the
loop.

Fixes #13551.

comment:5 Changed 4 years ago by Stuart Auchterlonie

Milestone: needs_triage31.0
Note: See TracTickets for help on using tickets.