[mythtv-commits] Ticket #12178: WebFrontend crashes with segfault in libQtScript.so.4.8.5

MythTV noreply at mythtv.org
Mon Jun 16 15:49:56 UTC 2014


#12178: WebFrontend crashes with segfault in libQtScript.so.4.8.5
---------------------------------------------+-----------------------------
 Reporter:  kormoc                           |          Owner:  stuartm
     Type:  Bug Report - Crash               |         Status:  new
 Priority:  critical                         |      Milestone:  0.28
Component:  MythTV - Services API - Backend  |        Version:  Master Head
 Severity:  medium                           |     Resolution:
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+-----------------------------

Comment (by kormoc):

 It appears that the times are correctly in UTC.

 {{{
 http://clamps.local:6544/tv/ajax_backends/dvr_util.qsp?_action=simpleRecord&chanID=1161&startTime=2014-06-16T22:00:00.000Z&type=Record%20All
 http://clamps.local:6544/tv/ajax_backends/dvr_util.qsp?_action=simpleRecord&chanID=1221&startTime=2014-06-16T22:30:00.000Z&type=Record%20All
 }}}

 Validation via the DB


 {{{
 MariaDB [mythconverg]> SELECT chanid, starttime FROM program WHERE (chanid
 = 1161 AND starttime = '2014-06-16T22:00:00.000') OR (chanid = 1221 AND
 starttime = '2014-06-16T22:30:00.000');
 +--------+---------------------+
 | chanid | starttime           |
 +--------+---------------------+
 |   1161 | 2014-06-16 22:00:00 |
 |   1221 | 2014-06-16 22:30:00 |
 +--------+---------------------+
 2 rows in set (0.00 sec)

 MariaDB [mythconverg]>
 }}}


 It appears that only when multiple requests are in flight that the backend
 crashes.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12178#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list