|
Subject: Re: mmap trouble in Fedora Core 5 (VMWare) Newsgroups: gmane.lisp.steel-bank.devel Date: 2006-11-28 17:32:59 GMT (1 year, 24 weeks, 2 days, 10 hours and 26 minutes ago) On Nov 28, 2006, at 5:06 AM, John Wiseman wrote: > On Nov 22, 2006, at 2:53 PM, John Wiseman wrote: > 00aea000-00aec000 r-xp 00000000 fd:00 359107 /lib/libdl-2.4.so > 00aec000-00aed000 r-xp 00001000 fd:00 359107 /lib/libdl-2.4.so > 00aed000-00aee000 rwxp 00002000 fd:00 359107 /lib/libdl-2.4.so > 03546000-03556000 r-xp 00000000 fd:00 359173 /lib/ > libpthread-2.4.so > 03556000-03557000 r-xp 0000f000 fd:00 359173 /lib/ > libpthread-2.4.so > 03557000-03558000 rwxp 00010000 fd:00 359173 /lib/ > libpthread-2.4.so > > mmap: wanted 41938944 bytes at 0x1000000, actually mapped at > 0xb57f1000 > ensure_space: failed to validate 41938944 bytes at 0x01000000 > (hint: Try "ulimit -a"; maybe you should increase memory limits.) > This looks like it's probably the annoying prelink issue, since libpthread is mapped at a strange address (aka not right after libdl). Run: prelink -u /lib/libpthread-2.4.so to unprelink that library, which should temporarily fix it, and set PRELINK=no in /etc/sysconfig/prelink to keep it from reoccurring. (There's a cron script which will periodically re-prelink all libraries on the system.) At least, that's how things were on FC3...I don't know if it's different in FC5. James ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV |
|
|