From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99170 invoked by alias); 3 Feb 2020 03:05:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 96301 invoked by uid 89); 3 Feb 2020 03:05:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=williams, HX-Get-Message-Sender-Via:user, HX-Languages-Length:335, HX-Get-Message-Sender-Via:confirmed X-HELO: nhostc02.canaca.com Received: from nhostc02.canaca.com (HELO nhostc02.canaca.com) (66.49.205.157) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Feb 2020 03:05:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=myosotissp.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=bJoNh9nEbRNfW9oVoMJJ+SixxHORkmTTSPQCHU5HLw8=; b=dw0Yw9OAD9ko1jluCt33MHyso B6kehc5cqHKsh4+SYSybaOLLLLH2uh8U9ScQPhSBTuTculQPQ6mj8xsopQfikOz/tczzpxsevFyT2 BCilf7TSfLK0wIrMcbEaj6cQNVHdWgjZJMAv/mnmDWZyfryKJcZ2RN5hLuLDaWi2FS8KCEM5PjjiL +UOLAhsZa3wj1IJ1d8mOSUjw6t2fHJ4ZiyNL5Y2+pcaJijEYPmFmRHviWiut7x5UOUFPbtwCGhF+5 JKbERoIBl8hn0SUuuILFTMznZHQ1jwIuSWSwRVzNdwgskL4Np0d7LP6mQvN801+JXwG3BFdsb4p6C itGtDS24w==; Received: from mail-ed1-f43.google.com ([209.85.208.43]:36603) by nhostc02.canaca.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1iyS38-0006Go-46 for gdb-patches@sourceware.org; Sun, 02 Feb 2020 22:05:22 -0500 Received: by mail-ed1-f43.google.com with SMTP id j17so14472228edp.3 for ; Sun, 02 Feb 2020 19:05:20 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Mark Williams Date: Mon, 03 Feb 2020 03:05:00 -0000 Message-ID: Subject: Re: [PATCH] Fix assertion fi->level To: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-02/txt/msg00033.txt.bz2 Apparently I should ping the thread after 2 weeks with no response... Note that python unwinders are completely unusable in gdb-8.1 and later without this fix... On Sun, Jan 19, 2020 at 9:20 AM Mark Williams wrote: > > Add a test case, and more detail to the commit message