From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105885 invoked by alias); 19 Mar 2015 15:15:41 -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 105867 invoked by uid 89); 19 Mar 2015 15:15:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 19 Mar 2015 15:15:38 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 04C58AE5A5; Thu, 19 Mar 2015 15:15:36 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-204-23.brq.redhat.com [10.40.204.23]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2JFFWHT016473 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 19 Mar 2015 11:15:35 -0400 Date: Thu, 19 Mar 2015 15:15:00 -0000 From: Jan Kratochvil To: Zhang Zhen Cc: Andreas Schwab , Yao Qi , gdb@sourceware.org, xuhanbing@huawei.com Subject: Re: The return address of strtok is out of bounds in gdb Message-ID: <20150319151531.GA24977@host1.jankratochvil.net> References: <5507E977.2030003@huawei.com> <86k2yfg9yi.fsf@gmail.com> <5508EC3B.6080701@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5508EC3B.6080701@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00067.txt.bz2 On Wed, 18 Mar 2015 04:08:43 +0100, Zhang Zhen wrote: > I have tried install libc6-dbg, but the error still exist. Debian *-dbg packages have always been broken. On Fedora/RHEL it works. Jan