Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 75940 invoked from network); 4 Apr 2007 21:13: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:13:53 -0000 Received: (qmail 97706 invoked by uid 500); 4 Apr 2007 21:14:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 97606 invoked by uid 500); 4 Apr 2007 21:14: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 97597 invoked by uid 99); 4 Apr 2007 21:14: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:14: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:13:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 711E871406C for ; Wed, 4 Apr 2007 14:13:32 -0700 (PDT) Message-ID: <32919949.1175721212460.JavaMail.jira@brutus> Date: Wed, 4 Apr 2007 14:13:32 -0700 (PDT) From: "Santiago Gala (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3575) One class in Pydev fails classloading In-Reply-To: <28893757.1175721092496.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-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santiago Gala updated HARMONY-3575: ----------------------------------- Attachment: pydevplugin.txt This is the detailed classfile output. Commenting the lines: //if(j == lv_table->length) { // REPORT_FAILED_METHOD("Element: "<< gvi_name << // " from LocalVariableTypeTable doesn't coincide with element from LocalVariableTable"); //} makes the file load, I'm not sure where the bug is > 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 > Attachments: pydevplugin.txt > > > 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.