-
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
Segmentation Fault after several seconds #1821
Comments
According to this guide, this error may caused by multiple instances of the same device on Linux. But I only use one SR300. @sgorsten According to this issue, we can use the following code to avoid this bug:
So I write my code as following:
But the Could someone provide some guidance? Thanks in advance. |
I found the following annotation in
|
To analyze this error, I show my 'cmake' and 'make' output as follow: When I run
|
When I run
|
[Realsense Customer Engineering Team Comment] we can reproduce this issue on our board, can you please tell which board you are using |
[Realsense Customer Engineering Team Comment] |
[Realsense Customer Engineering Team Comment] |
I want to get depth frames and process by ARM board with Debian system. I have followed this guide and build
pyrealsense2.so
in my ARM board. Then I run the following code in python:After several seconds, I get 391 frames, but an
Segmentation fault
error occurs:I run my code again and get
Segmentation fault
immediately (I get no frame this time).Then I plug out SR300 and plug it in, then run my code. After about 300 frames, the
Segmentation fault
error occurs.I have analyzed this error for a week, but still cannot solve it. My analyze is shown below. To help debug, I also show my output of 'cmake' and 'make'.
Could you please help me? @dorodnic @zivsha @RealSense-Customer-Engineering
The text was updated successfully, but these errors were encountered: