From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by sourceware.org (Postfix) with ESMTPS id ECB483857C4D for ; Fri, 8 Apr 2022 14:44:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ECB483857C4D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f41.google.com with SMTP id 123-20020a1c1981000000b0038b3616a71aso5696977wmz.4 for ; Fri, 08 Apr 2022 07:44:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=n/BOayC1Ye1mh9hsvSBy/eAYIKoBnlihrgFNbVN/H0k=; b=ybyLzRvE4ndFYV3TppXkrDB9xMo//Yt+vOFztbt67TJlN2UcyPWrsdz8p/PxExIzdE Gr1X6doyd/xv44m4U7cGWGYrJixH7fFvpbn6Ik0wsiTZ+osBY4nDgJc/aiA8pg+axyqI OR2tjpSLVqqVRG33/430NPB1w3UnqzagTWIPjvzWBHviEG7uYzB5cdLL7FDOU2B3jTQa FVhOxnt7rjCBm7UzGK7NCyB/kno0VAGxMl8qAHBpDai8WD0bqZ71AdhLnk2zw2lChz+l m5gcAoB/x1vdtUwiwT0xvuz7wi8f97Hac6AzjY+jhwuxVLsmud9sRp1sM0bAmIGhmNBw s9gg== X-Gm-Message-State: AOAM530OqUGXjBLSnXc/+O9oV4KRqByZNx0olRWtfYcGf9E9O4i1scAp qmEgG9XpzTvVdgjQrk91Lo4= X-Google-Smtp-Source: ABdhPJyznQOFRyY9VT3MTldRT1BojsugVy1QiRy8UzobdNS0qew8MRLikwmzWGF2hzuX0YMupnPswg== X-Received: by 2002:a7b:c347:0:b0:37e:68e6:d85c with SMTP id l7-20020a7bc347000000b0037e68e6d85cmr17697975wmj.176.1649429098932; Fri, 08 Apr 2022 07:44:58 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id m128-20020a1ca386000000b0038ea1accbe9sm2025108wme.27.2022.04.08.07.44.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 08 Apr 2022 07:44:56 -0700 (PDT) Message-ID: <1ac3b9cb-b980-86bd-8c26-1585e16c98d9@palves.net> Date: Fri, 8 Apr 2022 15:44:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: GDB 12.0.90 available for testing Content-Language: en-US To: Joel Brobecker , Eli Zaretskii Cc: aburgess@redhat.com, gdb-patches@sourceware.org References: <83ilrzap07.fsf@gnu.org> <83mth67i8m.fsf@gnu.org> <72ad3448-0ff0-f36c-d1f3-cc194c0503b8@palves.net> <83ee2i72vl.fsf@gnu.org> <87sfqx864d.fsf@redhat.com> <83fsmx59wi.fsf@gnu.org> <838rsp55nl.fsf@gnu.org> <8335iw6fr9.fsf@gnu.org> From: Pedro Alves In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2022 14:45:01 -0000 On 2022-04-01 15:31, Joel Brobecker wrote: >>> I don't know how to answer that question. Is that something >>> I can figure out from looking at how we configure the build >>> of MinGW-w64? >> >> It's enough (and simpler) to look at the DLLs on which the GDB >> executable on Windows depends, with this command: >> >> objdump -x gdb.exe | fgrep "DLL Name" > > Thanks for the tip. Here's what I have: > > | $ objdump.exe -x gdb.exe | grep "DLL Name" > | DLL Name: python39.dll > | DLL Name: ADVAPI32.dll > | DLL Name: KERNEL32.dll > | DLL Name: msvcrt.dll > | DLL Name: USER32.dll > | DLL Name: WS2_32.dll > > >> Note the two instances of msvcrt.dll -- this is the (traditional) MS C >> runtime library. If you see UCRT instead, it might explain the >> difference in our observations. > > No luck with that lead, it seems... > Since Hannes is able to reproduce this with a small program outside GDB, I'd suspect this could be related to either: - Windows version. Hannes mentioned Windows 7. I don't think we heard Windows versions from others. - Which console / terminal is used. E.g., cmd.exe in a standard Windows console, Powershell, cygwin/msys2 bash, Windows SSH, etc.