[mythtv-users] 0.22RC1 mythfilldatabase segfault

Andy Colson andy at squeakycode.net
Fri Oct 23 01:14:53 UTC 2009


In my status page, it says successful:

Last mythfilldatabase run started on 2009-10-22 12:21 and ended on 2009-10-22 12:21. Successful.

in /var/log/messages I see:

Oct 22 12:22:31 elektra kernel: mythfilldatabas[11154]: segfault at 20d5f8 ip b66f1505 sp b29b37c0 error 4 in libmyth-0.22.so.0.22.0[b664a000+2f3000]


I ran it from the command line (with no args), it seems to have run ok.  There was one error:


QSqlQuery::exec: database not open                                                              
2009-10-22 20:09:39.174 DB Error (Analyzing table dd_productioncrew):                           
Query was:                                                                                      
INSERT INTO dd_v_program      ( chanid,                  starttime,       endtime,                title,                   subtitle,        description,            airdate,                 stars,           previouslyshown,        stereo,                  dolby,           subtitled,              hdtv,                    closecaptioned,  partnumber,             parttotal,               seriesid,        originalairdate,        showtype,                category_type,   colorcode,              syndicatedepisodenumber, tvrating,        mpaarating,             programid )      SELECT chanid,                  scheduletime,    endtime,                title,                   subtitle,        description,            year,                    stars,           isrepeat,               stereo,                  dolby,           subtitled,              hdtv,                    closecaptioned,  partnumber,             parttotal,               seriesid,        originalairdate,        showtype, 
               category_type,   colorcode,              syndicatedepisodenumber, tvrating,        mpaarating,             dd_program.programid FROM channel, dd_schedule, dd_program WHERE ((dd_schedule.programid = dd_program.programid)  AND        (channel.xmltvid       = dd_schedule.stationid) AND        (channel.sourceid      = ?))                    
No error type from QSqlError?  Strange...            


It did not segfault or add a log to the messages file.  I'm not sure if this is something to worry about or not.

My mythbackend --version
Please include all output in bug reports.
MythTV Version   : 22548
MythTV Branch    : branches/release-0-22-fixes
Network Protocol : 50
Library API      : 0.22.20091008-1
QT Version       : 4.5.2
Options compiled in:
 linux release using_oss using_alsa using_pulse using_backend using_dvb using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg


-Andy


More information about the mythtv-users mailing list