Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sun.nio.ch.FileDispatcher.write0 hangs

843790Mar 24 2010 — edited Mar 24 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2010
Added on Mar 24 2010
1 comment
603 views