Qt application crash and its squela
-
Hi guys,I wrote a Qt program which has a bug that when it is closed the windows pop up a messagebox to warn the app has crashed.(Qt creator 4.12.2 in Win7)
Then I found the bug reason is that I have wrongly delete an object pointer twice,so after I removed the second delete,the bug disappeared and the application could be closed regularly.
Then comes the strange thing: when I restart the windows system,there come the messagebox to warn the app has crashed(same as the bug before),even after I have restored the bug and the application already run and quit regularly.
I have tried clean the windows system bug report and dump file and reinstall Qt creator,but no good result.
So what can I do now? Sorry for my poor English:)
below is the message box :
-
Hi guys,I wrote a Qt program which has a bug that when it is closed the windows pop up a messagebox to warn the app has crashed.(Qt creator 4.12.2 in Win7)
Then I found the bug reason is that I have wrongly delete an object pointer twice,so after I removed the second delete,the bug disappeared and the application could be closed regularly.
Then comes the strange thing: when I restart the windows system,there come the messagebox to warn the app has crashed(same as the bug before),even after I have restored the bug and the application already run and quit regularly.
I have tried clean the windows system bug report and dump file and reinstall Qt creator,but no good result.
So what can I do now? Sorry for my poor English:)
below is the message box :
-
@adaxi Find out what is running your application on system boot and where it is running the executable from: this is probably not the "fixed" executable.