<div><span class="gmail_quote">On 7/10/07, <b class="gmail_sendername">Warpme</b> <<a href="mailto:warpme@o2.pl">warpme@o2.pl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi *<br><br>I'm fighting with problem of exceptions in mythfrontend when OSD_Notify<br>is sent.<br>Details:
<br>Knoppmyth R5F1, Cel3,46GHz, 2xPVR250+NovaT, 2x500G WD<br>BE&FE are running on the same (this) host. This host is also Inet gw<br>(NAT, firewall), fileserver and VoIP GW (SIP proxy).<br>I integrated VoIP & Myth (CID notification via OSD & FE pausing when SIP
<br>calls are incoming/initiated).<br><br>Problem:<br>Sometimes (I can't catch exact conditions) FE is crashing when receiving<br>OSD_notification.<br><br>Unfortunatelly there is no dumpregisters or any trace in logs<br>
(mythfrontend & syslog) - so I can't drill down this problem.<br><br>Here is fragment of perl code sending OSD notify:<br><br>my $msg = "<?xml version=\"1.0\"?>\n<mythnotify version=\"1\"><container
<br>name=\"notify_cid_info\">\n<textarea<br>name=\"notify_cid_name\"><value>FROM:<br>$callernumber</value></textarea>\n<textarea<br>name=\"notify_cid_num\"><value>TO:
<br>$callingnumber</value></textarea><textarea<br>name=\"notify_cid_dt\"><value>TIME:<br>$datestamp</value></textarea>\n</container></mythnotify>\n";<br>print(" Sending OSD notify to $notifyaddr1 udp port 6948\n");
<br>my $mythnotify_fh =<br>IO::Socket::INET->new(PeerAddr=>"$notifyaddr1",Proto=>'udp',PeerPort=>6948);<br>if ($mythnotify_fh) {<br> print $mythnotify_fh $msg;<br> $mythnotify_fh->close;
<br>}<br><br>Is somebody can help me trace down this problem ?<br><br>Thx in advance !<br><br><br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>I noticed that for me, the FE crashes if I send an incomplete command to mythtvosd.