On Sun, 26 Aug 2007 01:58:05 +0200, Daniel Jacobowitz wrote: ... > I misread your original patch. If there's no .debug_info then there > won't be any psymtabs. So that's probably the best check, and I > apologize for the bad advice. I don't want to check for > .gnu_debuglink; in the future maybe files which use build ID won't > have a .gnu_debuglink section any more. Put there back the original check with a comment now. Added additional loop-deadlock prevention for stripped .debug files. Thanks for the review, Jan