From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) by sourceware.org (Postfix) with ESMTPS id D588C3857007 for ; Wed, 1 Jul 2020 19:26:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D588C3857007 Received: by mail-qt1-x833.google.com with SMTP id j10so19345438qtq.11 for ; Wed, 01 Jul 2020 12:26:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=l4HcdJ2U+g6X+HBRA0LYtC/AEuH/e6JL2etEUUG97z0=; b=h0tLd65a+9+U9P3tpRUqPOsUVa5E9b22n7ucqJL9flTWHoX0nILS0I77vc3yxbuZdY hqp8R1cJG1Nd5PNuFXfieLfMnrBb63tdKKvdQ/aPotREMp2TgJa+yvfWtRcJ2iuR6qZI gZsZsOp68fqHAlYFtWiLHCYjRnKs7JM6kKo5VdvprqS+C6BqPmXmSre1WB+MNsuGZXfb b186vd+iQSchzSWKZvxSncNjYkcGbJBubkyaaSXHGNbnNsvHK8VDc2G1uEBE+fMAsmi0 s06Kk4cd2MplUqpvDNqoONHUqABjr/uycAyf/OpaZjC6K8qzKU1J3FFIyTLSsS6I8xNK 40/A== X-Gm-Message-State: AOAM530C32hMHAfeRWlXEpRJvcfXGOlKEpFpjoCn1eJGQYBoK/E48Gbd hjAC3TSkqJN77s2qZoRO8H6Kfpcpo7c0Duilknp2YA== X-Google-Smtp-Source: ABdhPJzFVQglu0hLDXO1jZNa+O27wBS2Iiy/IHgKYkQ6nGrYX4SErdTmxiVDSSr2WwSbx8UBIhUhtjfFkJKgK6ibRTg= X-Received: by 2002:ac8:5484:: with SMTP id h4mr27154008qtq.322.1593631560124; Wed, 01 Jul 2020 12:26:00 -0700 (PDT) MIME-Version: 1.0 References: <83a70l20dn.fsf@gnu.org> <83wo3ozlvn.fsf@gnu.org> <56f26808-dfb0-6703-6f1f-9818c35946dd@polymtl.ca> <83o8ozxnw7.fsf@gnu.org> In-Reply-To: <83o8ozxnw7.fsf@gnu.org> From: Christian Biesinger Date: Wed, 1 Jul 2020 14:25:22 -0500 Message-ID: Subject: Re: Building today's snapshot of GDB with MinGW To: Eli Zaretskii Cc: Simon Marchi , Tom Tromey , Joel Brobecker , gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-19.9 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 01 Jul 2020 19:26:03 -0000 On Wed, Jul 1, 2020 at 10:20 AM Eli Zaretskii wrote: > > I tried today "gdb --tui" on Windows 10, and was surprised to find > that it doesn't work: the debuggee fails to start when you type "run" > or "start". Windows pops up a dialog saying > > The application was unable to start correctly (0xc0000142) > Click OK to close the application. Odd... that's STATUS_DLL_INIT_FAILED... I see the same thing, with mingw64. And after that, the cmd.exe window seems to hang for some seconds and then the entire window closes (crashes, presumably, but no crash dialog). I don't have time right now to look into this any further, but I can confirm you're not the only one. Christian