Segmentation fault with Astra SDK on Raspberry Pi 4

While trying to open the device with a Raspberry Pi 4 Model B and the Astra SDK,

The lib appears to throw SIGSEV:

Type "apropos word" to search for commands related to "word"...
Reading symbols from ./bin/astra_debug...done.
(gdb) run
Starting program: /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/apps/myApps/astra/bin/astra_debug 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[notice ] entry point: 

Program received signal SIGSEGV, Segmentation fault.
0xb6fa7d00 in astra_streamset_open () from ./bin/libs/libastra_core_api.so
(gdb) bt
#0  0xb6fa7d00 in astra_streamset_open () at ./bin/libs/libastra_core_api.so
#1  0x000231c4 in astra::StreamSet::StreamSetRef::connect() (this=0x42351c)
    at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/addons/ofxOrbbecAstra/libs/astra/include/astra_core/StreamSet.hpp:96
#2  0x00022ff0 in astra::StreamSet::StreamSet(char const*) (this=0x41a924, uri=0x25519c "device/default")
    at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/addons/ofxOrbbecAstra/libs/astra/include/astra_core/StreamSet.hpp:45
#3  0x00022f70 in astra::StreamSet::StreamSet() (this=0x41a924)
    at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/addons/ofxOrbbecAstra/libs/astra/include/astra_core/StreamSet.hpp:39
#4  0x000201e8 in ofxOrbbecAstra::ofxOrbbecAstra() (this=0x41a920)
    at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/addons/ofxOrbbecAstra/src/ofxOrbbecAstra.cpp:11
#5  0x0001f910 in ofApp::ofApp() (this=0x41a910) at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/apps/myApps/astra/src/ofApp.h:14
#6  0x0001f624 in main() () at /home/pi/Desktop/of_v0.11.0_linuxarmv6l_release/apps/myApps/astra/src/main.cpp:12
(gdb)

I’m using the latest AstraSDK-v2.1.0, Linux-arm on Raspberry Pi Model 4.

Have anyone encountered the same error?