Comment 1 for bug 1928075

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I've seen similar issues due to e.g. a newer glibc (could be any other program or even guest kernel) to use newer instructions and thereby trigger an issue that exists in the emulation.

This usually ends in the need to bisect the host to identify a (hopefully already existing) fix and then consider if it can be backported.

For a start I'd ask if you can reproduce the same on Hirsute with the newer qemu/kernel (those to are the most important components in this - an that is also the reasons why container based tests are not sufficient).

If the new code works then we need to find what fixed it, if the new code does not work we need to get you onto a super-recent kernel/qemu and if that also fails convert this to an upstream bug.

Could you do this initial "check newer versions" for this case?