From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AD4AB82171 for ; Thu, 23 Feb 2017 09:38:27 -0800 (PST) Received: by mail-it0-x231.google.com with SMTP id h10so174107575ith.1 for ; Thu, 23 Feb 2017 09:38:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=c8v4tbanEFGXfBK+iOnPqhU/G+Lh47uDtZq7ck2y2IU=; b=cu4lNNY7CXru5Tp5OpjCmDEXRgE39zbPJ8nNkv1rgijwa4EyRpv1/WgqZZCKlOrT75 v5YWLX2d8qWBjcC8h1nGzqxk4ccjBRD3CC51uQ2xL8DBe3Ua8dZgWTw3cd3zBZoga9hL h6dwrRLbZpmTp54akprUzTCpyJ3F9ns9AmUjc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=c8v4tbanEFGXfBK+iOnPqhU/G+Lh47uDtZq7ck2y2IU=; b=Mupah8w5IDn5C+QHypnz/dvExK8BYNB8YbIGuJ/5EmtbLBQy7+grzUGFSA4p4eX3Dg attIf3dVg3cv1Zu6ECEiO1Ahua0XF1DrHkKGH2LO6T/5QseFCT73bM5nKXzKsnacjAoj KdjGYIBrwzWlhzyeULmbggjnpCHRkJQwEDrzqSP16fFZtS30Sn4YrGARy90PlG3lBzX5 77iHqglErKoofacE5HFdh0UmLuxNclW6WwcD0ifaLPn83ol3zkICbD+KlT3tgeVlutPM x9KVXXJ8J6C/quWF9D408wFJNzPDcwCVZcT06YEkHysZ52weEVnrfOLLhzzYxHXmL/+u mi6w== X-Gm-Message-State: AMke39nWQ5vqOnnO2CqV78Zm2pawEjIxCj2/tZ+gvwUVn1amPgrC0jBtXZygxQ8Ln1YevNCzIscG/vL1LdMk1ovR X-Received: by 10.36.23.74 with SMTP id 71mr5317238ith.37.1487871506404; Thu, 23 Feb 2017 09:38:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.198.134 with HTTP; Thu, 23 Feb 2017 09:38:25 -0800 (PST) In-Reply-To: References: <8b3256bc-8157-58c6-2fe1-0e4a6816a46d@redhat.com> From: Ard Biesheuvel Date: Thu, 23 Feb 2017 17:38:25 +0000 Message-ID: To: Laszlo Ersek Cc: "Tian, Feng" , edk2-devel-01 , Leif Lindholm , "Gao, Liming" , "Kinney, Michael D" Subject: Re: DxeCore assert during initialization X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 17:38:27 -0000 Content-Type: text/plain; charset=UTF-8 On 23 February 2017 at 17:33, Laszlo Ersek wrote: > On 02/23/17 18:29, Laszlo Ersek wrote: > >> This is with ArmVirtQemu @ c5c9e7e298ed, running on QEMU v2.8.0-1290-gc3618551719b, using TCG. > > Hm, I have some patches in QEMU, so that hash will likely not resolve on > your side. The first upstream ancestor is e295a154c2a9. > Could you please double check? $ git show e295a154c2a9 fatal: ambiguous argument 'e295a154c2a9': unknown revision or path not in the working tree. In any case, it faults on address 0x1383C6E94 with a data abort due to permissions, which can only be caused by a store to read-only region. This is at the end of the .text segment of UiApp.dll Could you open the .dll in GDB (you may need to do 'set architecture aarch64'), and paste the output of disas *0x3070 ? Thanks