|
From: Philippe W. <phi...@sk...> - 2012-11-06 21:32:17
|
On Tue, 2012-11-06 at 17:25 +0700, Ilya Smelykh wrote: > /* configured default page size 4k */ > #define MIPS_PAGE_SHIFT 14 > > > /* configured memory alignment 2*PAGE_SIZE */ > #define SHM_ALIGNMENT 2*(1UL << MIPS_PAGE_SHIFT) What does getconf -a | grep PAGESIZE give ? What does strace -f valgrind .... gives ? (in particular about failing mmap) ? Philippe |