DynamoRIO / DynamoRIO/drmemory

Windows 10 Hello World Crash

Open
#2,214 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

![HelloCrash](https://user-images.githubusercontent.com/7569630/60977050-00beda00-a2ec-11e9-9e6f-91a89f1c2e39.PNG)
![HelloCrash DEBUG](https://user-images.githubusercontent.com/7569630/60977057-061c2480-a2ec-11e9-90da-376c6cb4a80d.PNG)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.