From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16110 invoked by alias); 7 Mar 2014 02:37:05 -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 16091 invoked by uid 89); 7 Mar 2014 02:37:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 07 Mar 2014 02:37:02 +0000 Received: by mail-vc0-f175.google.com with SMTP id lh14so1551765vcb.6 for ; Thu, 06 Mar 2014 18:37:00 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.99.72 with SMTP id t8mr7931670vcn.10.1394159820348; Thu, 06 Mar 2014 18:37:00 -0800 (PST) Received: by 10.58.117.137 with HTTP; Thu, 6 Mar 2014 18:37:00 -0800 (PST) Date: Fri, 07 Mar 2014 02:37:00 -0000 Message-ID: Subject: ProcessRecord problem with recursion From: jian shen To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-03/txt/msg00008.txt.bz2 I find an issue with record in recursion function. And I notice there's a patch long ago. https://sourceware.org/ml/gdb/2009-03/msg00134.html But I still could reproduce the issue with the latest gdb7.7. Now the code is different and the patch could not be applied. Is it a missed bug? Is there any patch for the latest code? Thanks, Jian