Opened 17 years ago

Closed 17 years ago

#2635 closed defect (invalid)

MythFrontend SEGFAULT'ing on LiveTV

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: 0.20
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Ah silly me. I decided to update my box to latest subversion and now I can no longer watch TV or recorded content.

Ubuntu Dappper box, using svn 11636

Make distclean on compile.

Re-compiling with debug to get back trace now.

Logs...

mythtv@mythtv:~/src/trunk$ mythfrontend --verbose all,nodatabase > ~/mfe.log driCreateNewScreen_20050727 - succeeded Failed to run 'cdrecord --scanbus' mpegts_add_stream: at pid 0x200 with type 2 mpegts_add_stream: stream #0, has id 0x200 and codec MPEG2VIDEO, type Video at 0x84de410 mpegts_add_stream: at pid 0x28a with type 4 mpegts_add_stream: stream #1, has id 0x28a and codec MP3, type Audio at 0x9394bc0 mpegts_add_stream: at pid 0x294 with type 129 mpegts_add_stream: stream #2, has id 0x294 and codec AC3, type Audio at 0x9428310 mpegts_add_stream: at pid 0x240 with type 257 mpegts_add_stream: stream #3, has id 0x240 and codec DVB_VBI, type Data at 0x939ad90 mpegts_add_stream: at pid 0x17c0 with type 6 mpegts_add_stream: stream #4, has id 0x17c0 and codec MPEG1VIDEO, type Video at 0x9394e90 [mpegts @ 0x3763a4e0]Parser not found for Codec Id: 94211 ! Input #0, mpegts, from '/home/mythtv/recordings/1002_20061031005219.mpg':

Duration: N/A, bitrate: N/A Stream #0.0[0x200], 1/90000: Video: mpegvideo_xvmc_vld, yuv420p, 720x576, 1/25, 15000 kb/s, 25.00 fps(r) Stream #0.1[0x28a](eng), 1/90000: Audio: mp2, 48000 Hz, stereo, 256 kb/s Stream #0.2[0x294](eng), 1/90000: Audio: ac3, 48000 Hz, stereo, 448 kb/s Stream #0.3[0x240](eng), 1/90000: Data: 0x0000 Stream #0.4[0x17c0], 1/90000: Video: mpegvideo_xvmc_vld, 90000.00 fps(r)

< CONTROL-C was done here > Signal: Interrupt Ungrabbing XVideo port: 68 Illegal instruction

Attachments (2)

mfe.zip (33.0 KB) - added by anonymous 17 years ago.
gdb.txt (18.4 KB) - added by michael@… 17 years ago.
Backtrace of segfault

Download all attachments as: .zip

Change History (6)

Changed 17 years ago by anonymous

Attachment: mfe.zip added

comment:1 Changed 17 years ago by michael@…

Oh and my compile time settings...

./configure --enable-xvmc --enable-opengl-vsync --enable-dvb --disable-ivtv - -enable-proc-opt --disable-dbox2 --disable-hdhomerun --xvmc-lib=viaXvMC --disabl e-freebox --disable-firewire

Changed 17 years ago by michael@…

Attachment: gdb.txt added

Backtrace of segfault

comment:2 Changed 17 years ago by michael@…

So using xvmc, it seems that this line might be of interest, (complete lack of mythtv programming knowledge revealed here):

tmppicture = {data = {0xa090a10 "avlib should not use this private data in XvMC-VLD mode."

Or is this normal ?

comment:3 Changed 17 years ago by michael@…

After updating my libviaxvmc libs and -devs on ubuntu and recompiling, these seems to have disappeared. Unless anyone else is having issues, then I seem to have fixed this myself, not related to mythtv.

comment:4 Changed 17 years ago by danielk

Resolution: invalid
Status: newclosed

Appears to have been an external library problem.

Note: See TracTickets for help on using tickets.