Opened 18 years ago
Last modified 18 years ago
#3487 closed defect
SIGSEGV on livetv rewind. — at Initial Version
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Tried this on three different machines with different hardware each. One Master Backend/Frontend combo, one Slave Backend/Frontend combo and one Frontend only. Same results. Running latest SVN
You start watching livetv and then rewind. When you get back to the beginning the Frontend crashes with a SIGSEGV.
GDB backtrace and mythfrontend --verbose playback follows. Nothing of interest on backend logs.
Mythtv start live tv, then rewind to beginning causes SIGSEGV
========================================================================= [root@mediaserver mythplugins]# gdb /usr/local/bin/mythfrontend GNU gdb Red Hat Linux (6.3.0.0-1.122rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run Starting program: /usr/local/bin/mythfrontend Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0x174000 [Thread debugging using libthread_db enabled] [New Thread -1209088272 (LWP 20090)] 2007-05-22 12:47:08.410 Using runtime prefix = /usr/local Detaching after fork from child process 20093. 2007-05-22 12:47:08.418 DPMS is active. 2007-05-22 12:47:08.505 New DB connection, total: 1 2007-05-22 12:47:08.512 Connected to database 'mythconverg' at host: mediaserver 2007-05-22 12:47:08.515 Total desktop dim: 1360x768, with 1 screen[s]. 2007-05-22 12:47:08.518 Using screen 0, 1360x768 at 0,0 [New Thread 36416400 (LWP 20095)]
Program received signal SIG33, Real-time event 33. [Switching to Thread 36416400 (LWP 20095)] 0x00174402 in kernel_vsyscall () (gdb) cont Continuing. 2007-05-22 12:47:11.813 Current Schema Version: 1190 2007-05-22 12:47:11.814 mythfrontend version: 0.20.20070327-1 www.mythtv.org 2007-05-22 12:47:11.814 Enabled verbose msgs: important general 2007-05-22 12:47:12.998 Total desktop dim: 1360x768, with 1 screen[s]. 2007-05-22 12:47:12.999 Using screen 0, 1360x768 at 0,0 2007-05-22 12:47:13.002 Switching to square mode (Retro) 2007-05-22 12:47:13.031 Using the OpenGL painter [New Thread 111975312 (LWP 20096)] 2007-05-22 12:47:13.147 lirc init success using configuration file: /root/.mythtv/lircrc 2007-05-22 12:47:13.725 Loading from: /usr/local/share/mythtv/themes/default/base.xml 2007-05-22 12:47:14.029 Key Right,. is bound to multiple actions in context TV Playback. 2007-05-22 12:47:14.030 Key Left,< is bound to multiple actions in context TV Playback. 2007-05-22 12:47:14.063 Registering Internal as a media playback plugin. Detaching after fork from child process 20097. 2007-05-22 12:47:14.461 Using NV NPOT texture extension 2007-05-22 12:47:14.534 MythMusic adding CD-Writer: 1,1,0 -- DVD-ROM SD-816B Detaching after fork from child process 20098. 2007-05-22 12:47:14.551 MythMusic adding CD-Writer: ATA:1,1,0 -- DVD-ROM SD-816B Detaching after fork from child process 20099. 2007-05-22 12:47:14.566 MythMusic adding CD-Writer: ATAPI:0,0,0 -- CCS Disk 2007-05-22 12:47:14.567 MythMusic adding CD-Writer: ATAPI:0,1,0 -- DVD-ROM SD-816B 2007-05-22 12:47:14.567 MythMusic adding CD-Writer: ATAPI:1,0,0 -- CCS Disk 2007-05-22 12:47:14.567 MythMusic adding CD-Writer: ATAPI:1,1,0 -- CCS Disk [New Thread 146226064 (LWP 20100)] 2007-05-22 12:47:15.188 NetworkControl: Listening for remote connections on port 6547 [New Thread 156715920 (LWP 20101)] [New Thread -1244890224 (LWP 20102)] SIP listening on IP Address 192.168.48.31:5060 NAT address 192.168.48.31 SIP: Cannot register; proxy, username or password not set 2007-05-22 12:47:22.551 New DB connection, total: 2 2007-05-22 12:47:22.553 Connected to database 'mythconverg' at host: mediaserver [New Thread -1255642224 (LWP 20104)] 2007-05-22 12:47:22.599 Connecting to backend server: 192.168.48.31:6543 (try 1 of 5) 2007-05-22 12:47:22.602 Using protocol version 34 [New Thread -1266132080 (LWP 20106)] 2007-05-22 12:47:22.614 TV: Attempting to change from None to WatchingLiveTV 2007-05-22 12:47:22.615 Using protocol version 34 2007-05-22 12:47:22.830 DPMS Deactivated [New Thread -1276621936 (LWP 20111)] 2007-05-22 12:47:23.228 NVP: Disabling Audio, params(-1,2,44100) 2007-05-22 12:47:23.304 VideoOutputXv: XvMCTex: Init failed 2007-05-22 12:47:23.305 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Overlay' 2007-05-22 12:47:24.778 TV: Changing from None to WatchingLiveTV [New Thread -1322255472 (LWP 20112)] 2007-05-22 12:47:24.786 Using realtime priority. 2007-05-22 12:47:24.951 Video timing method: RTC [New Thread -1341117552 (LWP 20119)] 2007-05-22 12:47:25.805 VideoOutputXv: XvMCTex: Init failed 2007-05-22 12:47:25.820 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Overlay' 2007-05-22 12:47:26.579 AFD: Opened codec 0x10141cc0, id(MPEG2VIDEO) type(Video) 2007-05-22 12:47:26.580 AFD: Opened codec 0x100f3bd0, id(MP3) type(Audio) 2007-05-22 12:47:26.611 Opening ALSA audio device 'default'. [New Thread -1351607408 (LWP 20120)] 2007-05-22 12:47:26.656 NVP: Enabling Audio 2007-05-22 12:47:26.951 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.037 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.208 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.245 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.520 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.576 AO: dropping back audio_buffer_unused 2007-05-22 12:47:27.701 AO: dropping back audio_buffer_unused 2007-05-22 12:47:28.308 AO: dropping back audio_buffer_unused 2007-05-22 12:47:28.468 AO: dropping back audio_buffer_unused 2007-05-22 12:47:28.658 AO: dropping back audio_buffer_unused 2007-05-22 12:47:28.946 AO: dropping back audio_buffer_unused 2007-05-22 12:47:29.363 AO: dropping back audio_buffer_unused 2007-05-22 12:47:30.912 NVP: prebuffering pause 2007-05-22 12:47:30.912 WriteAudio: buffer underrun 2007-05-22 12:47:31.881 AO: dropping back audio_buffer_unused 2007-05-22 12:47:32.041 AO: dropping back audio_buffer_unused 2007-05-22 12:47:34.412 WriteAudio: buffer underrun
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1276621936 (LWP 20111)] 0x08072cac in RingBuffer::isDVD (this=0x0) at ../../libs/libmythtv/RingBuffer.h:88 88 inline bool isDVD(void) const { return dvdPriv; } (gdb) bt #0 0x08072cac in RingBuffer::isDVD (this=0x0) at ../../libs/libmythtv/RingBuffer.h:88 #1 0x00b80bd4 in DecoderBase::DoFastForward (this=0x100e1060, desiredFrame=1, discardFrames=true) at decoderbase.cpp:552 #2 0x00b4ed2b in NuppelVideoPlayer::DoPause (this=0xfcec250) at NuppelVideoPlayer.cpp:3812 #3 0x00b5dde4 in NuppelVideoPlayer::JumpToProgram (this=0xfcec250) at NuppelVideoPlayer.cpp:2992 #4 0x00b633ce in NuppelVideoPlayer::StartPlaying (this=0xfcec250) at NuppelVideoPlayer.cpp:3243 #5 0x00b22449 in SpawnDecode (param=0xfcec250) at tv_play.cpp:454 #6 0x0126e1b9 in start_thread () from /lib/libpthread.so.0 #7 0x01462c1e in clone () from /lib/libc.so.6 (gdb) =============================================================================
2007-05-22 15:17:33.958 Using runtime prefix = /usr/local 2007-05-22 15:17:33.992 DPMS is disabled. 2007-05-22 15:17:34.051 New DB connection, total: 1 2007-05-22 15:17:34.061 Connected to database 'mythconverg' at host: mediaserver 2007-05-22 15:17:34.063 Total desktop dim: 800x600, with 1 screen[s]. 2007-05-22 15:17:34.100 Using screen 0, 800x600 at 0,0 2007-05-22 15:17:34.158 user: 0 effective user: 0 before privileged thread 2007-05-22 15:17:34.159 user: 0 effective user: 0 after privileged thread 2007-05-22 15:17:34.160 user: 0 effective user: 0 run_priv_thread 2007-05-22 15:17:34.176 Current Schema Version: 1190 2007-05-22 15:17:34.176 mythfrontend version: 0.20.20070327-1 www.mythtv.org 2007-05-22 15:17:34.176 Enabled verbose msgs: important general playback 2007-05-22 15:17:35.645 max_width: 800 max_height: 600 2007-05-22 15:17:35.868 Total desktop dim: 800x600, with 1 screen[s]. 2007-05-22 15:17:35.871 Using screen 0, 800x600 at 0,0 2007-05-22 15:17:35.872 Switching to square mode (MythCenter) 2007-05-22 15:17:36.483 Using the Qt painter 2007-05-22 15:17:36.517 New DB connection, total: 2 2007-05-22 15:17:36.539 Connected to database 'mythconverg' at host: mediaserver 2007-05-22 15:17:36.541 lirc init success using configuration file: /root/.mythtv/lircrc 2007-05-22 15:17:38.734 Loading from: /usr/local/share/mythtv/themes/default/base.xml 2007-05-22 15:17:39.101 Registering Internal as a media playback plugin. 2007-05-22 15:17:39.228 MythPlugin::init() dlerror: 2007-05-22 15:17:39.228 Unable to initialize plugin 'mythdvd'. 2007-05-22 15:17:39.861 MythMusic adding CD-Writer: 1,1,0 -- DVD RW DW-G120A 2007-05-22 15:17:39.886 MythMusic adding CD-Writer: ATA:1,1,0 -- DVD RW DW-G120A 2007-05-22 15:17:39.905 MythMusic adding CD-Writer: ATAPI:0,0,0 -- CCS Disk 2007-05-22 15:17:39.905 MythMusic adding CD-Writer: ATAPI:1,1,0 -- DVD RW DW-G120A SIP listening on IP Address 192.168.48.30:5060 NAT address 192.168.48.30 SIP: Cannot register; proxy, username or password not set 2007-05-22 15:17:40.433 Unable to initialize plugin 'mythzoneminder'. 2007-05-22 15:17:44.092 Connecting to backend server: 192.168.48.31:6543 (try 1 of 5) 2007-05-22 15:17:44.094 Using protocol version 34 2007-05-22 15:17:44.139 TV: Attempting to change from None to WatchingLiveTV 2007-05-22 15:17:44.168 Using protocol version 34 2007-05-22 15:17:44.642 LiveTVChain(live-hmc-2007-05-22T15:17:44): ReloadAll(): Added new recording 2007-05-22 15:17:44.658 TV: StartRecorder(): took 2 ms to start recorder. 2007-05-22 15:17:44.878 detectInterlace(Ignore Scan, Interlaced Scan, 25, 576) ->Interlaced Scan 2007-05-22 15:17:44.884 NVP: Disabling Audio, params(-1,2,44100) 2007-05-22 15:17:44.943 VideoOutputXv: ctor 2007-05-22 15:17:44.945 Over/underscan. V: -0.01, H: -0.01, XOff: 0, YOff: 0 2007-05-22 15:17:44.945 Display Rect left: 8, top: 6, width: 784, height: 588, aspect: 1.33333 2007-05-22 15:17:44.945 Video Rect left: 0, top: 0, width: 720, height: 576, aspect: 1.33333 2007-05-22 15:17:44.946 VideoOutputXv: Pixel dimensions: Screen 800x600, window 800x600 2007-05-22 15:17:44.946 VideoOutputXv: Estimated display dimensions: 323x242 mm Aspect: 1.33471 2007-05-22 15:17:44.947 VideoOutputXv: Estimated window dimensions: 323x242 mm Aspect: 1.33471 2007-05-22 15:17:45.010 VideoOutputXv: XvMCTex: Init failed 2007-05-22 15:17:45.011 VideoOutputXv: @ j=3 Looking for flag[s]: XvInputMask XvImageMask 2007-05-22 15:17:45.011 VideoOutputXv: Adaptor#0: NV17 Video Overlay has flag[s]: XvInputMask XvImageMask 2007-05-22 15:17:45.096 VideoOutputXv: Grabbed xv port 126 2007-05-22 15:17:45.096 VideoOutputXv: XVideo surface found on port 126 2007-05-22 15:17:45.096 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Overlay' 2007-05-22 15:17:45.097 VideoOutputXv: XVideo Format #0 is 'YUY2' 2007-05-22 15:17:45.097 VideoOutputXv: XVideo Format #1 is 'YV12' 2007-05-22 15:17:45.097 VideoOutputXv: XVideo Format #2 is 'UYVY' 2007-05-22 15:17:45.097 VideoOutputXv: XVideo Format #3 is 'I420' 2007-05-22 15:17:45.098 VideoOutputXv: Using XVideo Format 'I420' 2007-05-22 15:17:45.098 VideoOutputXv: CreateShmImages(32): video_dim: 720x576 2007-05-22 15:17:45.170 Display Rect left: 8, top: 6, width: 784, height: 588, aspect: 1.33333 2007-05-22 15:17:45.170 Video Rect left: 0, top: 0, width: 720, height: 576, aspect: 1.33333 2007-05-22 15:17:47.337 NVP: ClearAfterSeek(1) 2007-05-22 15:17:47.337 VideoOutputXv: ClearAfterSeek() 2007-05-22 15:17:47.337 VideoOutputXv: DiscardFrames(0) 2007-05-22 15:17:47.338 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:47.338 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:17:47.338 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:47.338 TV: StartPlayer(): took 2460 ms to start player. 2007-05-22 15:17:47.338 TV: Changing from None to WatchingLiveTV 2007-05-22 15:17:47.342 New DB connection, total: 3 2007-05-22 15:17:47.349 Using realtime priority. 2007-05-22 15:17:47.378 Using deinterlace method onefield 2007-05-22 15:17:47.392 Connected to database 'mythconverg' at host: mediaserver 2007-05-22 15:17:47.396 rate: 25 speed: 1 skip: 1 = interval 40000 2007-05-22 15:17:47.478 nVidiaVideoSync: VBlank ioctl did not work, unimplemented in this driver? 2007-05-22 15:17:47.479 DRMVideoSync: Could not open device /dev/dri/card0, No such file or directory 2007-05-22 15:17:47.479 Using audio as timebase 2007-05-22 15:17:47.479 Video timing method: RTC 2007-05-22 15:17:47.479 Refresh rate: 16579, frame interval: 40000 2007-05-22 15:17:47.804 LiveTVChain(live-hmc-2007-05-22T15:17:44): ReloadAll(): Added new recording 2007-05-22 15:17:47.807 LiveTVChain(live-hmc-2007-05-22T15:17:44): SwitchTo(1) 2007-05-22 15:17:47.807 LiveTVChain(live-hmc-2007-05-22T15:17:44): Entry@1: '1080_20070522151747' 2007-05-22 15:17:47.807 JumpToProgram(void) 2007-05-22 15:17:47.841 RingBuf(/mythlive/1080_20070522151744.mpg): OpenFile(/mythlive/1080_20070522151747.mpg, 12) 2007-05-22 15:17:48.164 RingBuf(/mythlive/1080_20070522151747.mpg): CalcReadAheadThresh(1257902040 KB)
-> threshhold(64 KB) min read(0 KB) blk size(32 KB)
2007-05-22 15:17:48.211 NVP: Waiting for prebuffer.. 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:48.425 NVP: Waiting for prebuffer.. 1 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:48.426 Avg read interval was 199 msec. 64K block size 2007-05-22 15:17:48.637 NVP: Waiting for prebuffer.. 2 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:48.770 Avg read interval was 184 msec. 96K block size 2007-05-22 15:17:48.849 NVP: Waiting for prebuffer.. 3 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:48.986 Avg read interval was 193 msec. 128K block size 2007-05-22 15:17:49.026 AFD: Stream #0, has id 0x129 codec id MPEG2VIDEO, type Video, bitrate 11000000 at 0x0xab5a5f0 2007-05-22 15:17:49.061 NVP: Waiting for prebuffer.. 4 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:49.085 VideoOutputXv: InputChanged(1440,1088,1.77778) 2007-05-22 15:17:49.085 VideoOutputXv: DiscardFrames(1) 2007-05-22 15:17:49.085 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:49.101 VideoBuffers::DiscardFrames(): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.101 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:17:49.101 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.102 VideoOutputXv: DiscardFrames(1) 2007-05-22 15:17:49.102 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:49.102 VideoBuffers::DiscardFrames(): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.102 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:17:49.102 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.103 VideoOutputXv: DiscardFrames(1) 2007-05-22 15:17:49.103 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:49.103 VideoBuffers::DiscardFrames(): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.103 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:17:49.103 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:49.107 VideoOutputXv: Closing XVideo port 126 2007-05-22 15:17:49.113 VideoOutputXv: XvMCTex: Init failed 2007-05-22 15:17:49.113 VideoOutputXv: @ j=3 Looking for flag[s]: XvInputMask XvImageMask 2007-05-22 15:17:49.114 VideoOutputXv: Adaptor#0: NV17 Video Overlay has flag[s]: XvInputMask XvImageMask 2007-05-22 15:17:49.115 VideoOutputXv: Grabbed xv port 126 2007-05-22 15:17:49.116 VideoOutputXv: XVideo surface found on port 126 2007-05-22 15:17:49.116 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Overlay' 2007-05-22 15:17:49.116 VideoOutputXv: XVideo Format #0 is 'YUY2' 2007-05-22 15:17:49.116 VideoOutputXv: XVideo Format #1 is 'YV12' 2007-05-22 15:17:49.116 VideoOutputXv: XVideo Format #2 is 'UYVY' 2007-05-22 15:17:49.117 VideoOutputXv: XVideo Format #3 is 'I420' 2007-05-22 15:17:49.117 VideoOutputXv: Using XVideo Format 'I420' 2007-05-22 15:17:49.117 VideoOutputXv: CreateShmImages(32): video_dim: 1440x1088 2007-05-22 15:17:49.458 Avg read interval was 194 msec. 160K block size 2007-05-22 15:17:50.486 Avg read interval was 180 msec. 192K block size 2007-05-22 15:17:50.634 Avg read interval was 188 msec. 224K block size 2007-05-22 15:17:50.839 Display Rect left: 8, top: 79, width: 784, height: 441, aspect: 1.33333 2007-05-22 15:17:50.839 Video Rect left: 0, top: 0, width: 1440, height: 1088, aspect: 1.77778 2007-05-22 15:17:55.815 NVP: ClearAfterSeek(1) 2007-05-22 15:17:55.847 VideoOutputXv: ClearAfterSeek() 2007-05-22 15:17:56.419 VideoOutputXv: DiscardFrames(0) 2007-05-22 15:17:56.435 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:56.436 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:17:56.436 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:17:56.495 detectInterlace(Detect Scan, Interlaced Scan, 25, 1088) ->Interlaced Scan 2007-05-22 15:17:56.810 AFD: Looking for decoder for MPEG2VIDEO 2007-05-22 15:17:57.159 AFD: Opened codec 0x972e9f0, id(MPEG2VIDEO) type(Video) 2007-05-22 15:17:57.160 AFD: Stream #1, has id 0x8001 codec id AC3, type Audio, bitrate 448000 at 0x0xab587d0 2007-05-22 15:17:57.160 AFD: Looking for decoder for AC3 2007-05-22 15:17:57.524 AFD: Opened codec 0x9947230, id(AC3) type(Audio) 2007-05-22 15:17:57.537 RingBuf(/mythlive/1080_20070522151747.mpg): CalcReadAheadThresh(1269157822 KB)
-> threshhold(64 KB) min read(0 KB) blk size(32 KB)
2007-05-22 15:17:58.312 Opening OSS audio device '/dev/dsp1'. 2007-05-22 15:17:58.334 NVP: Enabling Audio 2007-05-22 15:17:58.379 Dec: Trying to select track (w/lang) 2007-05-22 15:17:58.379 Dec: Selecting first track 2007-05-22 15:17:58.379 Dec: Selected track #1 in the Unknown language(0) 2007-05-22 15:17:58.380 Resyncing position map. posmapStarted = 0 livetv(1) watchingRec(0) 2007-05-22 15:17:58.629 NVP: Waiting for prebuffer.. 5 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:58.690 Position map filled from DB to: 228 2007-05-22 15:17:58.690 SyncPositionMap watchingrecording, from DB: 26 entries 2007-05-22 15:17:58.872 Filling position map from 229 to 267 2007-05-22 15:17:58.882 Position map filled from Encoder to: 264 2007-05-22 15:17:58.883 SyncPositionMap watchingrecording total: 29 entries 2007-05-22 15:17:58.883 SyncPositionMap, new totframes: 264, new length: 10, posMap size: 29 2007-05-22 15:17:59.092 AFD: Partial position map found 2007-05-22 15:17:59.092 AFD: Successfully opened decoder for file: "/mythlive/1080_20070522151747.mpg". novideo(0) 2007-05-22 15:17:59.126 NVP: DoPlay: rate: 25 speed: 1 skip: 1 => new interval 40000 2007-05-22 15:17:59.126 Set video sync frame interval to 40000 2007-05-22 15:17:59.220 NVP: Waiting for prebuffer.. 6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:59.220 NVP: Stretch Factor 1, allow passthru 2007-05-22 15:17:59.220 RingBuf(/mythlive/1080_20070522151747.mpg): CalcReadAheadThresh(1269157822 KB)
-> threshhold(64 KB) min read(0 KB) blk size(32 KB)
2007-05-22 15:17:59.254 Resyncing position map. posmapStarted = 0 livetv(1) watchingRec(1) 2007-05-22 15:17:59.258 Position map filled from DB to: 228 2007-05-22 15:17:59.258 SyncPositionMap watchingrecording, from DB: 26 entries 2007-05-22 15:17:59.259 Filling position map from 229 to 278 2007-05-22 15:17:59.260 Position map filled from Encoder to: 276 2007-05-22 15:17:59.261 SyncPositionMap watchingrecording total: 30 entries 2007-05-22 15:17:59.261 SyncPositionMap, new totframes: 276, new length: 11, posMap size: 30 2007-05-22 15:17:59.383 NVP: Waiting for prebuffer.. 7 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:59.547 NVP: Waiting for prebuffer.. 8 LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:59.711 NVP: Waiting for prebuffer.. 9 LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:17:59.875 NVP: Prebuffer wait timed out 10 times. 2007-05-22 15:17:59.875 NVP: Waiting for prebuffer.. 0 LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:00.039 NVP: Waiting for prebuffer.. 1 LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:00.203 NVP: Waiting for prebuffer.. 2 LLAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:00.367 NVP: Waiting for prebuffer.. 3 2007-05-22 15:18:00.531 NVP: Waiting for prebuffer.. 4 uLAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:00.559 Avg read interval was 199 msec. 64K block size 2007-05-22 15:18:00.591 Avg read interval was 198 msec. 96K block size 2007-05-22 15:18:00.695 NVP: Waiting for prebuffer.. 5 uLAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:00.859 NVP: Waiting for prebuffer.. 6 uLLAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.023 NVP: Waiting for prebuffer.. 7 uLLAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.187 NVP: Waiting for prebuffer.. 8 uLLAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.351 NVP: Waiting for prebuffer.. 9 uLULAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.515 NVP: Prebuffer wait timed out 10 times. 2007-05-22 15:18:01.515 NVP: Waiting for prebuffer.. 0 uLULAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.679 NVP: Waiting for prebuffer.. 1 uLULAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:01.843 NVP: Waiting for prebuffer.. 2 uLULAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:02.007 NVP: Waiting for prebuffer.. 3 ULUULAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:02.171 NVP: Waiting for prebuffer.. 4 ULUULAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:02.335 NVP: Waiting for prebuffer.. 5 UuUULLAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:02.499 NVP: Waiting for prebuffer.. 6 UUUUuUULULAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:02.663 NVP: Waiting for prebuffer.. 7 UUUUUUUuUULULAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:03.211 Avg read interval was 195 msec. 128K block size 2007-05-22 15:18:03.505 NVP: prebuffering pause 2007-05-22 15:18:03.565 NVP: Waiting for prebuffer.. 0 AAAAAAAAAAAAAAAAAAAuAALLAAAAAAA 2007-05-22 15:18:03.727 NVP: Waiting for prebuffer.. 1 AAAAAAAAAAAAAAAAAAAUAAUUULUULAA 2007-05-22 15:18:03.891 NVP: Waiting for prebuffer.. 2 LAULAAAAAAAAAAAAAAAUAAUUUUUUuUU 2007-05-22 15:18:03.919 Avg read interval was 190 msec. 160K block size 2007-05-22 15:18:04.552 NVP: prebuffering pause 2007-05-22 15:18:04.552 NVP: Waiting for prebuffer.. 0 AAAAuAALAAALAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:04.715 NVP: Waiting for prebuffer.. 1 AAAAUAAUAALUULUUAAAAAAAAAAAAAAA 2007-05-22 15:18:04.879 NVP: Waiting for prebuffer.. 2 AAAAUAAUAAUUUuUULUUAULAAAAAAAAA 2007-05-22 15:18:05.420 Avg read interval was 196 msec. 192K block size 2007-05-22 15:18:05.502 NVP: Play( -3.0, normal 0, unpause audio 1) 2007-05-22 15:18:05.546 NVP: Changing speed to -3 2007-05-22 15:18:05.657 RingBuf(/mythlive/1080_20070522151747.mpg): CalcReadAheadThresh(1269157822 KB)
-> threshhold(64 KB) min read(0 KB) blk size(32 KB)
2007-05-22 15:18:05.658 AFD: DoRewind(57, do discard frames) 2007-05-22 15:18:05.658 Dec: DoRewind(57 (61), do discard frames) 2007-05-22 15:18:05.658 AFD: SeekReset(48, 0, do flush, do discard) 2007-05-22 15:18:05.659 AFD: SeekReset() flushing 2007-05-22 15:18:05.659 VideoOutputXv: DiscardFrames(1) 2007-05-22 15:18:05.659 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAUAAAAU 2007-05-22 15:18:05.659 VideoBuffers::DiscardFrames(): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:18:05.660 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:18:05.660 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:18:05.660 NVP: ClearAfterSeek(1) 2007-05-22 15:18:05.660 VideoOutputXv: ClearAfterSeek() 2007-05-22 15:18:05.660 VideoOutputXv: DiscardFrames(0) 2007-05-22 15:18:05.660 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:05.661 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:18:05.661 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:18:05.661 NVP: DoPlay: rate: 25 speed: -3 skip: -12 => new interval 160000 2007-05-22 15:18:05.661 Set video sync frame interval to 160000 2007-05-22 15:18:05.661 AFD: DoRewind(36, don't discard frames) 2007-05-22 15:18:05.662 Dec: DoRewind(36 (48), don't discard frames) 2007-05-22 15:18:05.662 AFD: SeekReset(36, 0, do flush, don't discard) 2007-05-22 15:18:05.662 AFD: SeekReset() flushing 2007-05-22 15:18:05.674 NVP: Waiting for prebuffer.. 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2007-05-22 15:18:05.708 Avg read interval was 194 msec. 64K block size 2007-05-22 15:18:05.723 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:05.739 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:05.756 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:05.797 AFD: DoRewind(28, don't discard frames) 2007-05-22 15:18:05.797 Dec: DoRewind(28 (37), don't discard frames) 2007-05-22 15:18:05.806 AFD: SeekReset(27, 0, do flush, don't discard) 2007-05-22 15:18:05.806 AFD: SeekReset() flushing 2007-05-22 15:18:05.820 Avg read interval was 181 msec. 64K block size 2007-05-22 15:18:05.835 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:05.851 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:05.867 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:05.882 AFD: DoRewind(19, don't discard frames) 2007-05-22 15:18:05.882 Dec: DoRewind(19 (28), don't discard frames) 2007-05-22 15:18:05.883 AFD: SeekReset(15, 0, do flush, don't discard) 2007-05-22 15:18:05.883 Avg read interval was 197 msec. 64K block size 2007-05-22 15:18:05.925 AFD: SeekReset() flushing 2007-05-22 15:18:05.979 Avg read interval was 181 msec. 96K block size 2007-05-22 15:18:05.996 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.011 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:06.027 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.030 AFD: DoRewind(7, don't discard frames) 2007-05-22 15:18:06.030 Dec: DoRewind(7 (16), don't discard frames) 2007-05-22 15:18:06.030 AFD: SeekReset(0, 0, do flush, don't discard) 2007-05-22 15:18:06.030 AFD: SeekReset() flushing 2007-05-22 15:18:06.042 Avg read interval was 196 msec. 64K block size 2007-05-22 15:18:06.059 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:06.075 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.091 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:06.107 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.137 Avg read interval was 198 msec. 224K block size 2007-05-22 15:18:06.162 AFD: DoRewind(0, don't discard frames) 2007-05-22 15:18:06.162 Dec: DoRewind(0 (1), don't discard frames) 2007-05-22 15:18:06.162 AFD: SeekReset(0, 0, do flush, don't discard) 2007-05-22 15:18:06.162 AFD: SeekReset() flushing 2007-05-22 15:18:06.163 Avg read interval was 198 msec. 64K block size 2007-05-22 15:18:06.175 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:06.191 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.207 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:06.226 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.239 Avg read interval was 197 msec. 224K block size 2007-05-22 15:18:06.250 AFD: DoRewind(0, don't discard frames) 2007-05-22 15:18:06.251 Dec: DoRewind(0 (1), don't discard frames) 2007-05-22 15:18:06.251 AFD: SeekReset(0, 0, do flush, don't discard) 2007-05-22 15:18:06.251 AFD: SeekReset() flushing 2007-05-22 15:18:06.251 Avg read interval was 197 msec. 64K block size 2007-05-22 15:18:06.263 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:06.279 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.315 Avg read interval was 199 msec. 160K block size 2007-05-22 15:18:06.331 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.347 Avg read interval was 197 msec. 224K block size 2007-05-22 15:18:06.353 AFD: DoRewind(0, don't discard frames) 2007-05-22 15:18:06.353 Dec: DoRewind(0 (1), don't discard frames) 2007-05-22 15:18:06.354 AFD: SeekReset(0, 0, do flush, don't discard) 2007-05-22 15:18:06.354 AFD: SeekReset() flushing 2007-05-22 15:18:06.355 Avg read interval was 196 msec. 64K block size 2007-05-22 15:18:06.371 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:06.387 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.403 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:06.419 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.435 Avg read interval was 197 msec. 224K block size 2007-05-22 15:18:06.438 AFD: DoRewind(0, don't discard frames) 2007-05-22 15:18:06.438 Dec: DoRewind(0 (1), don't discard frames) 2007-05-22 15:18:06.438 AFD: SeekReset(0, 0, do flush, don't discard) 2007-05-22 15:18:06.439 AFD: SeekReset() flushing 2007-05-22 15:18:06.463 Avg read interval was 198 msec. 64K block size 2007-05-22 15:18:06.475 Avg read interval was 197 msec. 96K block size 2007-05-22 15:18:06.500 Avg read interval was 197 msec. 128K block size 2007-05-22 15:18:06.528 Avg read interval was 197 msec. 160K block size 2007-05-22 15:18:06.537 LiveTVChain(live-hmc-2007-05-22T15:17:44): SwitchTo(0) 2007-05-22 15:18:06.537 LiveTVChain(live-hmc-2007-05-22T15:17:44): Entry@0: '1080_20070522151744' 2007-05-22 15:18:06.544 Avg read interval was 197 msec. 192K block size 2007-05-22 15:18:06.559 Avg read interval was 197 msec. 224K block size 2007-05-22 15:18:06.565 JumpToProgram(void) 2007-05-22 15:18:06.575 Avg read interval was 197 msec. 256K block size 2007-05-22 15:18:06.733 NVP: ClearAfterSeek(1) 2007-05-22 15:18:06.733 VideoOutputXv: ClearAfterSeek() 2007-05-22 15:18:06.733 VideoOutputXv: DiscardFrames(0) 2007-05-22 15:18:06.733 VideoBuffers::DiscardFrames(0): AAAAUAAAAAUAUAUAAAUAAAAAAAAAAAA 2007-05-22 15:18:06.733 VideoBuffers::DiscardFrames(0): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done 2007-05-22 15:18:06.734 VideoOutputXv: DiscardFrames() 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done() 2007-05-22 15:18:06.734 Dec: DoFastForward(1 (0), do discard frames) Segmentation Fault