[mythtv-commits] Ticket #12879: Transcoding failed for <filename> with error 139

MythTV noreply at mythtv.org
Thu Sep 22 10:53:25 UTC 2016


#12879: Transcoding failed for <filename> with error 139
-----------------------------------------+--------------------------------
 Reporter:  Rick Steeves <mythtv.org@…>  |          Owner:  jyavenard
     Type:  Bug Report - Crash           |         Status:  infoneeded_new
 Priority:  minor                        |      Milestone:  unknown
Component:  MythTV - Mythtranscode       |        Version:  0.28.0
 Severity:  medium                       |     Resolution:
 Keywords:                               |  Ticket locked:  0
-----------------------------------------+--------------------------------

Comment (by stuarta):

 In your gdb command file replace the following (this is what's shown in
 the debugging page)

 {{{
 set args --logpath /tmp -v general
 }}}
 with
 {{{
 set args --honorcutlist --showprogress --chanid 2501 --starttime
 20151021103000 -o /data/mythtv/2501_20151021063000.mpg.tmp
 }}}
 Then run gdb as
 {{{
 $ gdb mythtranscode -x ${HOME}/gdbcommands
 }}}

 The way you were trying to run it, means gdb was looking for a program
 called
 "mythtranscode --honorcutlist --showprogress --chanid 2501 --starttime
 20151021103000 -o /data/mythtv/2501_20151021063000.mpg.tmp"

 rather than "mythtranscode"

 Regards
 Stuart

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12879#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list