From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22085 invoked by alias); 15 Sep 2010 16:28:24 -0000 Received: (qmail 22005 invoked by uid 48); 15 Sep 2010 16:28:05 -0000 Date: Wed, 15 Sep 2010 16:28:00 -0000 Message-ID: <20100915162805.22004.qmail@sourceware.org> From: "eblake at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20100914154213.12019.eblake@redhat.com> References: <20100914154213.12019.eblake@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/12019] memchr overshoots on Alpha 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-09/txt/msg00070.txt.bz2 ------- Additional Comments From eblake at redhat dot com 2010-09-15 16:28 ------- Still fails, but this time at a different place: Program received signal SIGSEGV, Segmentation fault. 0x0000000120000c84 in memchr1 (xs=0x20000027eff, xc=85, n=0) at ../axp-memchr.c:164 164 current = *s_align; (gdb) bt #0 0x0000000120000c84 in memchr1 (xs=0x20000027eff, xc=85, n=0) at ../axp-memchr.c:164 #1 0x0000000120001850 in main () at ../../gltests/test-memchr.c:277 (gdb) up #1 0x0000000120001850 in main () at ../../gltests/test-memchr.c:277 277 ASSERT (MEMCHR (mem, 'U', n) == NULL); (gdb) p n $1 = 257 -- http://sourceware.org/bugzilla/show_bug.cgi?id=12019 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.