Reading: Handout, The Dynamic Debugger gdb Due: Homework #3, due November 8, 2019
Greetings and felicitations!
Homework
Homework 1 grades are out
Homework 3: submit through Gradescope
Homework 2 is now reopened until Wednesday so you can fix things that you lost points for on homework 1
In discussion section, ask questions of the TAs — they are there to help! And when they ask something, try to answer.
Some errors by the TAs and me are because we’re human; others are deliberate, to see who will spot it; this tells us if we need to cover something more thoroughly
If you get a message like “Attempted stack smashing”, look at your local arrays; it probably means you overflowed one of them
Static debugging
How to narrow down where the problem is using printf [sample1.c, sample2.c]