Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 4048 invoked from network); 4 Dec 2007 14:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 14:19:04 -0000 Received: (qmail 44480 invoked by uid 500); 4 Dec 2007 14:18:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44454 invoked by uid 500); 4 Dec 2007 14:18:52 -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 44445 invoked by uid 99); 4 Dec 2007 14:18:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 06:18:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 04 Dec 2007 14:18:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69228714233 for ; Tue, 4 Dec 2007 06:18:43 -0800 (PST) Message-ID: <2459281.1196777923428.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 06:18:43 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5242) [drlvm][classloader] Error during concurrent deserialization of hashtable In-Reply-To: <1120536.1196703349636.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-5242. ---------------------------------------- Resolution: Fixed Fix Version/s: 5.0M4 Patch is applied at 600961. Please check that the bug is fixed for you. > [drlvm][classloader] Error during concurrent deserialization of hashtable > ------------------------------------------------------------------------- > > Key: HARMONY-5242 > URL: https://issues.apache.org/jira/browse/HARMONY-5242 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Andrey Pavlenko > Assignee: Gregory Shimansky > Priority: Critical > Fix For: 5.0M4 > > Attachments: H5242.patch, Test.java > > > The attached test causes an error with the following stack: > Internal error:/nfs/ims/proj/drl/mrt3/users/apavlen1/work/harmony/svn/drlvm/vm/vmcore/include/hashtable.h:269: Element was inserted second time in MapEx!SIGABRT in VM code. > Stack trace: > addr2line: '[vdso]': No such file > 0: ?? (:-1) > 1: abort (??:-1) > 2: ClassLoader::InsertInitiatedClass(Class*) (apr_strtok.c:-1) > 3: Java_java_lang_ClassLoader_registerInitiatedClass (??:-1) > 4: 0xA611CD6B > 5: java/lang/Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; (Class.java:156) > 6: java/io/ObjectInputStream.resolveClass(Ljava/io/ObjectStreamClass;)Ljava/lang/Class; (ObjectInputStream.java:2400) > 7: java/io/ObjectInputStream.readNewClassDesc(Z)Ljava/io/ObjectStreamClass; (ObjectInputStream.java:1708) > 8: java/io/ObjectInputStream.readClassDesc()Ljava/io/ObjectStreamClass; (ObjectInputStream.java:712) > 9: java/io/ObjectInputStream.readNewObject(Z)Ljava/lang/Object; (ObjectInputStream.java:1860) > 10: java/io/ObjectInputStream.readNonPrimitiveContent(Z)Ljava/lang/Object; (ObjectInputStream.java:816) > 11: java/io/ObjectInputStream.readObject(Z)Ljava/lang/Object; (ObjectInputStream.java:2130) > 12: java/io/ObjectInputStream.readObject()Ljava/lang/Object; (ObjectInputStream.java:2085) > 13: Test$1.run()V (Test.java:68) > 14: java/lang/Thread.runImpl()V (Thread.java:668) > 15: ?? (??:-1) > 16: .L294 (ini_iA32.cpp:-1) > 17: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*) (inet_pton.c:-1) > 18: ExecuteMethod (em_intf.cpp:-1) > 19: vm_execute_java_method_array (apr_strtok.c:-1) > 20: call_method_no_ref_result(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*, jvalue*, int) (jni_method.cpp:-1) > 21: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*) (apr_strtok.c:-1) > 22: jthread_wrapper_start_proc(void*) (apr_strtok.c:-1) > 23: start_thread (??:-1) > 24: clone (??:-1) > > This issue is reproducible on Windows and Linux and seems to be a regression. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.