-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hello,
I would like to build ouster-sdk in Debug mode and run tests, but I am encountering an error.
OS: Windows 10
IDE: Visual Studio 10, C++
Build System: vcpkg, CMake
It works fine in Release mode, but when running in Debug mode, an error occurs in sniffer.cpp at the snifferConfiguration and set_filter(const std::string& filter) functions.
The std::string type is recognized as . And the filter string is assigned garbage values.
As a result, memory allocation for the impl->pcap_reader variable in pcap.cpp becomes impossible.
What could be the issue?
- Debug mode
- Release mode
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested

