This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ports status for 2.11 (was: Re: Will the alpha port be usable for 2.11?)


On Sun, Nov 8, 2009 at 12:03 PM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
> The ____longjmp_check implementation will be checked in by the end of today.

This will be another day at a minimum. I've run across another problem
which has been blocking my testing.

The value of GLRO(dl_pagesize) ends up being zero in the dynamic
linker and this causes dl-fptr.c code to try mmap a zero sized area,
and everything fails after that. I'm tracking down what is the cause
of this failure (kernel returning zero in AT_PAGESZ?).

I might just force GLRO(dl_pagesize) to something sensible in _dl_start.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]