Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt not creating .dmp files
Forum Updated to NodeBB v4.3 + New Features

Qt not creating .dmp files

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
4 Posts 3 Posters 777 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.
  • J Offline
    J Offline
    jatin____123
    wrote on 12 Apr 2023, 12:33 last edited by
    #1

    Hi,so while working with crashpad and integrating with QT I was following this. Now what is happening is in my project the code containing Qt is a static lib and when the slot is called from there and crash is occured no dump file is being made. the stack trace shows that after the slot is called from "moc" file the dump file is getting lost somehow. If anyone has any suggestions, please let me know.

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Numerator
      wrote on 27 Apr 2023, 21:46 last edited by
      #2

      Assuming you are on Windows.

      I use breakpad and it does not always get called on a crash. What can happen in a crash, is a crash dump file is created in
      C:\Users<user>\AppData\Local\CrashDumps and breakpad is not triggered.

      Windows creates these .dmp files.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        noexcept_zhao
        wrote on 6 Sept 2023, 12:28 last edited by
        #3

        on windows, use crashpad the same problem. anyone find the solution?

        1 Reply Last reply
        0
        • N Offline
          N Offline
          noexcept_zhao
          wrote on 7 Sept 2023, 13:13 last edited by
          #4

          Use Detours Library to hook SetUnhandledExceptionFilter

          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