Re: [Openpvr-devel] Segmentation fault / core dump
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <a5d...@in...> - 2003-03-25 15:49:26
|
On Tue, Mar 25, 2003 at 10:24:21AM -0500, Alan Murrell wrote: > Hello, Hi. > I downloaded 7 days' worth of TV data using XMLTV, > then ran the 'tv_sort' (from XMLTV) utility on the > data to add the "Stop" times. Good. > However, when I run the 'schedule' program, I get the > following error: >=20 > Segmentation fault (core dumped) This is because schedule depends on stop times being present, even though the XMLTV DTD does not specify them as being required. It is difficult to schedule recordings without knowing the stop time/duration of a program. > I did run it again using strace, and the output is > available here: >=20 > <http://members.zoolink.com/alan/schedule.strace.txt> Strace output is usually quite useless when trying to diagnose a segfault. There is a fix in CVS to correct this problem. It still requires that you run the xmltv output through tv_sort to fix up stop times of all but the last programs on a given channel. Those last programs (one per channel) will be dropped by schedule. This should not really be a problem as it is one program that is dropped, the one at the end of your 7 day schedule. b. --=20 Brian J. Murrell |