[mythtv-commits] Ticket #13217: mythpreviewgen crash
MythTV
noreply at mythtv.org
Mon Feb 5 11:32:03 UTC 2018
#13217: mythpreviewgen crash
-----------------------------------------+--------------------------
Reporter: dag@… | Owner: jyavenard
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - Mythpreviewgen | Version: Unspecified
Severity: high | Keywords: crash
Ticket locked: 0 |
-----------------------------------------+--------------------------
mythpreviewgen crashes for me in master.
The installation is one with a very long history of upgrades and it might
well be a setting that is wrong. Bet there should still not be a crash :-)
Running under gdb gave me the crash line:
#0 0x00007ffff4e5f6bd in AvFormatDecoder::H264PreProcessPkt(AVStream*,
AVPacket*) (this=0x6eda90, stream=0x716e40, pkt=0x7fffa40037e0) at
avformatdecoder.cpp:3465
The line is: if ((AVMEDIA_TYPE_VIDEO == enc->codec_type) &&
(kCodec_H264 == video_codec_id) &&
(enc->codec) && (enc->thread_count>1))
And sure enough enc returned from previous line is NULL. Perhaps a check
and an error message?
Tell me what logs etc. you might need to sort this out!
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13217>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list