[mythtv-commits] Ticket #7617: Segmentation fault with FD_SET

MythTV mythtv at cvs.mythtv.org
Fri Apr 16 16:30:56 UTC 2010


#7617: Segmentation fault with FD_SET
-------------------------------------+--------------------------------------
 Reporter:  banogabor@…              |       Owner:  cpinkham  
     Type:  defect                   |      Status:  assigned  
 Priority:  minor                    |   Milestone:  0.23      
Component:  MythTV - General         |     Version:  Trunk Head
 Severity:  medium                   |     Mlocked:  0         
-------------------------------------+--------------------------------------

Comment(by cpinkham):

 Can you try changing that line to the following instead of changing the
 double quotes to single quotes?

 Change this:

     QString grpHost = sgroup + ":" + host;

 To this:

     QString grpHost = QString("%1:%2").arg(sgroup).arg(host);

 See if that still segfaults.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7617#comment:23>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list