Ticket #466: frontend-bt.txt

File frontend-bt.txt, 3.6 KB (added by Stuart Auchterlonie, 20 years ago)

backtrace of frontend death.

Line 
1
2Core was generated by `mythfrontend --verbose channel,record'.
3Program terminated with signal 11, Segmentation fault.
4
5(gdb) info threads
6 7 process 16886 0x00200246 in ?? ()
7 6 process 16890 0x00200202 in ?? ()
8 5 process 16900 0x00200246 in ?? ()
9 4 process 16901 0x00000246 in ?? ()
10 3 process 16902 0x00200246 in ?? ()
11 2 process 16903 0x00000246 in ?? ()
12* 1 process 16904 0xb63215ef in memcpy () from /lib/tls/libc.so.6
13
14(gdb) bt full
15#0 0xb63215ef in memcpy () from /lib/tls/libc.so.6
16No symbol table info available.
17#1 0xb7b2d8a3 in OSDTypeImage::Draw (this=0x85469e0, surface=0x852d6b0, fade=-1, maxfade=-1, xoff=0, yoff=0) at osdtypes.cpp:976
18 y = 0
19 dest = (unsigned char *) 0xb64cd394 "L\r\v"
20 destalpha = (unsigned char *) 0x85a8098 "\001"
21 src = (unsigned char *) 0x8549794 "\\\003\035\b\\\003\035\b\021"
22 srcalpha = (unsigned char *) 0xafd9e120 "\\\003\035\bX\003\035\b8áÙ\001žÊê· ð$\b"
23 udest = (unsigned char *) 0xb7b3247f <Address 0xb7b3247f out of bounds>
24 vdest = (unsigned char *) 0xafd9e0f8 "8áÙ¯\"¢²·àiT\b°ÖR\bÿÿÿÿÿÿÿÿ"
25 usrc = (unsigned char *) 0xb7eacab8 ""
26 vsrc = (unsigned char *) 0xafd9e120 "\\\003\035\bX\003\035\b8áÙ\001žÊê· ð$\b"
27 alpha = -1212992579
28 iwidth = 16
29 drawwidth = -179
30 drawheight = 28
31 ystart = 480
32 xstart = 882
33 startline = 0
34 startcol = 0
35 destRect = {x1 = 882, y1 = 480, x2 = 702, y2 = 507}
36 needblend = false
37 ysrcwidth = 0
38 ydestwidth = 337920
39 uvsrcwidth = -1237472644
40 uvdestwidth = -1229897496
41 alphamod = 255
42 startingx = -1237472644
43#2 0xb7b2a222 in OSDSet::Draw (this=0x8549640, surface=0x852d6b0, actuallydraw=true) at osdtypes.cpp:376
44 type = (class OSDType *) 0x85469e0
45 i = {<std::iterator<std::random_access_iterator_tag, OSDType*, int, OSDType**, OSDType*&>> = {<No data fields>}, _M_current = 0x81d0358}
46#3 0xb7b22728 in OSD::Display (this=0x81de558) at osd.cpp:2054
47 timedisp = (class OSDTypeText *) 0x0
48 container = (class OSDSet *) 0x8549640
49 anytodisplay = false
50 actuallydraw = true
51 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>}
52 i = {<std::iterator<std::random_access_iterator_tag, OSDSet*, int, OSDSet**, OSDSet*&>> = {<No data fields>}, _M_current = 0x81f7100}
53#4 0xb7b4bd3b in VideoOutput::DisplayOSD (this=0x8338050, frame=0x82a76d0, osd=0x81de558, stride=-1, revision=-1) at videooutbase.cpp:1137
54 surface = (OSDSurface *) 0x85a8098
55 changed = 8
56#5 0xb7b76b97 in VideoOutputXv::ProcessFrameMem (this=0x8338050, frame=0x82a76d0, osd=0x81de558, filterList=0x0, pipPlayer=0x0) at videoout_xv.cpp:2579
57 deint_proc = true
58 pauseframe = true
59#6 0xb7b76e68 in VideoOutputXv::ProcessFrame (this=0x8338050, frame=0x0, osd=0x81de558, filterList=0x0, pipPlayer=0x0) at videoout_xv.cpp:2601
60No locals.
61#7 0xb7adb5d1 in NuppelVideoPlayer::DisplayPauseFrame (this=0x824f020) at NuppelVideoPlayer.cpp:1542
62No locals.
63#8 0xb7adc565 in NuppelVideoPlayer::OutputVideoLoop (this=0x824f020) at NuppelVideoPlayer.cpp:1703
64 temp_speed = 1
65 fr_int = 40000
66#9 0xb7adc7e2 in NuppelVideoPlayer::kickoffOutputVideoLoop (player=0x824f020) at NuppelVideoPlayer.cpp:1771
67 nvp = (NuppelVideoPlayer *) 0x824f020
68#10 0xb64dbccd in start_thread () from /lib/tls/libpthread.so.0
69No symbol table info available.
70#11 0xb6383b0e in clone () from /lib/tls/libc.so.6
71No symbol table info available.
72(gdb)