Here is the code, he is causing the crashes but he is pretty simple:
int main() {
char* nome;
printf("Digite seu nome: ");
scanf("%s",&nome);
printf("O nome digitado foi %s \n",nome);
return 0; }
0 warning, but the console crash after I type a simple word.