[mythtv] mythbackend crashes with segmentation fault after the specific sequences of events.

Isaac Richards ijr at case.edu
Fri Jun 17 01:58:19 UTC 2005


On Thursday 16 June 2005 09:04 pm, Mudit Wahal wrote:
> Isaac,
>
> My script is based on debug output logged from the mythfrontend. I'm
> modeling my script based on how the frontend is sending commands when
> it switches to liveTV to when I stop watching live TV.

You're missing the fact that the frontend is opening multiple connections with 
your logging.  There's 3 separate sockets in there, not 1.  This is also the 
cause of your newest crash - you're sending different things on different 
connections than what the frontend would, and the backend is assuming that it 
gets mostly proper input.

Isaac


More information about the mythtv-dev mailing list