Skip to content
  • Memory is Leaking but Heob don't get it?

    Solved General and Desktop leak detection heob
    6
    0 Votes
    6 Posts
    655 Views
    S
    @leonardoMB said in Memory is Leaking but Heob don't get it?: Great answer, but what if RAM is a limitation for me? like: I really need that 10 MB If this is really your problem, then you need to provide more information. More specifically we need your platform and operating system (my guess is embedded with a Linux system?). However, you might get better answers for these kind of problems on Stack Overflow as this is not really related to Qt anymore.
  • Heob stacktraces hard to understand

    Unsolved Qt Creator and other tools heob
    2
    0 Votes
    2 Posts
    482 Views
    S
    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