<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Apparent deadlock freezes Fiji"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1013#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Apparent deadlock freezes Fiji"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1013">bug 1013</a>
              from <span class="vcard"><a class="email" href="mailto:ilan.tal@gmail.com" title="Ilan Tal <ilan.tal@gmail.com>"> <span class="fn">Ilan Tal</span></a>
</span></b>
        <pre>I had some difficulty getting the thread trace. Apparently my keyboard layout
is somewhat different. Ctrl+"\" didn't do anything. I tried every key on the
keyboard until Crtl+4 did the job.

Wayne's idea of doCommand was very promising since it does the command on a
different thread. I commented out the original and changed it to:

private void jButClearActionPerformed(java.awt.event.ActionEvent evt) {         
//        IJ.runPlugIn("ij.plugin.Commands", "close-all");
        IJ.doCommand("Close All");
}                                         

This version doesn't hang and I will give it to Jerry so he can continue to
work. If there is interest to find out why the first command fails, I will be
glad to try and help. It is much less urgent with the work around.

Thanks,
Ilan</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>