On Mon, Feb 02, 2009 at 01:17:26PM +0100, John Hughes wrote: > It looks like 6.8.50 is loading the symtab for init/main.c > "automatically" and somehow refusing to look at other stuff on the list.
Right. I can reproduce the error with your binary; this is probably caused by DW_AT_ranges support. The Linux kernel very frequently triggers this sort of error, because of the use of .init.text; any one file is likely to have code at two widely separated addresses and GDB can get confused about things in the middle. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

