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 crashes and no clues to understand cause of the crash...

Qt Application crashes and no clues to understand cause of the crash...

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 580 Views 2 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.
  • H Offline
    H Offline
    Hetal
    wrote on last edited by
    #1

    Our application crashes multiple times and showing following call stack:

    qt5core!QCoreApplication::notifyInternal2+0x88
    qt5core!QEventDispatcherWin32Private::sendTimerEvent+0xfc
    qt5core!QEventDispatcherWin32::processEvents+0xe54
    user32!UserCallWinProcCheckWow+0x1fc
    user32!DispatchMessageWorker+0x1a7
    qt5core!QEventDispatcherWin32::processEvents+0x536
    qt5core!QEventLoop::exec+0x1b3
    qt5core!QThread::exec+0x92
    qt5core!QThread::start+0x331
    kernel32!BaseThreadInitThunk+0x22
    ntdll!RtlUserThreadStart+0x34

    We have these kind of crashes many times, is there a way to identify cause of these issues?
    Also, is there any way to understand the Qt Signal - Slot call stack, so that we can reduce no of crashes in our application.

    Thanks,
    Hetal

    K 1 Reply Last reply
    0
    • H Hetal

      Our application crashes multiple times and showing following call stack:

      qt5core!QCoreApplication::notifyInternal2+0x88
      qt5core!QEventDispatcherWin32Private::sendTimerEvent+0xfc
      qt5core!QEventDispatcherWin32::processEvents+0xe54
      user32!UserCallWinProcCheckWow+0x1fc
      user32!DispatchMessageWorker+0x1a7
      qt5core!QEventDispatcherWin32::processEvents+0x536
      qt5core!QEventLoop::exec+0x1b3
      qt5core!QThread::exec+0x92
      qt5core!QThread::start+0x331
      kernel32!BaseThreadInitThunk+0x22
      ntdll!RtlUserThreadStart+0x34

      We have these kind of crashes many times, is there a way to identify cause of these issues?
      Also, is there any way to understand the Qt Signal - Slot call stack, so that we can reduce no of crashes in our application.

      Thanks,
      Hetal

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @Hetal

      Have you rerun qmake and rebuilt of whole application?

      After checks above you need to make sure that you are compiling in debug mode and use the debugger. With the debugger you can set break points and see how far you can get without crash.

      Vote the answer(s) that helped you to solve your issue(s)

      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