Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 9239 invoked from network); 16 Jan 2007 15:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2007 15:52:11 -0000 Received: (qmail 87880 invoked by uid 500); 16 Jan 2007 15:52:15 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 87856 invoked by uid 500); 16 Jan 2007 15:52:15 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 87847 invoked by uid 99); 16 Jan 2007 15:52:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2007 07:52:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2007 07:52:04 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H6qb5-0007dU-Gl for dev@harmony.apache.org; Tue, 16 Jan 2007 16:51:39 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 16:51:39 +0100 Received: from gshimansky by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 16:51:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Gregory Shimansky Subject: Re: svn commit: r487483 [1/4] - in /harmony/enhanced/drlvm/trunk: build/make/targets/ vm/interpreter/src/ vm/jitrino/src/jet/ vm/port/src/lil/em64t/pim/ vm/port/src/lil/ia32/pim/ vm/port/src/lil/ipf/pim/ vm/tests/smoke/shutdown/ vm/vmcore/include/ vm Date: Tue, 16 Jan 2007 18:51:32 +0300 Lines: 45 Message-ID: References: <208da7a50612150554l402b4ae7g639f6847aca0bad6@mail.gmail.com> <200612222217.23826.gshimansky@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Elena Semukhina wrote: > On 12/23/06, Gregory Shimansky wrote: >> >> On Monday 18 December 2006 18:37 Gregory Shimansky wrote: >> > Alexey Varlamov wrote: >> > > 2006/12/15, Gregory Shimansky : >> > >> Alexey, the newly added test shutdown.ThreadInterrupt stably hangs >> for >> > >> me on >> > >> windows 2003 server SP1 on P4 with HT. Can you verify this? The dead >> > >> lock appears on shutdown it seems, but I didn't investigate it. >> > >> >> > >> For some reason running this test separately doesn't help, it hangs >> > >> only in >> > >> batch "build.bat test". >> > > >> > > Gregory, >> > > before committing I checked it on Win2003 server SP1 on Xeon, >> > > "build.bat test" worked fine. Will try to find a P4 machine to >> > > verify... >> > >> > Hangs for me today again on P4 with HT enabled. >> >> The problem now is reproducible even on laptop with single CPU and no HT >> both >> on JIT and interpreter. I am going to exclude shutdown.TestInterrupt on >> windows. > > > > Gregory, > > the shutdown.TestInterrupt test always passes for me on Windows 2003 P4, HT > and W2003 2 Xeon 4 cores machines. Could you please verify them once more > and file a JIRA issue if they still fail? I'd like we to track the > status of > all excluded smoke tests on > http://wiki.apache.org/harmony/DRLVMInternalTests page. Do you have SP1 installed on windows 2003 server? For me this test almost always hang. I've just checked, this is still a problem. -- Gregory