From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24379 invoked by alias); 1 Jun 2010 05:40:30 -0000 Received: (qmail 22680 invoked by uid 48); 1 Jun 2010 05:40:10 -0000 Date: Tue, 01 Jun 2010 05:40:00 -0000 Message-ID: <20100601054010.22678.qmail@sourceware.org> From: "jim at meyering dot net" To: glibc-bugs@sources.redhat.com In-Reply-To: <20051209182334.2016.list+redhat-bugzilla@meyering.net> References: <20051209182334.2016.list+redhat-bugzilla@meyering.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/2016] argp --help infloop, via ARGP_HELP_FMT envvar X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00052.txt.bz2 ------- Additional Comments From jim at meyering dot net 2010-06-01 05:40 ------- This bug report is still valid and the bug afflicts rawhide's glibc-2.12.90-1.x86_64. Running this example from the manual still infloops: $ cat k.c; gcc k.c; ARGP_HELP_FMT=rmargin=2 ./a.out --help > /dev/null #include int main (int argc, char **argv) { argp_parse (0, argc, argv, 0, 0, 0); return 0; } ^C -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | http://sourceware.org/bugzilla/show_bug.cgi?id=2016 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.