Opened 17 years ago

Closed 17 years ago

#3330 closed defect (invalid)

mythtv osd crashes frontend

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords: mythtvosd callerid
Cc: Ticket locked: no

Description

In SVN TRUNK i am experienceing mythtvosd crashing the frontend on some occasions.

My setup...

  1. Master Backend
  2. Slave Backend
  3. Mysql Server / Asterisk box
  4. 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.

Change History (1)

comment:1 Changed 17 years ago by stuartm

Resolution: invalid
Status: newclosed

We need a backtrace created with gdb to fix a segfault.

See http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2

Note: See TracTickets for help on using tickets.