Hi, Just trying to use mesh-cfgclient to provision devices using PB-ADV using Raspberry Pi4. Kernel has these options enabled: # Hash Modes → CMAC support # Random Number Generation → User-space interface for hash algorithms # Random Number Generation → User-space interface for symmetric key cipher algorithms # Random Number Generation → User-space interface for AEAD cipher algorithms `bluetooth-meshd --nodetach --debug --dbus-debug` runs with no issues and showing some binary data when I launch mesh-cfgclient. But when I run 'create' command, it fails with 'Segmentation fault': pi@raspberrypi:~/bluez-master $ ./tools/mesh-cfgclient Warning: config file "/home/pi/.config/meshcfg/config_db.json" not found [mesh-cfgclient]# create Segmentation fault Happy to debug the code if somebody would explain how ) Any ideas? Thanks, Yury