From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by sourceware.org (Postfix) with ESMTPS id B400C3833024 for ; Wed, 2 Jun 2021 11:34:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B400C3833024 Received: by mail-lf1-x12e.google.com with SMTP id a5so2912153lfm.0 for ; Wed, 02 Jun 2021 04:34:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=3XKdTALowWYW3XB/KuM6T/XBa2Tau0ryQy3RTyusZ+M=; b=mOcgY1mTBYcfCqiD4sMYrvNTDbovZ198P7QoAlcrkHMGOYfPiER9zklgZ7iDUcvpAk Y3rIU2lbXup5HylARhXn1dlZhYYZGm5DSde+DBN9EBehkT8V/aIfPpt/aAxmkNUvHqyF FRJrIOCrYnDBnC0g2YqiOB2y7WGztdRttRkmTra+takcFxXiJQArmknkCmnL30ffxFdZ bhKkaG7RkrwoYEjWx10jRUVu3dRfweldXL3on3PtnAwJ+QwQ82ZrMgvoS/5y7qOa8bx/ 4CUcgGJqVo2GOdHDgGh3Ob+ncwwrZYTvnI++tPd3fYTh4eKWrJc957tlzEZWucg+OoyT G5Nw== X-Gm-Message-State: AOAM533RnIGblNwtyP6f+0LIgnp2FuF+uGAw7Qjs2V05TagaUyHQuqn3 9NJeTe/+cxcf61+ap8IRYPPfS1z8KjYgHq6rFQfH3pqKijU6AO2m3gM3EugBiOyuJzGH0hRXTTW frjfjJJkQjUSxeJVauWbp/5vywItRxb7/4WV7vkKlhH/CwmJsDjWwV2SzBqlDtnp+3Q== X-Google-Smtp-Source: ABdhPJwvSI3PWGC1FpHY7x6+QSgRBMAUbJ+gmejuT7vQJ8lcVejK8jPqVi3s4OCpBanQEE7KlrGk3Q== X-Received: by 2002:ac2:546a:: with SMTP id e10mr1546168lfn.361.1622633675044; Wed, 02 Jun 2021 04:34:35 -0700 (PDT) Received: from bucheron-thinkpad (telia-590881-181.connect.netcom.no. [89.8.129.181]) by smtp.gmail.com with ESMTPSA id u12sm1978255lfc.75.2021.06.02.04.34.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 04:34:34 -0700 (PDT) From: Magne Hov To: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH v3] gdb: fix eval.c assert during inferior exit event In-Reply-To: <0e0b7633-709d-059b-ad4b-36e433c2fb68@polymtl.ca> References: <20210505155627.3850386-1-mhov@undo.io> <20210526130233.986846-1-mhov@undo.io> <0e0b7633-709d-059b-ad4b-36e433c2fb68@polymtl.ca> Date: Wed, 02 Jun 2021 12:34:33 +0100 Message-ID: <5sk0ncjy9i.fsf@undo.io> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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, 02 Jun 2021 11:34:47 -0000 On Fri, May 28 2021, Simon Marchi wrote: > On 2021-05-26 9:02 a.m., Magne Hov via Gdb-patches wrote: >> Evaluating expressions from within an inferior exit event handler can >> cause a crash: >> >> ... > > So, this was already approved and I can now see your copyright > assignment. Do you already have push access? If not, do you want it > (useful if you intend on sending more patches) or would you like me to > push the patch on your behalf? I don't push access at the moment, but as I'm hoping to contribute more patches I would be good to have it. I'm > > Simon