[ImageJ-bugs] [Bug 1013] Apparent deadlock freezes Fiji

bugzilla at fiji.sc bugzilla at fiji.sc
Mon Mar 2 05:58:56 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1013

--- Comment #4 from Ilan Tal <ilan.tal at gmail.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150302/8e5aa165/attachment.html>


More information about the Imagej-bugs mailing list