[mythtv-commits] Ticket #2610: mythbackend crashes in http server

MythTV mythtv at cvs.mythtv.org
Tue Oct 24 19:32:31 UTC 2006


#2610: mythbackend crashes in http server
---------------------------+------------------------------------------------
 Reporter:  cro at pobox.com  |       Owner:  ijr    
     Type:  defect         |      Status:  new    
 Priority:  minor          |   Milestone:  unknown
Component:  mythtv         |     Version:  0.20   
 Severity:  medium         |  
---------------------------+------------------------------------------------
 I have a script running on two computers that does the functional
 equivelant of
 "wget http://192.168.6.10:6544/xml" (192.168.6.10 is my only backend
 machine). When mythbackend is idle these scripts run every 5 minutes, but
 when something is being recorded they run every minute.

 Since upgrading to myth 0.20 mythbackend  has crashed at seemingly random
 times. I've rebuilt myth with debugging enabled and run mythbackend under
 gdb. This points the finger (I think) at  httpserver.cpp (backtrace to
 follow). As a test I ran the following fragment on both computers at the
 same time

 while true; do wget -O /dev/null http://192.168.6.10:6544/xml; sleep 1;
 done

 Within a few minutes the backend crashes every time.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2610>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list