Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 11492 invoked from network); 5 Dec 2007 09:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 09:02:11 -0000 Received: (qmail 83624 invoked by uid 500); 5 Dec 2007 09:01:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 83605 invoked by uid 500); 5 Dec 2007 09:01:59 -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 83596 invoked by uid 99); 5 Dec 2007 09:01:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 01:01:59 -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; Wed, 05 Dec 2007 09:02:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FC4771420D for ; Wed, 5 Dec 2007 01:01:46 -0800 (PST) Message-ID: <10504467.1196845306519.JavaMail.jira@brutus> Date: Wed, 5 Dec 2007 01:01:46 -0800 (PST) From: "Andrey Pavlenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (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 ] Andrey Pavlenko closed HARMONY-5242. ------------------------------------ The issue is not reproducible yet. > [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.