Simon Josefsson wrote: > test-memchr appears to crash on a ia64-unknown-linux-gnu system: ... > #1 0x4000000000002140 in main () at test-memchr.c:119 > i = 0 > mem = 0x20000000006d3ff8 "UXXXXXXX" > n = 8 > page_boundary = 0x20000000006d4000 ""
Looks pretty much like one of the glibc memchr bugs that were recently fixed: <http://sourceware.org/bugzilla/show_bug.cgi?id=10162> So, it was a good move to un-obsolete the 'memchr' module. But now we also need to extend the m4/memchr.m4 test. Bruno