Code
#0 0xf7de4198 in strlen () from /usr/lib/libarmmem-v7l.so
#1 0xf54cfe68 in std::string::operator=(char const*) () from /usr/lib/libstdc++.so.6
#2 0x0037a4a8 in ?? ()
#3 0xf775d330 in ?? () from /usr/lib/libpython3.8.so.1.0
suggests it is a python addon that provokes the crash.
If you enable debug logging before capturing the log it may (or may not) give a clue which addon caused it.
The usual way to track this down is to disable all addons, check the crash has gone and then enable them one by one to identify the culprit.