From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23899 invoked by alias); 3 Jan 2015 22:23:40 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 23878 invoked by uid 89); 3 Jan 2015 22:23:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 03 Jan 2015 22:23:36 +0000 Received: from [10.9.9.209] (helo=mailfront04.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1Y7X6a-0007XR-Vk for kawa@sourceware.org; Sat, 03 Jan 2015 23:23:33 +0100 Received: from [172.56.30.205] (helo=toshie.bothner.com) by mailfront04.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1Y7X6V-0002Jr-B2 for kawa@sourceware.org; Sat, 03 Jan 2015 23:23:28 +0100 Message-ID: <54A86BD9.6090904@bothner.com> Date: Sat, 03 Jan 2015 22:23:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: kawa@sourceware.org Subject: Re: java.lang.VerifyError exception References: <54A1FDA7.7050200@hungry.com> In-Reply-To: <54A1FDA7.7050200@hungry.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg00000.txt.bz2 This is bug in the previous "fix" for checkInlineable. I don't yet have a satisfactory fix - still working on it. On 12/29/2014 05:19 PM, Seth Alves wrote: > Here is a boiled-down snippet of nonsense code (it started as part of the snow zlib package). > > -seth > > $ ./test-kawa.scm > Exception in thread "main" java.lang.VerifyError: Bad local variable type > Exception Details: > Location: > fuh$frame.lambda1loop()Ljava/lang/Object; @13: aload_2 > Reason: > Type top (current frame, locals[2]) is not assignable to reference type > Current Frame: > bci: @13 > flags: { } > locals: { 'fuh$frame', 'fuh$frame0' } > stack: { } > Bytecode: > 0000000: bb00 0459 b700 0859 2ab5 000c 4c2c 1008 > 0000010: b800 124d 2b05 bd00 1459 03b2 001a 5359 > 0000020: 04b2 001e 53b8 0024 b600 28b0 > > at fuh.gunzipGenport(test-kawa.scm:11) > at fuh.apply0(test-kawa.scm:11) > at gnu.expr.ModuleMethod.apply0(ModuleMethod.java:186) > at gnu.expr.ModuleMethod.apply(ModuleMethod.java:160) > at gnu.mapping.CallContext.runUntilDone(CallContext.java:234) > at test$Mnkawa.run(test-kawa.scm:34) > at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:317) > at gnu.expr.CompiledModule.evalModule(CompiledModule.java:42) > at gnu.expr.CompiledModule.evalModule(CompiledModule.java:61) > at kawa.Shell.runFile(Shell.java:538) > at kawa.Shell.runFileOrClass(Shell.java:447) > at kawa.repl.main(repl.java:881) > -- --Per Bothner per@bothner.com http://per.bothner.com/