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. Unusaul error message

Unusaul error message

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 981 Views 1 Watching
  • 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.
  • N Offline
    N Offline
    navya.dubey
    wrote on last edited by
    #1

    I am building a project in QT 5.6 with mingw compiler on windows platform.
    My project works fine if I work in the desired manner but if after a window is open (ex A dialogue box is open for loading some file) and if I close that dialogue box without choosing any item just by hitting the cross icon then it shows an error dialogue box as follows:-
    0_1502966746398_Screenshot (10).png
    and after this it stops working
    0_1502966782974_Screenshot (13).png
    Could someone suggest the reason for such error?

    1 Reply Last reply
    -1
    • K Offline
      K Offline
      Kaluss
      wrote on last edited by
      #2

      Do you have something in windows destructors?

      Try to run app in debug mode.

      1 Reply Last reply
      0
      • Vinod KuntojiV Offline
        Vinod KuntojiV Offline
        Vinod Kuntoji
        wrote on last edited by
        #3

        @navya-dubey ,

        Are you using threads,timers?

        C++, Qt, Qt Quick Developer,
        PthinkS, Bangalore

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Konstantin Tokarev
          wrote on last edited by
          #4

          Probably there is memory corruption in your applciation, e.g. use after free

          1 Reply Last reply
          0
          • BjornWB Offline
            BjornWB Offline
            BjornW
            wrote on last edited by
            #5

            Show some code ^_^

            1 Reply Last reply
            1

            • Login

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