• @[email protected]
    link
    fedilink
    English
    161 year 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.

      • @[email protected]
        link
        fedilink
        81 year 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 (it/they)
      link
      fedilink
      21 year 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.