Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 75259 invoked from network); 4 Apr 2007 21:11:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 21:11:53 -0000 Received: (qmail 93567 invoked by uid 500); 4 Apr 2007 21:12:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 93547 invoked by uid 500); 4 Apr 2007 21:12:00 -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 93532 invoked by uid 99); 4 Apr 2007 21:12:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 14:12:00 -0700 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, 04 Apr 2007 14:11:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79ED671406C for ; Wed, 4 Apr 2007 14:11:32 -0700 (PDT) Message-ID: <28893757.1175721092496.JavaMail.jira@brutus> Date: Wed, 4 Apr 2007 14:11:32 -0700 (PDT) From: "Santiago Gala (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-3575) One class in Pydev fails classloading MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org One class in Pydev fails classloading ------------------------------------- Key: HARMONY-3575 URL: https://issues.apache.org/jira/browse/HARMONY-3575 Project: Harmony Issue Type: Bug Environment: linux x86_64 Reporter: Santiago Gala I was getting a problem with PyDev in eclipse, until I found the error in the log: Root exception: java.lang.ClassFormatError: org/python/pydev/plugin/PydevPlugin : Element: 0x413b1bb0 from LocalVariableTypeTable doesn't coincide with element from LocalVariableTable for method createEditorInput(Lorg/eclipse/core/runtime/IPath;Z)Lorg/eclipse/ui/IEditorInput; at java.lang.ClassLoader.defineClass0(ClassLoader.java) at java.lang.ClassLoader.defineClass(ClassLoader.java:417) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:161) Removing the check under // See specification 4.8.12 second paragraph. in Class_File_Loader.cpp makes it load, though I'm not sure it is the proper solution. I'll attach the output of javap -v -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.