From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) by sourceware.org (Postfix) with ESMTPS id 0C7803858C31 for ; Wed, 29 Nov 2023 12:08:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0C7803858C31 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0C7803858C31 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=195.135.223.130 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701259714; cv=none; b=EUILm8+D/33MRQbhTXEJjYJpH2xzFAC+pQh/0McZ9Fm5mjBnOQPNkFrRZVI1UdI49e40303lqrmKccvz30Cp9AJL1VIjopj7yZRu7wwdakg0sWKNlIyUolvafMHtt7esqje8BjrQhMLCZKzZ3cXtschzXjIgfCXkMD6p3Yv39ag= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701259714; c=relaxed/simple; bh=9K7aVf3CkfwYqgqmyqlfHqFwKL0J3UBjdjxh1gx/H6w=; h=DKIM-Signature:DKIM-Signature:Message-ID:Date:MIME-Version: Subject:To:From; b=gWSP5MDDmFIAbLgTBOKceP61CzuPKsvntlIOkBwDQNttsMhtEdekzsR8fvcWfqbcm4vIxjERbWvr1vwt3ZwbCjOsq5L5JAN6I9IyXHGjise91JreYwJ4/9oHG/7vw7JR30EE4F8a69ukeAuDaKqySaono+DUqipyRDaRcOApOkI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [10.150.64.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id ED5A321AE2; Wed, 29 Nov 2023 12:08:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1701259711; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u9nMl14ssRFAzmRSOqUaLJPJixni02v0fG0gYN4D/ok=; b=hhAQJRAH9e7XwWrcBx8Aby1pi4K6ELUz3wQIOs74F3/g/hCyFW4UTF9wt3cfokJFJNFL2y 9D9mDiFZYxJUCQTAmtuE1b4PTktpWwcea4jR84WAsPffrie1g3+WpCCLad63kNkz8bmpyf +M0ddLRa2KxO2oJDEqqN3HizdWZOQIs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1701259711; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u9nMl14ssRFAzmRSOqUaLJPJixni02v0fG0gYN4D/ok=; b=avTNwekvKaEJTkwY4alT+QJoCIBj3y0lLlCjVBpX56Qco3WWuQedMPUWMKp/W5feqJHsrL IoOV8BC2wYbErFCw== Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id CECC31388B; Wed, 29 Nov 2023 12:08:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id zMQLMb8pZ2VfLAAAD6G6ig (envelope-from ); Wed, 29 Nov 2023 12:08:31 +0000 Message-ID: Date: Wed, 29 Nov 2023 13:08:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] [gdb] Fix assert in delete_breakpoint Content-Language: en-US To: Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <20231113152609.32726-1-tdevries@suse.de> <601592c1-4e19-42c8-bfd7-5671ef951ab3@simark.ca> <114c9994-ed81-4a14-bcc3-bd8086e46340@simark.ca> <7794354b-0b08-48f2-8cde-499787b5850c@suse.de> <4f0b3108-0601-421a-9c6b-9c1a79ae1c17@suse.de> <8653ed15-aaf7-4734-b673-5ec6f15cd4c1@simark.ca> <87v89ldhec.fsf@tromey.com> From: Tom de Vries In-Reply-To: <87v89ldhec.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Authentication-Results: smtp-out1.suse.de; none X-Spam-Level: X-Spamd-Result: default: False [-1.35 / 50.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; BAYES_HAM(-0.06)[61.88%]; RCVD_COUNT_THREE(0.00)[3]; DKIM_SIGNED(0.00)[suse.de:s=susede2_rsa,suse.de:s=susede2_ed25519]; NEURAL_HAM_SHORT(-0.20)[-1.000]; FUZZY_BLOCKED(0.00)[rspamd.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: -1.35 X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, just to mention, in case I'm the only one who can reproduce this assertion failure, I've attached a patch to the PR ( https://sourceware.org/bugzilla/show_bug.cgi?id=31061#c4 ) that implements software single step on amd64 sufficiently for the test-case (with some modifications to make sure software single step is being used when the SIGTERM arrives) to reproduce it. Thanks, - Tom