[mythtv-commits] Ticket #12782: backend SegFault

MythTV noreply at mythtv.org
Tue Jul 26 22:31:22 UTC 2016


#12782: backend SegFault
---------------------------------------------+--------------------------
 Reporter:  Eric Fontaine <ericrfontaine@…>  |          Owner:  stuarta
     Type:  Bug Report - Crash               |         Status:  accepted
 Priority:  minor                            |      Milestone:  0.28.1
Component:  MythTV - General                 |        Version:  0.28.0
 Severity:  medium                           |     Resolution:
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+--------------------------

Comment (by bmeek):

 Some observations. For curl <be>:6544/Myth/GetHostName:
 {{{
 0.27 correctly gets: <?xml version="1.0"
 encoding="UTF-8"?><String>mc5-27</String>
 }}}
 {{{
 0.28 gets: curl: (52) Empty reply from server + the expected segv.
 }}}
 {{{
 master, with the fix gets: <?xml version="1.0" encoding="UTF-8"?><String/>
 }}}

 No hostname in the response, just the empty <String/>.

 In servicehost.cpp:547 vValue=mc5-29 as it should be for my test.
 Just started trying to find where the hostname, in this case,
 is lost.

 Run on a freshly installed Arch with Qt 5.7.0.

 Adding -H Accept:application/json to the command works
 on all 3 versions.

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


More information about the mythtv-commits mailing list