> Date: Fri, 23 Dec 2011 09:02:24 -0600 > From: Matthew Fidler <matthew.fid...@gmail.com> > > I downloaded the version that is supposed to have debugging symbols and gtb > still says "no debugging symbols found."
Probably because you are looking at a backtrace of the wrong thread. "info threads" will show you what other threads exist. "thread apply all bt" will show a backtrace of each thread.