Re: [libvirt PATCH] meson: Increase stack size limit for sanitizer builds

2021-09-24 Thread Daniel P . Berrangé
On Thu, Sep 23, 2021 at 11:23:38AM +0200, Tim Wiederhake wrote: > When building with "CC=clang", "-Db_sanitize=address,undefined", and > "-Dbuildtype=debug", the following error occurs: > > ../src/conf/nwfilter_conf.c:2190:1: error: stack frame size of 10616 > bytes in function

Re: [libvirt PATCH] meson: Increase stack size limit for sanitizer builds

2021-09-23 Thread Tim Wiederhake
On Thu, 2021-09-23 at 11:23 +0200, Tim Wiederhake wrote: > When building with "CC=clang", "-Db_sanitize=address,undefined", and > "-Dbuildtype=debug", the following error occurs: > >     ../src/conf/nwfilter_conf.c:2190:1: error: stack frame size of > 10616 >     bytes in function

[libvirt PATCH] meson: Increase stack size limit for sanitizer builds

2021-09-23 Thread Tim Wiederhake
When building with "CC=clang", "-Db_sanitize=address,undefined", and "-Dbuildtype=debug", the following error occurs: ../src/conf/nwfilter_conf.c:2190:1: error: stack frame size of 10616 bytes in function 'virNWFilterRuleDefFixup' [-Werror,-Wframe-larger-than=]