Changes between Initial Version and Version 2 of Ticket #11430


Ignore:
Timestamp:
Mar 1, 2013, 4:02:53 PM (11 years ago)
Author:
Raymond Wagner
Comment:

We can't do anything with a backtrace if you're using stripped binaries. Recompile MythTV, and leave the debugging symbols in.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11430

    • Property Status changed from new to infoneeded_new
  • Ticket #11430 – Description

    initial v2  
    331. With OpenGL it crashes when I start any TV, live or recording. Log including stack trace is attached. Main part of stack trace:
    44
     5{{{
    56*** Error in `mythfrontend': free(): invalid pointer: 0x00000000069dd1a0 ***
    67======= Backtrace: =========
     
    1617/usr/local/lib/libmythtv-0.26.so.0(_ZN10MythPlayer12StartPlayingEv+0x87)[0x7ff6610e3457]
    1718/usr/local/lib/libmythtv-0.26.so.0(_ZN13PlayerContext12StartPlayingEi+0x28)[0x7ff6610fb648]
     19}}}
    1820
    19212. When setting the renderer to xv-blit, it works, but the deinterlacer gets stuck at "One Field" even though I configure a different one, and it sometimes crashes when I exit video playback. I then get a straight segmentation fault, no stack trace.