Created
February 19, 2012 23:38
-
-
Save banthar/1866512 to your computer and use it in GitHub Desktop.
gdb backtrace
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
gcc -g -lgmp -o rho rho.c | |
gdb ./rho | |
run 10 | |
bt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment