It may be a problem in asm generated functions, which don't have symbols by default. Besides that, the "Compile the kernel with symbol table information" should give you names, not sure why it doesn't work. But you could take a look into the kernel build_dir, there should be a file Symbols.map in there. grep it for the addresses from the call trace
2010/3/14 Kövesdi György <k...@teledigit.hu>: > Hi, > > Sorry, i sent the first half of this mail accidentally. > > I have some problems with my kernel, so i got call traces frequently. :-( > The problem is that i don't know how to get symbolic backtrace. I enabled the > "Compile the kernel with symbol table information" option, but i got such > backtraces yet: > > Call Trace:[<8000a57c>] 0x8000a57c > [<8000a57c>] 0x8000a57c > [<8006d440>] 0x8006d440 > > How can i get symbolic information here? > > Thanx > K. Gy. > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel > _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel