DynamoRIO / DynamoRIO/drmemory
Windows 10 Hello World Crash
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description


Built a minimal 'HelloWorld program, drmemory had trouble with it! Windows version is in the screen shots. Using Qt Ver 5.11.2 and MinGW g++ version:
g++ (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
`
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
cout << "Hello World!\n";
char inpt;
cin >> inpt;
}
`
Contributor guide
Assessment
This issue has not been assessed yet.