-
Notifications
You must be signed in to change notification settings - Fork 42
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
utils/stacktrace_test: multiple failures on Linux #214
Comments
It seems to me this cannot work on Fedora, because I think it should read sysctl kernel.core_pattern, if it starts with |, just skip the stacktrace tests. It is possible to skip tests using variable run_coredump_tests=false, according to commit 9db79a6. That is part of 0.13 release, but there is no simple way to pass it to make check. |
It seems the variable does not help much.
|
Used |
This is a problem on Ubuntu Linux 24.04 as well and cannot be worked around in Docker containers (on MacOS at least) because of security tradeoffs made to try and isolate containers from the running host. |
The text was updated successfully, but these errors were encountered: