From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21236 invoked by alias); 14 Aug 2012 17:58:31 -0000 Received: (qmail 21226 invoked by uid 22791); 14 Aug 2012 17:58:30 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SARE_OBFU_PROFILE,SPF_HELO_PASS,T_FRT_PROFILE1,T_FRT_PROFILE2,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 17:58:17 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T1LNe-0007L3-4D for cygwin@cygwin.com; Tue, 14 Aug 2012 19:58:14 +0200 Received: from 119.201.52.168 ([119.201.52.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Aug 2012 19:58:14 +0200 Received: from jojelino by 119.201.52.168 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Aug 2012 19:58:14 +0200 To: cygwin@cygwin.com From: jojelino Subject: Re: Please test snapshots Date: Tue, 14 Aug 2012 19:23:00 -0000 Message-ID: References: <20120806033437.GA4358@ednor.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:17.0) Gecko/17.0 Thunderbird/17.0a1 In-Reply-To: <20120806033437.GA4358@ednor.casa.cgf.cx> X-IsSubscribed: yes 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/msg00324.txt.bz2 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 -- Regards. -- 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