Skip to content

Segmentation fault and compiler flags #2128

Description

@chip1092

I am using Linux Raccoon 26.04 and vscode with cmake add-in. The gcc version is 15.
According to readme file included, I used the manual mode by adding as subdirectory and target link. And sample code in readme file for testing purpose. After compiling and running I got a segmentation fault.

Another issue is about execution header which cause intellisense problem. By changing following precessor to zero the problem resolved.

#define STDEXEC_MSVC_HEADERS() 1

One more point, if using as header only, the compiler error says require c++20.

I compiled all examples and tested randomly without any issue. But my simple project does not.

Any help would be appreciated.
Tks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions