Details
Description
The hang analyzer script finds gdb in the path, and our evergreen configuration doesn't add the mongodb toolchain to the path, so we end up running the gdb from /usr/bin. On the Linux64 build variant, gdb is too old to read the debug information from our tool chain, so the hang analyzer produces useless output.
We should change either evergreen.yml or the hang analyzer to use the appropriate gdb for the toolchain.