From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108491 invoked by alias); 30 Aug 2017 00:39:55 -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 108106 invoked by uid 89); 30 Aug 2017 00:39:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit 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 ESMTP; Wed, 30 Aug 2017 00:39:52 +0000 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dmr2r-0001MB-JK; Wed, 30 Aug 2017 02:39:49 +0200 Received: from 70-36-239-209.dsl.dynamic.fusionbroadband.com ([70.36.239.209] helo=localhost.localdomain) by mailfront10.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1dmr2h-00051k-AY; Wed, 30 Aug 2017 02:39:39 +0200 Subject: Re: "Uncaught translation error" when transforming Kawa-compiled classes with dex From: Per Bothner To: Kay Zheng Cc: Kawa mailing list References: <2581b42d-a431-badb-bed4-dd44631ae4bb@bothner.com> Message-ID: <1a953d92-9888-f82c-f314-a45c0529ba60@bothner.com> Date: Wed, 30 Aug 2017 00:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <2581b42d-a431-badb-bed4-dd44631ae4bb@bothner.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-q3/txt/msg00014.txt.bz2 On 08/29/2017 01:30 PM, Per Bothner wrote: > I do see a problem.  The method stringConcatenateReverse$SlShared$V in srfi13.class has > the following: > > Attribute "LocalVariableTable", length:92, count: 9 >   slot#0: name: string-list, type: java.lang.Object (pc: 0 length: 662) >   slot#1: name: maybe-final+end, type: gnu.lists.LList (pc: 0 length: 662) >   slot#2: name: final, type: java.lang.Object (pc: 23 length: 639) >   slot#3: name: end, type: java.lang.Object (pc: 124 length: 538) >   slot#4: name: len, type: java.lang.Object (pc: 300 length: 247) >   slot#5: name: nzlist, type: java.lang.Object (pc: 300 length: 247) >   slot#6: name: lis, type: java.lang.Object (pc: 300 length: 247) >   slot#7: name: $ctx, type: gnu.mapping.CallContext (pc: 300 length: 247) >   slot#7: name: slen, type: int (pc: 340 length: 67) > > Notice slot 7 is used for two different variables, of different types - and their > PC ranges overlap.  Hm. I checked in a fix for this. Please try again. -- --Per Bothner per@bothner.com http://per.bothner.com/