Last active
August 3, 2017 13:00
-
-
Save jtattermusch/acebc3128c5aaa5dfc1bdcae036e42f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ulimit -c unlimited | |
echo '/tmp/core.%e.%p' | sudo tee /proc/sys/kernel/core_pattern | |
# Attach with GDB | |
# gdb path/to/the/binary /tmp/core.failing_test.3948 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment