• @[email protected]
    link
    fedilink
    English
    1610 months ago

    It’s been a minute since I used C/Cpp but if you compile with debugging symbols and using gdb give you info like in Java? At least the location of the crash.

      • @Buddahriffic
        link
        810 months ago

        Then it’s time to have a closer look at how your concurrent threads are behaving and where you missed a sync point or mutex.

    • Ziglin (they/them)
      link
      210 months ago

      And much more, it tells you each operation it goes through, where it is in the code, what’s in the registers and more.