This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Status of build bots?


* Szabolcs Nagy:

> i do look at the aarch64 and armhf build bots, but i
> was away on holiday for a week.
>
> (aarch64 buildbot is supposed to be green, except for
> occasional FAIL: malloc/tst-malloc-thread-exit, same as
> https://sourceware.org/bugzilla/show_bug.cgi?id=24537
> i might move that test to xtest too. armhf unfortunately
> suffers from an arm64 kernel bug that applies aarch64
> signal stack limits to aarch32 processes, it should be
> fixed in new kernels but i cannot update that machine)
>
> now i see
>
> FAIL: elf/tst-dlopen-aout
> FAIL: elf/tst-dlopen-aout-container
>
> $ elf/ld-linux-aarch64.so.1 --library-path nptl:dlfcn:. elf/tst-dlopen-aout
> error: tst-dlopen-aout.c:48: dlopen succeeded unexpectedly: elf/tst-dlopen-aout
> error: 1 test failures

Does the toolchain default to PIE?  Does the link editor add the
DF_1_PIE flag to the main program?

Thanks,
Florian


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