Stuck in an infinite loop inside Netty when shutting down NIO client

stabilit joel.traber at stabilit.ch
Wed May 18 06:08:41 EDT 2011


Hi guys,

Any news on this problem?

Looks like i have a similar problem.


Name: New I/O client worker #1-1
State: RUNNABLE
Total blocked: 3  Total waited: 0

Stack trace: 
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
   - locked sun.nio.ch.Util$1 at 1d45d18
   - locked java.util.Collections$UnmodifiableSet at 1427e6e
   - locked sun.nio.ch.WindowsSelectorImpl at 133650d
sun.nio.ch.SelectorImpl.select(Unknown Source)
org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:38)
org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:163)
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)


I am not calling the
org.jboss.netty.bootstrap.Bootstrap.releaseExternalResources().

thanks joël

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Stuck-in-an-infinite-loop-inside-Netty-when-shutting-down-NIO-client-tp5761639p6377171.html
Sent from the Netty User Group mailing list archive at Nabble.com.



More information about the netty-users mailing list