[mythtv-commits] Ticket #10616: mythtranscode segfaults if called with --fifoinfo

MythTV noreply at mythtv.org
Mon Apr 16 21:44:43 UTC 2012


#10616: mythtranscode segfaults if called with --fifoinfo
------------------------------------+----------------------------
 Reporter:  furti@…                 |          Owner:  beirdo
     Type:  Bug Report - Crash      |         Status:  assigned
 Priority:  minor                   |      Milestone:  unknown
Component:  MythTV - Mythtranscode  |        Version:  0.25-fixes
 Severity:  medium                  |     Resolution:
 Keywords:                          |  Ticket locked:  0
------------------------------------+----------------------------

Comment (by furti@…):

 I tried to dig further, this prevents segfaulting ... a small next step

 {{{
 diff --git a/mythtv/programs/mythtranscode/main.cpp
 b/mythtv/programs/mythtranscode/main.cpp
 index 8036dfd..2287d88 100644
 --- a/mythtv/programs/mythtranscode/main.cpp
 +++ b/mythtv/programs/mythtranscode/main.cpp
 @@ -596,7 +596,7 @@ int main(int argc, char *argv[])

      if (fifo_info)
      {
 -        delete transcode;
 +//        delete transcode;
          return GENERIC_EXIT_OK;
      }
 }}}

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


More information about the mythtv-commits mailing list