Skip to content

ouster- debug build #642

@LEECHANGJOON0324

Description

@LEECHANGJOON0324

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

Image

  • Release mode

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions