Nils Goroll
Nils Goroll
Actually, despite the dynamic parameter limits having undergone a couple of rework iterations, we report the minimum since 9008a85aedf337a8cebc7e61a85e4b8dfa8ebf01. So `varnishadm param.show thread_pool_stack` of a running instance should report the...
> test `c00057.vtc` relies upon the guard pages? yes. the test assumes a downwards stack and stack overflow detection with a red zone / guard page of at least 2KB.
Good idea (motivated) by @dridi : add delay to the debug stevedore for testing
bugwash: @bsdphk wants to ponder this in light of new developments wrt process managemnt
Yes, I think it basically is the same race as the one closed in #3957
> Does that mean the fix would just be the following? FTR: @delthas reported on IRC that the patch avoids the panic, which is helpful information, thank you.
@delthas could you share more details about your tests, like, for example, a script you are using?
@delthas could you try #4115 ?
bugwash: phk wants to think about it
bugwash: * we have a [related issue in SLASH/fellow](https://gitlab.com/uplex/varnish/slash/-/issues/111) which points towards an issue caused by the fact that bans use regexen which are not properly (un)serialized * my initial...