Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Heob stacktraces hard to understand
Forum Updated to NodeBB v4.3 + New Features

Heob stacktraces hard to understand

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
heob
2 Posts 2 Posters 500 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.
  • B Offline
    B Offline
    bapt
    wrote on 18 May 2021, 11:25 last edited by
    #1

    Hello,
    I'm new to qtcreator and even more for using Heob plugin. I have memory leaks on my project and i want to see where it comes from that's why I decided to use Heob (im on windows). Things are working fine but I can't understand Heob stacktraces in 'Memcheck' window (cf capture), maybe I missed something in heob's configuration, that's why i need your help :)

    using: QtCreator 4.14.2/ Qt 5.12.2

    (This capture shows one of the stacktrace but all are similar)
    heob.PNG

    1 Reply Last reply
    0
    • S Offline
      S Offline
      ssbssa
      wrote on 9 Jun 2021, 17:45 last edited by
      #2

      Looks like your executable is built without debug info.
      And if you're using gcc, you'll need the dwarfstack dlls (there should have been a warning for this).

      Also, heob can also output a flamegraph svg file (if you prefer), just add this to the Extra arguments: -vleaks.svg -g2

      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