sun.nio.ch.FileDispatcher.write0 hangs
843790Mar 24 2010 — edited Mar 24 2010Hi,
Once in a blue moon, I see my application to hang at sun.nio.ch.FileDispatcher.write0. Following is some stack dump.
"Task 26941357" prio=10 tid=0x000000010327c800 nid=0x53f6 runnable [0xffffffff53a3e000..0xffffffff53a3f8a8]
at sun.nio.ch.FileDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
at sun.nio.ch.IOUtil.write(IOUtil.java:75)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
My analysis is that the data witten to socket is read correctly.
Any inputs to understand the problem and possible resolutions is highly appreciated.
Thanks & Regards,
Aniruddh
Edited by: Aniruddh.Munoli on Mar 24, 2010 1:38 PM