
Core was generated by `mythfrontend --verbose channel,record'.
Program terminated with signal 11, Segmentation fault.

(gdb) info threads
  7 process 16886  0x00200246 in ?? ()
  6 process 16890  0x00200202 in ?? ()
  5 process 16900  0x00200246 in ?? ()
  4 process 16901  0x00000246 in ?? ()
  3 process 16902  0x00200246 in ?? ()
  2 process 16903  0x00000246 in ?? ()
* 1 process 16904  0xb63215ef in memcpy () from /lib/tls/libc.so.6

(gdb) bt full
#0  0xb63215ef in memcpy () from /lib/tls/libc.so.6
No symbol table info available.
#1  0xb7b2d8a3 in OSDTypeImage::Draw (this=0x85469e0, surface=0x852d6b0, fade=-1, maxfade=-1, xoff=0, yoff=0) at osdtypes.cpp:976
        y = 0
        dest = (unsigned char *) 0xb64cd394 "L\r\v"
        destalpha = (unsigned char *) 0x85a8098 "\001"
        src = (unsigned char *) 0x8549794 "\\\003\035\b\\\003\035\b\021"
        srcalpha = (unsigned char *) 0xafd9e120 "\\\003\035\bX\003\035\b8\001 $\b"
        udest = (unsigned char *) 0xb7b3247f <Address 0xb7b3247f out of bounds>
        vdest = (unsigned char *) 0xafd9e0f8 "8ٯ\"iT\bR\b"
        usrc = (unsigned char *) 0xb7eacab8 ""
        vsrc = (unsigned char *) 0xafd9e120 "\\\003\035\bX\003\035\b8\001 $\b"
        alpha = -1212992579
        iwidth = 16
        drawwidth = -179
        drawheight = 28
        ystart = 480
        xstart = 882
        startline = 0
        startcol = 0
        destRect = {x1 = 882, y1 = 480, x2 = 702, y2 = 507}
        needblend = false
        ysrcwidth = 0
        ydestwidth = 337920
        uvsrcwidth = -1237472644
        uvdestwidth = -1229897496
        alphamod = 255
        startingx = -1237472644
#2  0xb7b2a222 in OSDSet::Draw (this=0x8549640, surface=0x852d6b0, actuallydraw=true) at osdtypes.cpp:376
    type = (class OSDType *) 0x85469e0
        i = {<std::iterator<std::random_access_iterator_tag, OSDType*, int, OSDType**, OSDType*&>> = {<No data fields>}, _M_current = 0x81d0358}
#3  0xb7b22728 in OSD::Display (this=0x81de558) at osd.cpp:2054
    timedisp = (class OSDTypeText *) 0x0
    container = (class OSDSet *) 0x8549640
        anytodisplay = false
        actuallydraw = true
        removeList = {<std::_Vector_base<OSDSet*, std::allocator<OSDSet*> >> = {<std::_Vector_alloc_base<OSDSet*, std::allocator<OSDSet*>, true>> = {_M_start = 0x0, _M_finish = 0x0, _M_end_of_storage = 0x0}, <No data fields>}, <No data fields>}
        i = {<std::iterator<std::random_access_iterator_tag, OSDSet*, int, OSDSet**, OSDSet*&>> = {<No data fields>}, _M_current = 0x81f7100}
#4  0xb7b4bd3b in VideoOutput::DisplayOSD (this=0x8338050, frame=0x82a76d0, osd=0x81de558, stride=-1, revision=-1) at videooutbase.cpp:1137
    surface = (OSDSurface *) 0x85a8098
        changed = 8
#5  0xb7b76b97 in VideoOutputXv::ProcessFrameMem (this=0x8338050, frame=0x82a76d0, osd=0x81de558, filterList=0x0, pipPlayer=0x0) at videoout_xv.cpp:2579
        deint_proc = true
        pauseframe = true
#6  0xb7b76e68 in VideoOutputXv::ProcessFrame (this=0x8338050, frame=0x0, osd=0x81de558, filterList=0x0, pipPlayer=0x0) at videoout_xv.cpp:2601
No locals.
#7  0xb7adb5d1 in NuppelVideoPlayer::DisplayPauseFrame (this=0x824f020) at NuppelVideoPlayer.cpp:1542
No locals.
#8  0xb7adc565 in NuppelVideoPlayer::OutputVideoLoop (this=0x824f020) at NuppelVideoPlayer.cpp:1703
        temp_speed = 1
        fr_int = 40000
#9  0xb7adc7e2 in NuppelVideoPlayer::kickoffOutputVideoLoop (player=0x824f020) at NuppelVideoPlayer.cpp:1771
    nvp = (NuppelVideoPlayer *) 0x824f020
#10 0xb64dbccd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#11 0xb6383b0e in clone () from /lib/tls/libc.so.6
No symbol table info available.
(gdb) 
