From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60407 invoked by alias); 8 Apr 2015 16:28:20 -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 60392 invoked by uid 89); 8 Apr 2015 16:28:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.215) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Apr 2015 16:28:12 +0000 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 5A550A1547; Wed, 8 Apr 2015 18:28:10 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 4B4CFA14E2; Wed, 8 Apr 2015 18:28:10 +0200 (CEST) Received: from lmr.u-strasbg.fr (lmr3.u-strasbg.fr [172.30.21.3]) by mr5.u-strasbg.fr (Postfix) with ESMTP id 1770BA1547; Wed, 8 Apr 2015 18:28:07 +0200 (CEST) Received: from lmr.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id D3A35CB; Wed, 8 Apr 2015 18:28:06 +0200 (CEST) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by lmr3.u-strasbg.fr (Postfix) with ESMTPSA id 5ECABB4; Wed, 8 Apr 2015 18:28:03 +0200 (CEST) From: "Pierre Muller" To: "'Pedro Alves'" , "'Sergio Durigan Junior'" Cc: "'GDB Patches'" References: <1427241443-5939-1-git-send-email-sergiodj@redhat.com> <1427241443-5939-2-git-send-email-sergiodj@redhat.com> <5515289D.1000006@redhat.com> <874mp0vir0.fsf@redhat.com> <000001d07205$69de1770$3d9a4650$@muller@ics-cnrs.unistra.fr> <55253E9E.4060106@redhat.com> <552545B3.9000402@redhat.com> In-Reply-To: <552545B3.9000402@redhat.com> Subject: RE: Build failure following: Implement support for checking /proc/PID/coredump_filter commit Date: Wed, 08 Apr 2015 16:28:00 -0000 Message-ID: <001c01d07218$fd5daa20$f818fe60$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-04/txt/msg00273.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: mercredi 8 avril 2015 17:14 > =C0=A0: Pierre Muller; 'Sergio Durigan Junior' > Cc=A0: 'GDB Patches' > Objet=A0: Re: Build failure following: Implement support for checking > /proc/PID/coredump_filter commit >=20 > On 04/08/2015 03:43 PM, Pedro Alves wrote: > > On 04/08/2015 03:07 PM, Pierre Muller wrote: > > > >> Or maybe we should use the gnulib version of strtok_r? > > > > Yes. > > > >> I don't really know how to do this, but if someone can tell me, > >> I can test the patch. > > > > Let me give that a try, and I'll post a branch for you to test. >=20 > Please try the users/palves/gnulib-strtok_r branch. I can confirm that I am able to build mingw32 64bit gdb.exe executable, and it contains gnulib/import/strtok_r.c source. I am not really able to test that the code works OK, as I don't really know how to trigger that code... I have no idea what we should do now... Pierre Muller