<div><span class="gmail_quote">On 7/10/07, <b class="gmail_sendername">Warpme</b> &lt;<a href="mailto:warpme@o2.pl">warpme@o2.pl</a>&gt; 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&#39;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&amp;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 &amp; Myth (CID notification via OSD &amp; FE pausing when SIP
<br>calls are incoming/initiated).<br><br>Problem:<br>Sometimes (I can&#39;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 &amp; syslog) - so I can&#39;t drill down this problem.<br><br>Here is fragment of perl code sending OSD notify:<br><br>my $msg = &quot;&lt;?xml version=\&quot;1.0\&quot;?&gt;\n&lt;mythnotify version=\&quot;1\&quot;&gt;&lt;container
<br>name=\&quot;notify_cid_info\&quot;&gt;\n&lt;textarea<br>name=\&quot;notify_cid_name\&quot;&gt;&lt;value&gt;FROM:<br>$callernumber&lt;/value&gt;&lt;/textarea&gt;\n&lt;textarea<br>name=\&quot;notify_cid_num\&quot;&gt;&lt;value&gt;TO:
<br>$callingnumber&lt;/value&gt;&lt;/textarea&gt;&lt;textarea<br>name=\&quot;notify_cid_dt\&quot;&gt;&lt;value&gt;TIME:<br>$datestamp&lt;/value&gt;&lt;/textarea&gt;\n&lt;/container&gt;&lt;/mythnotify&gt;\n&quot;;<br>print(&quot;&nbsp;&nbsp;Sending OSD notify to $notifyaddr1 udp port 6948\n&quot;);
<br>my $mythnotify_fh =<br>IO::Socket::INET-&gt;new(PeerAddr=&gt;&quot;$notifyaddr1&quot;,Proto=&gt;&#39;udp&#39;,PeerPort=&gt;6948);<br>if ($mythnotify_fh) {<br>&nbsp;&nbsp;print $mythnotify_fh $msg;<br>&nbsp;&nbsp;$mythnotify_fh-&gt;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.