Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failures on 32bit on v6.8 #301

Open
yuzibo opened this issue May 14, 2024 · 3 comments
Open

test failures on 32bit on v6.8 #301

yuzibo opened this issue May 14, 2024 · 3 comments
Labels

Comments

@yuzibo
Copy link

yuzibo commented May 14, 2024

Hi,
After uploading v6.8, we got some test regressions on 32 bit systems, see #1070853.

but I do not have 32 bit arm hardware by hand, so more info I can not offer now. But please point doing what can help this and I can think of some ways.

@ldv-alt ldv-alt added the tests label May 14, 2024
@ldv-alt
Copy link
Member

ldv-alt commented May 14, 2024

According to the logs, strace was configured with libunwind, and all strace -k tests failed.
Could you try building strace with libdw instead of libunwind?

@yuzibo
Copy link
Author

yuzibo commented May 15, 2024

According to the logs, strace was configured with libunwind, and all strace -k tests failed.

Ah, the change was by me in response to the MR, see the commit

Could you try building strace with libdw instead of libunwind?

Okay, I will try it. but given it was built on other architectures, can I only build it with libdw on arm* architectures?

@ldv-alt
Copy link
Member

ldv-alt commented May 15, 2024

I'd recommend libdw instead of libunwind on all architectures where libdw is available.
Meanwhile, strace v6.9 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants