On Thu, Dec 17, 2009 at 2:51 PM, Jon Christopher <span dir="ltr">&lt;<a href="mailto:jon.christopher@gmail.com">jon.christopher@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thanks, I&#39;ll try the fix when I get home.  However, I should reiterate<br>
that I&#39;m not seeing a timeout  (which would cause an exception,<br>
right?).  It&#39;s just that I (eventually) issue an applescript command<br>
which seems to go nowhere.<br>
<br>
As I understand the id-rollover bug:<br>
<br>
1) it will cause events which want a reply to eventually timeout.<br>
2) which would trigger a python exception<br>
<br>
I&#39;m not sure how that would be at play here since:<br>
<br>
1) the command I&#39;m sending doesn&#39;t (apparently) need a reply<br>
2) I&#39;m not getting exceptions.<br>
<br>
Did I missunderstand something?<br></blockquote><div><br>i don&#39;t think you&#39;re misunderstanding anything, but the two sets of circumstances are not mutually exclusive.  i don&#39;t know what the system you&#39;re dealing with is doing with the command you&#39;re sending, in particular (1) whether it&#39;s internally issuing a command that does need a reply, in the course of its handling - that seems likely - and (2) whether it&#39;s &quot;protecting&quot; against runtime disruption by swallowing any exceptions encountered.  perhaps you know all the systems involved well enough to be sure this isn&#39;t happening.  though it&#39;s often bad practice to swallow errors without any signs, (2) is not unusual or unwarranted in executive style programs, though they should issue some kind of warning, like in a log, that can be missed, and too often nothing is issued at all.<br>

<br>that doesn&#39;t mean the problem is happening and being covered up, just that it might be, and a little bit of &quot;experimental computer science&quot; is probably worth the effort.<br>-- <br>ken<br><a href="http://myriadicity.net">http://myriadicity.net</a><br>

<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Thu, Dec 17, 2009 at 11:10 AM, ken manheimer &lt;<a href="mailto:ken.manheimer@gmail.com">ken.manheimer@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Dec 17, 2009 at 1:26 PM, Brad Howes &lt;<a href="mailto:howes@ll.mit.edu">howes@ll.mit.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Dec 16, 2009, at 2:26 PM, Jon Christopher wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; Thanks for the reply, Brad.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m not familiar with the issue you describe.  Can you provide a<br>
&gt;&gt; &gt; pointer to some related info?  How would I test to see if my script is<br>
&gt;&gt; &gt; affected?<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://db.tidbits.com/article/10643" target="_blank">http://db.tidbits.com/article/10643</a><br>
&gt;<br>
&gt; and see these threads for the description of the problem in python appscript<br>
&gt; and the fix:<br>
&gt;<br>
&gt; <a href="http://old.nabble.com/-ann--appscript-0.20.2-tt26413893.html" target="_blank">http://old.nabble.com/-ann--appscript-0.20.2-tt26413893.html</a><br>
&gt; and<br>
&gt; <a href="http://old.nabble.com/-ann--py-appscript-0.21.0-tt26634638.html" target="_blank">http://old.nabble.com/-ann--py-appscript-0.21.0-tt26634638.html</a><br>
&gt;<br>
&gt; note that i experienced the problem in leopard as well as snow leopard.  it<br>
&gt; does seem to be well explained by the return id problem, even though the<br>
&gt; above article attributes it to only snow leopard.  plus, has&#39; fix seems to<br>
&gt; have completely resolved the problem that i was, until the fix, seeing<br>
&gt; consistently.  has the update failed to settle the problem you&#39;re seeing?<br>
&gt; --<br>
&gt; ken<br>
&gt; <a href="http://myriadicity.net" target="_blank">http://myriadicity.net</a><br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Brad Howes<br>
&gt;&gt; Group 42<br>
&gt;&gt; MIT Lincoln Laboratory • 244 Wood St. • Lexington, MA 02173<br>
&gt;&gt; Phone: 781.981.5292 • Fax: 781.981.3495 • Secretary: 781.981.7420<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div>