-
Notifications
You must be signed in to change notification settings - Fork 440
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
Latest release of Ouster SDK causes segmentation fault in examples/lidar_scan_example.cpp #569
Comments
The Segmentation fault issue does not happen in this commit : 9d09711 |
Thanks for the report @arunumd . Unfortunately, I'm not able to reproduce the issue.
Cheers, Tom |
The Regarding the problematic pcap file, can you please consult Michael Turner? |
I am unable to get a core dump in my WSL1 environment. It seems like a limitation of WSL1. So I ran Address Sanitizer using
inside this CMakeLists.txt file, and then This is the diagnostics I get from ASAN
The line 37 it is talking about is this line : https://github.com/ouster-lidar/ouster_example/blob/master/examples/lidar_scan_example.cpp#L37 It seems like it is having some issues parsing the metadata from the JSON file. |
The JSON file parsed fine when I tried it. I'll see if I can get the PCAP from Michael. Thanks for the additional info! Cheers, Tom |
I have the same Segmentation fault (core dumped) error with 20231031 release. Here are the json and pcap files I tested with. Environment: Using a docker container (ubuntu 22.04 | cuda 12.1 | cmake 3.28.1) |
Describe the bug
If you try to compile and run the examples/lidar_scan_example.cpp with a pcap and a json file, it causes a SIGSEGV, Segmentation fault
To Reproduce
Steps to reproduce the behavior (steps below are just an example):
Screenshots
Refer the terminal log above
Platform (please complete the following information):
Note:
For your convenience I am also attaching the json file created by the sensor when I created the pcap recording using the ouster-cli tool.
This is the json file : 2_meter.json
Additional Info (Maybe useful):
ouster-sdk 0.9.0 was used for recording the pcap file with the ouster-cli tool
The text was updated successfully, but these errors were encountered: