Unable to generate coredump file When google test crashes #3977
Unanswered
xiaofyao
asked this question in
Community Help
Replies: 2 comments
-
There is nothing in GTest that prevents coredumps. I'm guessing it is just a configuration issue on your end. You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to use coredump file to debug when the program crashe, but the coredump file can't be generated.
Repetition steps:
I've added the relevant compile support command to Cmake, but it still doesn't work:
I wonder if GTest currently supports the generation of coredump files. If there is such a generation mechanism, please tell me how to use it.
By the way, why does Gtest need to run all the previous test cases before it can stop at the GDB breakpoint?
Br,
xiaofyao
Beta Was this translation helpful? Give feedback.
All reactions