-
Notifications
You must be signed in to change notification settings - Fork 706
multi_extension fails on ubuntu 22.04 arm version #7933
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
Comments
Here is some part of our chat with @thanodnl on the reason behind this issue:
|
This one is a separate issue that's documented in #5808. |
And the actual issue documented here is same as #7515, so closing the older one to keep this one up in the issue list. |
multi_extension fails on ubuntu 22.04 arm64 version running on a UTM virtual machine on MacOS (M1):
Here is the steps to reproduce the issue:
The test fails with following output:
Last lines from
regression.diffs
:Apparently, the server crashes during the test. If we inspect the stack trace using the produced code-dump, we get the following:
Note: the same test can also fail sometimes on ubuntu x86 version - wsl running on windows. However, the test failure is not as consistent in the arm case. The stack trace is also slightly different in that case:
The text was updated successfully, but these errors were encountered: