-
Notifications
You must be signed in to change notification settings - Fork 377
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
varnish-7.5.0: Regressions on ppc64le, aarch64, ppc32 #4086
Comments
This hits arm32 and arm64 as well |
and ppc64le |
Also similar, on ppc64le, in tests/r04036.vtc:
Changing malloc setting to |
I suspect hardening flags to play a role in at least increased stack usage.
|
What happens if you try to rebuild 7.4.2 in the same build environments? |
I did that for fedora-40. I can try again, in case the builders have changed. |
Expected Behavior
Varnish should run the whole test/regression suite on all platforms
Current Behavior
Several tests in the test suite fail. Example: 01878.vtc
Possible Solution
Upping thread_pool_stack from 80k to 128k seems to fix problems.
Steps to Reproduce (for bugs)
Context
This is just for regression testing. I presume no one in their right mind would use varnish in producton on 32bit ppc. But hey, who knows? Update: Also visible on aarch64 and ppc64le
Varnish Cache version
varnish-7.5.0
Operating system
Debian 6.0 (trixie/sid) / ppc32
Source of binary packages used (if any)
No response
The text was updated successfully, but these errors were encountered: