-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Again getting "terminate called after throwing an instance of 'rs2::backend_error'" error #7313
Comments
One more thing is why running pcl-color example gives error most of the time except for a few random exceptions? If there is something wrong then it should give error every single time, right? |
Update 01: Also, why only this example i.e. pcl-color gets affected? I don't see such error/behavior for any other examples e.g. "rs-hello-realsense" or "capture" or "rs-motion". They work all the time, without any error! |
Update 02: But, as you can imagine, this is quite boring/frustrating and not an actual solution. Please suggest any way to fix this rs2::backend_error problem permanently. Thanks in advance! |
Can you please update the versions of FW and SDK to the latest ones and let us know if you still see the same issue? Thank you! |
Do you still need help with this question? |
Hi @RealSenseSupport , For updating the FW, I know the steps but could you please let me know how can I update the SDK? I found steps in distribution_linux.md but those steps are for pre-built packages. On the other hand, I had installed the SDK using installation.md i.e. building from source. Over there, I couldn't find any steps on how to upgrade the SDK. Also, do I have to uninstall the existing version? If yes then could you please let me know where can I find detailed steps on that as well? Thanks in advance! |
Hi, Are you still experiencing issues with this? Have you tried starting fresh by removing all RealSense™ SDK-related packages with: dpkg -l | grep "realsense" | cut -d " " -f 3 | xargs sudo dpkg --purge and then install the latest SDK as per here: Thanks |
Hi, Were you able to give that a try? Did that work for you or will you be needing further help? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Apologies for the late reply. After updating the firmware as well as the SDK (through backend method), I'm no longer getting the above error. However, is this backend method not very stable? Because sometimes while trying to launch the SDK from the terminal, I get Segmentation fault (core dumped) error:
One more thing: now, I'm facing a somewhat similar issue with Intel RealSense LiDAR Camera L515. Upon running
or sometimes, this one:
For the errors with L515, I would create another issue! |
Hi, Apologies for the late reply as well. It sounds like it might be easier to clear your system of all previous installs and start fresh than to try and root cause what might have went wrong. Is this viable? Have you tried to follow the method here? Or build the SDK from source? Thank |
Hi, Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Issue Description
In the past, I was already having the following error when I was trying to run pcl-color example using the command
./rs-pcl-color
:and for that, I had created #6940 . At that time, somehow I got rid of that error
But, now, I'm again getting the same error. The weird part is I get this error almost every time except for the rare occasions.
Is there any permanent way to fix this error (without trying any other installation method)?
Or uninstalling the current SDK and reinstalling it using the backend method is the only option now? (In fact, that method would solve this problem permanently?)
The text was updated successfully, but these errors were encountered: