Package: valgrind Version: 1:3.10.0-4 Severity: important Hi,
On a mipsel machine I have, executing valgrind (no arguments) gives: > --21077:0:aspacem Valgrind: FATAL: aspacem assertion failed: > --21077:0:aspacem VG_IS_PAGE_ALIGNED(sEnd+1) > --21077:0:aspacem at m_aspacemgr/aspacemgr-linux.c:1498 (add_segment) > --21077:0:aspacem Exiting now. I think this is because the configure script reads the page size of the build machine and hardcodes it into valgrind. This will not work on mips* systems because the page size is a configurable kernel option. In my case I have 4K pages, but valgrind was configured to run with 16K pages. I suspect it might break the other way around at some point because although most of the mipsel buildds have 16K pages, "mayer" uses 4K pages. Thanks, James -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

