I have installed Qt libraries, minGW and Creator with net-install. If I run application without debug it is work successful, but if I use debug – system alert “unexpected output: gdb crash”.
My system:
- Qt 4.8.0
- minGW 4.4
- Windows 7 SP1 x64
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have solved the problem. I deleted minGW, what been installed by Qt, and
installed it(minGW) from offical site. Now it’s work correctly.