[mythtv-commits] Ticket #3330: mythtv osd crashes frontend

MythTV mythtv at cvs.mythtv.org
Sat Apr 21 15:48:37 UTC 2007


#3330: mythtv osd crashes frontend
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr 
     Type:  defect     |      Status:  new 
 Priority:  minor      |   Milestone:  0.21
Component:  mythtv     |     Version:  head
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 In SVN TRUNK i am experienceing mythtvosd crashing the frontend on some
 occasions.

 My setup...

 A. Master Backend
 B. Slave Backend
 C. Mysql Server / Asterisk box
 D. Mythfrontend

 My phonecalls come in through box C and i pass the callerid info from
 asterisk to mythtvosd through a bash shell script passing variables on the
 command line. Below is the script i made...

  #!/bin/bash
  TIME=`date +%r`
  DATE=`date +%D`
  mythtvosd --bcastaddr=10.0.1.198 --template=cid --caller_name="$2"
 --caller_number="$1" --caller_time="$TIME" --caller_date="$DATE"

 It works just fine for a while (5-6 phone calls) but eventualy the
 frontend box D stops showing the osd when a call arrives.  Usualy about
 3-4 calls after that the front end will segfault immidiately when the
 mythtvosd is run on box C.

 Problem is consistent and reproduceable except for the amount of times it
 will work before stopping the display.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3330>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list