This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12019] memchr overshoots on Alpha


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]