[PATCH v7 3/3] Add static tests for __clone_internal

Florian Weimer fweimer@redhat.com
Tue Jun 1 08:07:59 GMT 2021


* Szabolcs Nagy:

> The 05/26/2021 05:39, H.J. Lu via Libc-alpha wrote:
>> +++ b/sysdeps/unix/sysv/linux/tst-misalign-clone-internal.c
>> @@ -0,0 +1,86 @@
>> +/* Verify that __clone_internal properly aligns the child stack.
>
> on aarch64 i see
>
> FAIL: misc/tst-misalign-clone
>
> with output
>
> in do_test
> double:  12 0xffffe525b3e8 8
> ldouble: 15 0xffffe525b3f0 16
> died from signal Bus error
> error: ../sysdeps/unix/sysv/linux/tst-misalign-clone.c:87: process did not terminate correctly
> error: 1 test failures
>
> does this mean i need to update the target clone.S
> to align sp ?

Yes, I think so.

Thanks,
Florian



More information about the Libc-alpha mailing list