From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 5B3A13858028 for ; Fri, 26 Mar 2021 07:19:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5B3A13858028 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45452) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPgkw-0001LR-UH; Fri, 26 Mar 2021 03:19:42 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2553 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lPgkw-000561-AY; Fri, 26 Mar 2021 03:19:42 -0400 Date: Fri, 26 Mar 2021 10:19:44 +0300 Message-Id: <835z1eqt4f.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <340a8bb9-87f8-1b37-7ba9-8d497535642e@polymtl.ca> (message from Simon Marchi on Thu, 25 Mar 2021 10:19:53 -0400) Subject: Re: Need help with understanding truncated and corrupted backtraces References: <83lfandydz.fsf@gnu.org> <6c4e73b8-6c0d-4c9c-a4ae-8de85976fde1@polymtl.ca> <83zgyrilyd.fsf@gnu.org> <340a8bb9-87f8-1b37-7ba9-8d497535642e@polymtl.ca> X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * 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: Fri, 26 Mar 2021 07:19:45 -0000 > Cc: gdb-patches@sourceware.org > From: Simon Marchi > Date: Thu, 25 Mar 2021 10:19:53 -0400 > > It would be interesting to see the output of your two backtraces, with > "set debug frame 1" enabled (with my patches applied). OK, I will build a snapshot of the master branch with your patches, and get back with that info. Thanks.