John Morrison wrote on Fri, May 28, 2004 at 03:17:06PM -0400: 
> 
> Hi;
> 
> Sorry if my google-fu is not up to snuff, but I am seeking CMUCL built
> for Fedora Core 2 (2.6.5-1.358smp).  Vanilla 18d seg faults (works
> fine on Fedora Core 1, by the way).

They changed the memory mapping of executables.

Shared libs now live at the bottom of the address space as opposed to
at one gig, the executable stays at 0x8048 0000.

There is some unidentified space reserved at 0x2a7e6000 to 0x54f4f000
where you can do MAP_FIXED mmap fine but segfault.  Gotta love these
people :-)

I am designing a memory map for ITA which will work on both and will
upload the stuff when it's ready.

Martin
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <[EMAIL PROTECTED]>   http://www.cons.org/cracauer/
 No warranty.    This email is probably produced by one of my cats 
 stepping on the keys. No, I don't have an infinite number of cats.

Reply via email to