Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 47069 invoked from network); 8 Nov 2005 21:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 21:23:01 -0000 Received: (qmail 11217 invoked by uid 500); 8 Nov 2005 21:23:00 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 11159 invoked by uid 500); 8 Nov 2005 21:22:59 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 11148 invoked by uid 99); 8 Nov 2005 21:22:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2005 13:22:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.94.11.36] (HELO smtp.ludonet.it) (62.94.11.36) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Nov 2005 13:22:52 -0800 Received: (qmail 19982 invoked by uid 1013); 8 Nov 2005 21:20:58 -0000 Received: from p.perrucci@ludonet.it by ip-11-36 by uid 1010 with qmail-scanner-1.22-st-qms ( Clear:RC:1(62.94.10.38):. Processed in 1.861088 secs); 08 Nov 2005 21:20:58 -0000 X-Antivirus-LUDONET-IT-Mail-From: p.perrucci@ludonet.it via ip-11-36 X-Antivirus-LUDONET-IT: 1.22-st-qms (Clear:RC:1(62.94.10.38):. Processed in 1.861088 secs Process 19971) Received: from unknown (HELO ?10.0.90.116?) (62.94.10.38) by smtp.ludonet.it with SMTP; 8 Nov 2005 21:20:56 -0000 Message-ID: <43711716.30502@ludonet.it> Date: Tue, 08 Nov 2005 22:22:30 +0100 From: Paolo Perrucci User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [MINA] Shutdown problem persist References: <43708F8B.4070504@ludonet.it> In-Reply-To: <43708F8B.4070504@ludonet.it> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Trustin, looking at my code I suspect can be a problem of my application and I need more time to analyze the problem. I'll report my analysis asap. Thanks Paolo Paolo Perrucci ha scritto: > Hi Trustin, > > [ sorry for this new thread but I miss the previous "Shutdown problem" > thread ] > > It seems that the problem persists. > In my last test, after shutdown, I found these 2 alive threads in the > vm thread dump: > > "ProtocolThreadPool-5" prio=1 tid=0x08808348 nid=0x1405 in > Object.wait() [5b688000..5b688854] > at java.lang.Object.wait(Native Method) > - waiting on <0x47b495f8> (a java.lang.Object) > at > org.apache.mina.util.BaseThreadPool$Worker.waitForPromotion(BaseThreadPool.java:491) > > - locked <0x47b495f8> (a java.lang.Object) > at > org.apache.mina.util.BaseThreadPool$Worker.run(BaseThreadPool.java:358) > > "ProtocolThreadPool-8" prio=1 tid=0x08226250 nid=0x1405 in > Object.wait() [5b709000..5b709854] > at java.lang.Object.wait(Native Method) > - waiting on <0x477d2ae0> (a org.apache.mina.util.BlockingQueue) > at java.lang.Object.wait(Object.java:429) > at > org.apache.mina.util.BlockingQueue.waitForNewItem(BlockingQueue.java:55) > - locked <0x477d2ae0> (a org.apache.mina.util.BlockingQueue) > at > org.apache.mina.util.BaseThreadPool$Worker.fetchBuffer(BaseThreadPool.java:387) > > - locked <0x477d2ae0> (a org.apache.mina.util.BlockingQueue) > at > org.apache.mina.util.BaseThreadPool$Worker.run(BaseThreadPool.java:361) > > Paolo > >