Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbjdbj/ucrt_crash_on_printf
after _setmode(_fileno(stdout), _O_U8TEXT), using printf crashes the program
https://github.com/dbjdbj/ucrt_crash_on_printf
cplusplus-17 cpp cpp17 microsoft sdk support visualstudio
Last synced: 8 days ago
JSON representation
after _setmode(_fileno(stdout), _O_U8TEXT), using printf crashes the program
- Host: GitHub
- URL: https://github.com/dbjdbj/ucrt_crash_on_printf
- Owner: DBJDBJ
- Created: 2018-12-01T11:13:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T15:34:06.000Z (about 6 years ago)
- Last Synced: 2024-11-24T06:12:46.000Z (2 months ago)
- Topics: cplusplus-17, cpp, cpp17, microsoft, sdk, support, visualstudio
- Language: C
- Homepage: https://developercommunity.visualstudio.com/content/problem/394790/-setmode-filenostdout-o-u8text-printf-ucrt-crash.html
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ucrt_crash_on_printf
### after _setmode(_fileno(stdout), _O_U8TEXT), using printf crashes the program
Made by [email protected]
----------------------------------------------------------------------------
Debug build x86 and x64 crashes with message box:
https://snag.gy/z1hXeu.jpgStartigng the Release build x86 x64 with F5 from VS 2017 community,
crashes in ucrtbase.dll with the following
info in VS2017
https://snag.gy/nDyxUr.jpgStarting with CTRL+F5 does no output whatsoever, it just finishes ...
----------------------------------------------------------------------------
SDK 10.0.17763.0
VS 2017 Community 15.9.3
WIN10 PRO