Solving random crashes

前端 未结 17 969
青春惊慌失措
青春惊慌失措 2021-01-31 08:15

I am getting random crashes on my C++ application, it may not crash for a month, and then crash 10 times in a hour, and sometimes it may crash on launch, while sometimes it may

17条回答
  •  一生所求
    2021-01-31 09:14

    Two more pointers/ideas (besides core dump and valgrind on Linux):

    1) Try Nokia's "Qt Creator". It supports mingw and can act as post-mortem debugger.

    2) If it's feasible, maybe just run the application in in gdb constantly?

提交回复
热议问题