[mythtv-commits] Ticket #12668: Crash in Mythtv backend while deleting recording from web interface (port 6544)

MythTV noreply at mythtv.org
Wed Aug 24 16:52:56 UTC 2016


#12668: Crash in Mythtv backend while deleting recording from web interface (port
6544)
---------------------------------------------+-----------------------------
 Reporter:  mythtv@…                         |          Owner:  bmeek
     Type:  Bug Report - General             |         Status:  closed
 Priority:  major                            |      Milestone:  0.28.1
Component:  MythTV - Services API - Backend  |        Version:  Master Head
 Severity:  medium                           |     Resolution:  Duplicate
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+-----------------------------
Changes (by bmeek):

 * status:  assigned => closed
 * resolution:   => Duplicate
 * component:  MythTV - Web Frontend => MythTV - Services API - Backend


Comment:

 OP:

 Closing because the solution is likely being tracked
 in #12782. A true backtrace from gdb as requested
 earlier would confirm the issue. The original backtrace
 doesn't provide the necessary information. It does,
 however, reference QMetaObject. It doesn't have indexOfClassInfo
 in it, which is where the SEGV fires.

 This is a good test:
 {{{
 curl --data RecordedId=12345 <backend>:6544/Dvr/DeleteRecording
 }}}

 The above works on 29-pre but drops core in 0.28. Just use a
 !RecordedId that you don't have, no need to actually delete a
 recording. The a good response will be: false.

 If the gdb output points to another method, then please reopen.

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


More information about the mythtv-commits mailing list