All of lore.kernel.org
 help / color / mirror / Atom feed
* gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
@ 2021-11-01 10:27 Philippe Mathieu-Daudé
  2021-11-01 16:07 ` Philippe Mathieu-Daudé
  2021-11-01 18:00 ` Richard Henderson
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-01 10:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Thomas Huth, Richard Henderson, Laurent Vivier

Build failed running the 'clang-user' job:

  TEST    linux-test on sh4
../linux-user/syscall.c:10373:34: runtime error: member access within
misaligned address 0x00000048af34 for type 'struct linux_dirent64',
which requires 8 byte alignment
0x00000048af34: note: pointer points here
  00 00 00 00 00 40 0c 00  00 00 00 00 7b e2 f5 de  fc d8 a1 3a 20 00 0a
66  69 6c 65 33 00 00 00 00
              ^
make[2]: *** [../Makefile.target:158: run-linux-test] Error 1
make[1]: *** [/builds/philmd/qemu/tests/tcg/Makefile.qemu:102:
run-guest-tests] Error 2
make: *** [/builds/philmd/qemu/tests/Makefile.include:63:
run-tcg-tests-sh4-linux-user] Error 2

https://gitlab.com/philmd/qemu/-/jobs/1733066358


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
  2021-11-01 10:27 gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user Philippe Mathieu-Daudé
@ 2021-11-01 16:07 ` Philippe Mathieu-Daudé
  2021-11-01 18:00 ` Richard Henderson
  1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-01 16:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Thomas Huth, Alex Bennée, Laurent Vivier

On 11/1/21 11:27, Philippe Mathieu-Daudé wrote:
> Build failed running the 'clang-user' job:
> 
>   TEST    linux-test on sh4
> ../linux-user/syscall.c:10373:34: runtime error: member access within
> misaligned address 0x00000048af34 for type 'struct linux_dirent64',
> which requires 8 byte alignment
> 0x00000048af34: note: pointer points here
>   00 00 00 00 00 40 0c 00  00 00 00 00 7b e2 f5 de  fc d8 a1 3a 20 00 0a
> 66  69 6c 65 33 00 00 00 00
>               ^
> make[2]: *** [../Makefile.target:158: run-linux-test] Error 1
> make[1]: *** [/builds/philmd/qemu/tests/tcg/Makefile.qemu:102:
> run-guest-tests] Error 2
> make: *** [/builds/philmd/qemu/tests/Makefile.include:63:
> run-tcg-tests-sh4-linux-user] Error 2
> 
> https://gitlab.com/philmd/qemu/-/jobs/1733066358
> 

Created issue with local reproducer:
https://gitlab.com/qemu-project/qemu/-/issues/704


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
  2021-11-01 10:27 gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user Philippe Mathieu-Daudé
  2021-11-01 16:07 ` Philippe Mathieu-Daudé
@ 2021-11-01 18:00 ` Richard Henderson
  2021-11-01 22:13   ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2021-11-01 18:00 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Thomas Huth, Alex Bennée, Laurent Vivier

On 11/1/21 6:27 AM, Philippe Mathieu-Daudé wrote:
> Build failed running the 'clang-user' job:
> 
>    TEST    linux-test on sh4
> ../linux-user/syscall.c:10373:34: runtime error: member access within
> misaligned address 0x00000048af34 for type 'struct linux_dirent64',
> which requires 8 byte alignment
> 0x00000048af34: note: pointer points here
>    00 00 00 00 00 40 0c 00  00 00 00 00 7b e2 f5 de  fc d8 a1 3a 20 00 0a
> 66  69 6c 65 33 00 00 00 00
>                ^
> make[2]: *** [../Makefile.target:158: run-linux-test] Error 1
> make[1]: *** [/builds/philmd/qemu/tests/tcg/Makefile.qemu:102:
> run-guest-tests] Error 2
> make: *** [/builds/philmd/qemu/tests/Makefile.include:63:
> run-tcg-tests-sh4-linux-user] Error 2
> 
> https://gitlab.com/philmd/qemu/-/jobs/1733066358

Interesting.  It's being skipped on master.  Also, this must have some sort of sanitizer 
enabled to get that warning?


r~


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
  2021-11-01 18:00 ` Richard Henderson
@ 2021-11-01 22:13   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-01 22:13 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel
  Cc: Thomas Huth, Alex Bennée, Laurent Vivier

On 11/1/21 19:00, Richard Henderson wrote:
> On 11/1/21 6:27 AM, Philippe Mathieu-Daudé wrote:
>> Build failed running the 'clang-user' job:
>>
>>    TEST    linux-test on sh4
>> ../linux-user/syscall.c:10373:34: runtime error: member access within
>> misaligned address 0x00000048af34 for type 'struct linux_dirent64',
>> which requires 8 byte alignment
>> 0x00000048af34: note: pointer points here
>>    00 00 00 00 00 40 0c 00  00 00 00 00 7b e2 f5 de  fc d8 a1 3a 20 00 0a
>> 66  69 6c 65 33 00 00 00 00
>>                ^
>> make[2]: *** [../Makefile.target:158: run-linux-test] Error 1
>> make[1]: *** [/builds/philmd/qemu/tests/tcg/Makefile.qemu:102:
>> run-guest-tests] Error 2
>> make: *** [/builds/philmd/qemu/tests/Makefile.include:63:
>> run-tcg-tests-sh4-linux-user] Error 2
>>
>> https://gitlab.com/philmd/qemu/-/jobs/1733066358
> 
> Interesting.  It's being skipped on master.  Also, this must have some
> sort of sanitizer enabled to get that warning?

Oh good point, I'm including "tests/tcg: Fix some targets default
cross compiler path" which re-enable alpha/mips/riscv64/sh4:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg846281.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-01 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 10:27 gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user Philippe Mathieu-Daudé
2021-11-01 16:07 ` Philippe Mathieu-Daudé
2021-11-01 18:00 ` Richard Henderson
2021-11-01 22:13   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.