Skip to content

build with latest version of MS Build Tools 2022 (17.10.1) causes call to get_frame() to seg fault #47

@RussBerg

Description

@RussBerg

This took me a while to figure out but it appears to fail when trying to lock the mutex in start_seq

std::lock_guard<std::mutex> lock(g_camInstanceMutex);

The build of the module all completes and installs without error, it just failed to work.

Downgrading to MS Build Tools 2022 17.2.1 fixes this.

This was tested on a windows 11 machine 64bit, you can download the Build Tools for Spring 2022 LTSC | 17.2
from here
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#updating-your-installation-to-a-specific-release

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions