[ImageJ-bugs] [Bug 835] Fiji hangs when installing macro tool

bugzilla at fiji.sc bugzilla at fiji.sc
Tue Aug 26 16:38:11 CDT 2014


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

--- Comment #16 from Curtis Rueden <ctrueden at wisc.edu> ---
It seems that IJ.run(String) does not spawn a different thread, but _does_
still prepend "Run$_" to the current thread, resulting in the EDT being
renamed, which seems like a bug.

The threading issues here are complex, due to many different possible code
paths within ImageJ 1.x: IJ.run, IJ.runPlugIn, IJ.runMacro, multiple method
signatures, called from many places in different ways. Many of these code paths
end up running on the EDT, which has major ramifications.

I'll discuss further with Johannes, when I get a chance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20140826/695a2fe2/attachment.html>


More information about the Imagej-bugs mailing list