Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72C2F183F3 for ; Sat, 18 Jul 2015 05:13:05 +0000 (UTC) Received: (qmail 92004 invoked by uid 500); 18 Jul 2015 05:13:05 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 91868 invoked by uid 500); 18 Jul 2015 05:13:05 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 91613 invoked by uid 99); 18 Jul 2015 05:13:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2015 05:13:05 +0000 Date: Sat, 18 Jul 2015 05:13:04 +0000 (UTC) From: "Charles Honton (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BCEL-79) java.lang.ClassFormatError: LVTT entry for 'local' in class file org/shiftone/jrat/test/dummy/CrashTestDummy does not match any LVT entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BCEL-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632281#comment-14632281 ] Charles Honton commented on BCEL-79: ------------------------------------ Please attach source for org.apache.bcel.data.PLSETestClass which is used by org.apache.bcel.PLSETestCase. > java.lang.ClassFormatError: LVTT entry for 'local' in class file org/shiftone/jrat/test/dummy/CrashTestDummy does not match any LVT entry > ----------------------------------------------------------------------------------------------------------------------------------------- > > Key: BCEL-79 > URL: https://issues.apache.org/jira/browse/BCEL-79 > Project: Commons BCEL > Issue Type: Bug > Components: Main > Reporter: Jeff Drost > Assignee: Apache Commons Developers > Priority: Blocker > Fix For: 6.0 > > Attachments: PLSETestCase.java, bcel-patch-method.txt > > > I have tried both the release at http://people.apache.org/~tcurdt/bcel/rc2/ , as > well as a build from head (410655). I see the same ClassFormatError with both. > I get this error when running a JRat test case. This project and the test case > is avalible on sourceforge (http://sourceforge.net/projects/jrat) - or I can > provide it directly. The test case uses BCEL to isntrument a class and then > tries to execute methods various methods on it. > see org.shiftone.jrat.test.InjectorTestCase > java.lang.ClassFormatError: LVTT entry for 'local' in class file > org/shiftone/jrat/test/dummy/CrashTestDummy does not match any LVT entry > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:620) > at java.lang.ClassLoader.defineClass(ClassLoader.java:465) > at org.shiftone.jrat.test.TestClassLoader.loadClass(TestClassLoader.java:36) > at org.shiftone.jrat.test.InjectorTestCase.setUp(InjectorTestCase.java:52) > at com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:32) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) -- This message was sent by Atlassian JIRA (v6.3.4#6332)