|
From: Ilya S. <ily...@gm...> - 2013-01-18 14:06:12
|
Hi Dejan, It seems this patch solved my problem! Thank you very much, I will continue to testing V on my target system, and will report if any problems will be found. Thanks a lot. Ilya. 2013/1/18 Dejan Jevtic <dej...@rt...> > On 01/18/2013 11:28 AM, Ilya Smelykh wrote: > > Please find attached logs. > > > 2012/11/7 Philippe Waroquiers <phi...@sk...> > >> 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 >> >> >> >> > Hi Ilya, > > Cal you apply this patch, reconfigure and recompile V again. > > Regards, > Dejan > |