IntelliJ crashes while running but debug works fine

Answered

When run junit test at the end of running tests intelliJ crashes while debugging works fine.

(windows 10 pro, jdk 8)

Seeing the below error in build.log

 

2019-03-12 10:51:54,650 [ 2767] INFO - jps.cmdline.JpsModelLoaderImpl - Project has 3 modules, 33 libraries
2019-03-12 10:51:54,938 [ 3055] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=602
2019-03-12 10:51:54,993 [ 3110] WARN - channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at io.netty.buffer.PooledHeapByteBuf.setBytes(PooledHeapByteBuf.java:261)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1128)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
at java.lang.Thread.run(Thread.java:748)

0
7 comments
Avatar
Liubov Melnikova

Could you please provide Windows Event Log? Also, do you use the following tool: https://www.cylance.com/en-us/index.html ?

0
Avatar
Permanently deleted user

Yes we use cylance  (for virus and threat protection)

0
Avatar
Liubov Melnikova

We are currently receiving a few requests when Intellij crashes with Cylance. We are still investigating it for now.

0
Avatar
Permanently deleted user

thanks for quick response,

Any work around in mean time ?

0
Avatar
Liubov Melnikova

Not yet, I'm really sorry.

0
Avatar
Permanently deleted user

Liubov, has there been a fix for this problem? It seems if I update to the most current version that came out on 3.27 I am still having this issue. Do you have an estimated time this will be fixed? 

0

>Yes we use cylance  (for virus and threat protection)
>Any work around in mean time ?

This is known issue with Cyclance software. Unfortunately there is nothing can be done on IDEs side. Please contact Cyclance support for assistance as it's the wrong behavior of security app which should be fixed on their side.

0

Please sign in to leave a comment.