我得到了一个新的Raspberry Pi 3,并按照说明安装了Intellij IDEA(我在其他平台上已经使用了多年)。它会启动并运行,但是,每当我打开OPEN FILE或IMPORT对话框时,它都会冻结,杀死它的唯一方法是杀死该进程。基本上,任何OPEN FILE对话框都会使其冻结。我在日志中看到以下内容。我看到“ fsnotifier-arm”是此跟踪的一部分,并且有一个较旧的帖子表明您需要更新fsnotifier才能在arm上运行,但是它已在更高版本中“修复”,而我的更高版本中包含fsnotifier -手臂。尽管如此,这似乎仍然是问题所在。
“ AWT-EventQueue-0” prio = 0 tid = 0x0 nid = 0x0被阻止 java.lang.Thread.State:已阻止 在“ OurIconsCalculating Pool” Id = 30拥有的com.intellij.openapi.util.IconLoader$CachedImageIcon@9e805a上
“ BaseDataReader:fsnotifier-arm的输出流” prio = 0 tid = 0x0 nid = 0x0可运行 java.lang.Thread.State:RUNNABLE (以本机显示) 在java.io.FileInputStream.readBytes(本机方法) 在java.io.FileInputStream.read(FileInputStream.java:255) 在java.io.BufferedInputStream.read1(BufferedInputStream.java:284) 在java.io.BufferedInputStream.read(BufferedInputStream.java:345) 在sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) 在sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) 在sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) 在java.io.InputStreamReader.read(InputStreamReader.java:184) 在java.io.Reader.read(Reader.java:140)