From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90201 invoked by alias); 2 Feb 2020 05:03:59 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 90148 invoked by uid 89); 2 Feb 2020 05:03:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=sim, prove, sk:find_in, inferior* X-HELO: mail-lf1-f42.google.com Received: from mail-lf1-f42.google.com (HELO mail-lf1-f42.google.com) (209.85.167.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Feb 2020 05:03:55 +0000 Received: by mail-lf1-f42.google.com with SMTP id 203so7443952lfa.12 for ; Sat, 01 Feb 2020 21:03:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=g08wJrkF1T2wWfTWCu2wKKvQq/cYavYc34ChIbAsAak=; b=Ccb4n9tUDzR3MTiEhEM/H3E8pJ1b9uZhoAj87ydIVKjO+qwfALh8aCmK+KxzTECR34 r15J25KFYs3yOlcRX3PLK0vJS6gTwrB9B+BSR0UATLFvCPV/j7Kz+xaf2yQRnAZla18n p1zpXLuEqGpo/5ACAUDlfOBxhY1A5G6KWn+EZjQ2pmQPj+vG0wT7KaEDPSQfhXB8G6HZ mmPR44xR2WWSBlWQ6KjtfM8THyAKXIu0SKxKMXM+0bC99H3o9yv/fgqiTQ8nDXj95xOr 6/ao+pqY3t6aXCpJDgziMSNTGPeUFgh5Hsv+PKU893Zv1f3y24cc8A7urVqYgJ3jJ17w FEDA== MIME-Version: 1.0 From: William Tambe Date: Sun, 02 Feb 2020 05:03:00 -0000 Message-ID: Subject: sim_engine_halt() broken in binutils 2.34 To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-02/txt/msg00002.txt.bz2 I am running GDB with target sim. Calling sim_engine_halt() triggers the following error: ../../binutils-gdb/gdb/inferior.c:286: internal-error: inferior* find_inferior_pid(process_stratum_target*, int): Assertion `pid != 0' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) Any idea idea what changed ?