@angelo wrote:
While trying to open the device (Astra Pro) with a Raspberry Pi 4 Model B and the Astra SDK and using the modified addon of ofxOrbbecAstra (updated API and added includes)
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 (2GB RAM).
Has anyone encountered the same error?
Posts: 1
Participants: 1