Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16897 invoked from network); 20 Nov 2006 16:27:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 16:27:25 -0000 Received: (qmail 67505 invoked by uid 500); 20 Nov 2006 16:27:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 67480 invoked by uid 500); 20 Nov 2006 16:27:35 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 67471 invoked by uid 99); 20 Nov 2006 16:27:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:27:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:27:24 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF3067142D1 for ; Mon, 20 Nov 2006 08:27:03 -0800 (PST) Message-ID: <17579343.1164040023911.JavaMail.jira@brutus> Date: Mon, 20 Nov 2006 08:27:03 -0800 (PST) From: "Salikh Zakirov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2070) [drlvm][thread] Unhandled exception in java.exe while java.util.jar module tests execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2070?page=comments#action_12451356 ] Salikh Zakirov commented on HARMONY-2070: ----------------------------------------- I wasn't able to reproduce the issue. I suspect that it could have been fixed by HARMONY-2006 commit, because the shutdown sequence has been changed, and finalization at exit is no longer called as one of the shutdown hooks. Instead, finalization on exit is handled *after* all other shutdown hooks. I would suggest to close this issue as "not reproducible" and report a new issue (with a new reproducer) if the new reproducer will be found. > [drlvm][thread] Unhandled exception in java.exe while java.util.jar module tests execution > ------------------------------------------------------------------------------------------ > > Key: HARMONY-2070 > URL: http://issues.apache.org/jira/browse/HARMONY-2070 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: WIN XP, msvc, debug > Reporter: tatyana doubtsova > > While execution tests for archive module: > ant -Dtest.jre.home= -Dbuild.module=archive > runtime sporadically terminates (1 time out of ~4) with one of errors: > 1. java.exe - Application error > When debugging the message and stack are available: > Unhandled exception at 0x7c964ed1 in java.exe: 0xC0000008: An invalid HANDLE was specified. > address :7c964ed1 < it points to leave> > 7C964EA8 nop > 7C964EA9 nop > 7C964EAA nop > 7C964EAB mov edi,edi > 7C964EAD push ebp > 7C964EAE mov ebp,esp > 7C964EB0 sub esp,50h > 7C964EB3 mov eax,dword ptr [ebp+8] > 7C964EB6 and dword ptr [ebp-48h],0 > 7C964EBA and dword ptr [ebp-40h],0 > 7C964EBE mov dword ptr [ebp-50h],eax > 7C964EC1 lea eax,[ebp-50h] > 7C964EC4 push eax > 7C964EC5 mov dword ptr [ebp-4Ch],1 > 7C964ECC call 7C90EBAC > 7C964ED1 leave > 7C964ED2 ret 4 > 7C964ED5 nop > 7C964ED6 nop > 7C964ED7 nop > 7C964ED8 nop > 7C964ED9 nop > 7C964EDA mov edi,edi > 7C964EDC push ebp > 7C964EDD mov ebp,esp > 7C964EDF push ebx > 7C964EE0 push esi > 7C964EE1 mov esi,dword ptr [ebp+8] > 7C964EE4 mov eax,dword ptr [esi] > 7C964EE6 imul eax,eax,7FFFFFEDh > 7C964EEC push edi > 7C964EED mov ecx,7FFFFFC3h > 7C964EF2 add eax,ecx > 7C964EF4 mov edi,7FFFFFFFh > 7C964EF9 xor edx,edx > 7C964EFB mov ebx,edi > 7C964EFD div eax,ebx > 7C964EFF mov ebx,edx > 7C964F01 mov eax,edx > 7C964F03 imul eax,eax,7FFFFFEDh > 7C964F09 add eax,ecx > 7C964F0B xor edx,edx > 7C964F0D div eax,edi > 7C964F0F pop edi > 2. sometimes it fails with > [junit] FinalizerThread: FinalizerThread terminated by java.lang.InternalErr > or: Thread Manager internal error 720006 > [junit] Uncaught exception in FinalizerThread: > [junit] java.lang.RuntimeException: FinalizerThread interrupted > [junit] at java.lang.FinalizerThread.run(Unknown Source) > [junit] Caused by: java.lang.InternalError: Thread Manager internal error 72 > 0006 > [junit] at java.lang.Object.notify(Unknown Source) > [junit] ... 1 more > see also http://issues.apache.org/jira/browse/HARMONY-1845 > 3. or just hangs > Unfortunally I was not managed to reproduce the situation with short reproducer. > I've run only java.util.jar tests, other - excluded: > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira