Skip to content

Commit

Permalink
Increase thread_pool_stack on e00029.vtc for ASAN
Browse files Browse the repository at this point in the history
With ASAN and UBSAN enabled on ubuntu 22 this test segfaults. Increasing
thread_pool_stack fixes issue.
  • Loading branch information
stevendore committed Feb 23, 2024
1 parent 109543e commit 6ea6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishtest/tests/e00029.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server s1 {
chunkedlen 0
} -start

varnish v1 -cliok "param.set thread_pool_stack 80k"
varnish v1 -cliok "param.set thread_pool_stack 180k"
varnish v1 -cliok "param.set feature +esi_include_onerror"
varnish v1 -vcl+backend {
sub vcl_backend_response {
Expand Down

0 comments on commit 6ea6c93

Please sign in to comment.