Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt application crash and its squela
Forum Updated to NodeBB v4.3 + New Features

Qt application crash and its squela

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 201 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adaxi
    wrote on last edited by
    #1

    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 :
    9cc2704d-69e6-4b72-82d0-7ca7444efeb1-image.png

    C 1 Reply Last reply
    0
    • A adaxi

      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 :
      9cc2704d-69e6-4b72-82d0-7ca7444efeb1-image.png

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @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.

      A 1 Reply Last reply
      1
      • C ChrisW67

        @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.

        A Offline
        A Offline
        adaxi
        wrote on last edited by
        #3

        @ChrisW67 Thank you mate,you are right,the problem is AUEPUF.exe crash,not the "fixed" exe.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved