From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23524 invoked by alias); 14 Aug 2012 19:41:51 -0000 Received: (qmail 23511 invoked by uid 22791); 14 Aug 2012 19:41:50 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SARE_OBFU_PROFILE,T_FRT_PROFILE1,T_FRT_PROFILE2 X-Spam-Check-By: sourceware.org Received: from mho-01-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 19:41:37 +0000 Received: from pool-173-76-55-36.bstnma.fios.verizon.net ([173.76.55.36] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1T1Mzh-000Ma1-3M for cygwin@cygwin.com; Tue, 14 Aug 2012 19:41:37 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 87AE2428003 for ; Tue, 14 Aug 2012 15:41:36 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+KESJKEuPJwuBHD+z8yvQ0 Date: Tue, 14 Aug 2012 19:42:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: Please test snapshots Message-ID: <20120814194136.GB492@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20120806033437.GA4358@ednor.casa.cgf.cx> <20120814193914.GA17546@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120814193914.GA17546@calimero.vinschen.de> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00327.txt.bz2 On Tue, Aug 14, 2012 at 09:39:14PM +0200, Corinna Vinschen wrote: >On Aug 15 02:59, jojelino wrote: >> Hi, I think i found a glitch in gmon.c >> >> the testcase is following. and you can see it doesn't work. >> >> int main() >> { >> char *proffile; >> { >> char gmon_out[] = "gmon.out"; >> proffile = gmon_out; >> } >> printf("%s\n",proffile); >> } >> >> ------- >> $ ./a >> a(???" >> Actually the above can't be expected to work. the above is exactly >> same case with gmon.c:206 > >Fixed in CVS. Btw, since this file hadn't changed in two years, it's unlikely that this was a regression and probably deserved a new subject. This really isn't an issue with the latest snapshot. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple