Segmentation fault and compiler flags
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Quiet
- Tech stack
- cmake, cpp, vscode
- Domain
- build-system, compilers, developer-experience
Research direction
Start with the README's manual-mode and header-only examples, using the reported Linux Raccoon 26.04, GCC 15, CMake, and VS Code setup. Reproduce the simple-project segmentation fault and investigate the STDEXEC_MSVC_HEADERS() IntelliSense behavior and C++20 diagnostic. Done means the failure is isolated with a minimal reproduction and the affected configuration or project behavior is clearly identified.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- C++
- Stars
- 2.4k
- Forks
- 270
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from NVIDIA/stdexec
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 66/100
-
Difficulty 3/5 1-2 days Newbie friendliness 74/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·