Don Bowman wrote: > > I've been debugging through gdb for a day or so now, I think > I'm on to something. It appears that find_proc_desc is switching > to the heuristic approach even though I have a symbol table. That's a bug for sure. The heuristic approach is only supposed to be used for tracing through frames with no debug info. Stan