Posted by ctrueden on Mar 25, 2015; 4:31pm URL: http://imagej.273.s1.nabble.com/Stack-overflow-error-with-screen-size-computation-tp5012171.html
Hi Wayne,
A bug report came up in the imagejdev IRC chat room today [1], about a
StackOverflowError that sometimes happens when ImageJ starts up [2]. In
this user's case, he said it was due to the use of three monitors.
Personally, I have also seen the issue when I "ssh -X" to a remote server
and run ImageJ from there. Looking at the code, I am guessing it would be a
straightforward bug to address, by avoiding recursive cycles between those
three methods.