std::cout 上的分段错误

Segmentation Fault on std::cout

提问人:razenkovv 提问时间:10/8/2023 更新时间:10/8/2023 访问量:29

问:

我有与此问题中描述的相同的问题:Hello World 程序上的分段错误。我正在使用本教程:https://code.visualstudio.com/docs/cpp/config-mingw

$ g++ --version
g++.exe (Rev7, Built by MSYS2 project) 13.1.0 
Copyright (C) 2023 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions.  There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Hello World 在 cmd 和 MSYS2 UCR64 shell 中运行良好,但 VS Code 引发分段错误。我已经将 C:\msys64\ucrt64\bin 放在 PATH 变量列表(用户和系统)的顶部,重新启动 VS Code,但这无济于事。不知道该怎么办。

GCC 分段故障 G++ COUT MSYS2

评论


答: 暂无答案