Bug#91815: me-too vote

2011-05-17 Thread James Youngman
I'd also really appreciate this functionality. -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/banlktikz24rpmynekttbaxrkrgvsc+7...@mail.gmail.com

Bug#580210: libc6: valgrind reports error in ld-2.10.2.so: use of uninitialised value

2010-05-04 Thread James Youngman
Package: libc6 Version: 2.10.2-6 Severity: normal This bug is not a dupe of #456303, since it doesn't go away if we pass --run-libc-freeres=no to Valgrind. The problem is that parts of the dynamic linker code are executing branch instructions which depend on the value of data (e.g. variables)

Bug#281313: closed by Pierre HABOUZIT [EMAIL PROTECTED] (Re: Bug#281313: coreutils: Output of sort fails sort -c check if LANG is set and memory is low)

2007-04-17 Thread James Youngman
On 4/17/07, Debian Bug Tracking System [EMAIL PROTECTED] wrote: It has been closed by Pierre HABOUZIT [EMAIL PROTECTED]. Correct, but /usr/lib/locale/locale-archive is about 67Mo. If your system isn't able to map 67M, then your system is likely to have many problems anyway. Glibc is not

Bug#281313: closed by Pierre HABOUZIT [EMAIL PROTECTED] (Re: Bug#281313: coreutils: Output of sort fails sort -c check if LANG is set and memory is low)

2007-04-17 Thread James Youngman
On 4/17/07, Pierre Habouzit [EMAIL PROTECTED] wrote: ooh, that wasn't obvious at all in your report. Agreed, reopened, and bug retitled to be more obvious. I'll try to work on a fix. Apologies for my earlier poor communication. Thanks for taking the time to look at the problem. FYI though,

Bug#286717: glibc: locale initialisation failure if cannot mmap locale.alias

2005-01-16 Thread James Youngman
On Fri, Jan 14, 2005 at 07:13:42AM -0800, Paul Eggert wrote: GOTO Masanori [EMAIL PROTECTED] writes: Thus, this is not bug of either glibc or coreutils. Paul, how do you think about this? Your analysis sounds good to me. Thanks. Taken as a whole though, the behaviour of the system

Bug#286717: glibc: locale initialisation failure if cannot mmap locale.alias

2005-01-16 Thread James Youngman
On Fri, Jan 14, 2005 at 10:29:14AM +0900, GOTO Masanori wrote: I think the point is if VM is limited, the first sort works as LANG=C: ( ulimit -v 1800 /dev/null ; sort testfile ) | sort -c Thus, it should work: ( ulimit -v 1800 /dev/null ; sort testfile ) | LANG=C sort -c

Bug#286717: glibc: locale initialisation failure if cannot mmap locale.alias

2004-12-21 Thread James Youngman
Package: glibc Severity: minor Tags: l10n If VM is limited (e.g. with ulimit -v 1800), the output of sort fails the sort -c check if $LANG is set; the upstream coreutils maintainer (Paul Eggert) alleges that this may be due to a glibc set-up problem or perhaps a bug. Paul writes: I suspect