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

Warn about problematic combinations of target and host version #1

Open
taiki-e opened this issue Feb 20, 2022 · 1 comment
Open

Warn about problematic combinations of target and host version #1

taiki-e opened this issue Feb 20, 2022 · 1 comment
Labels
C-enhancement Category: A new feature or an improvement for an existing one

Comments

@taiki-e
Copy link
Owner

taiki-e commented Feb 20, 2022

The "supported targets" table in the readme excludes these combinations, but it would be useful to have an explicit warning.

exclude:
# Segmentation fault on ubuntu 20.04
- { target: aarch64_be-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: mips-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: mips64-unknown-linux-gnuabi64, os: ubuntu-20.04 }
- { target: mipsisa32r6-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: mipsisa64r6-unknown-linux-gnuabi64, os: ubuntu-20.04 }
- { target: powerpc64-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: sparc64-unknown-linux-gnu, os: ubuntu-20.04 }
# Hang on ubuntu 18.04
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-18.04 }
# Toolchains not available on ubuntu 18.04
- { target: mipsisa32r6-unknown-linux-gnu, os: ubuntu-18.04 }
- { target: mipsisa32r6el-unknown-linux-gnu, os: ubuntu-18.04 }
- { target: mipsisa64r6-unknown-linux-gnuabi64, os: ubuntu-18.04 }
- { target: mipsisa64r6el-unknown-linux-gnuabi64, os: ubuntu-18.04 }

@taiki-e taiki-e added the C-enhancement Category: A new feature or an improvement for an existing one label Feb 20, 2022
@taiki-e
Copy link
Owner Author

taiki-e commented Jul 10, 2022

Segmentation fault on ubuntu 20.04

Maybe related to https://bugs.launchpad.net/qemu/+bug/1701798

EDIT: Hmm, the workaround discussed in that issue doesn't seem to work for our case. 9ab683a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A new feature or an improvement for an existing one
Projects
None yet
Development

No branches or pull requests

1 participant