Re: Deciphering Call Trace details

2008-06-12 Thread Bernd Schubert
Hello Jasjit, jasjit singh wrote: Hi all whenever kernel gets panicked, it gives some messages like - NMI Watchdog detected LOCKUP, CPU=0, registers: CPU 0 Modules linked in: ccp(U) md5 ipv6 parport_pc lp

Re: Source Code Browse

2007-11-13 Thread Bernd Schubert
Pavan Kandepet wrote: Use cscope. Or kscope as frontend. -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

need some help with debugging

2007-07-31 Thread Bernd Schubert
Hi, from time to time I see oopses which are rather hard to debug, at least gdb is not able to figure out which file:line the crashed function belongs to. Well, finding out the file:function() is not difficult using grep, kscope, etc, but this doesn't help me to know where it crashed there.

Re: need some help with debugging

2007-07-31 Thread Bernd Schubert
Thomas Petazzoni wrote: Hi, Le Tue, 31 Jul 2007 13:58:33 +0200, Bernd Schubert [EMAIL PROTECTED] a écrit : [ 4754.961940] IRQ [880f08f9] :bonding:bond_check_dev_link+0xcd/00 This function does: static int (* ioctl)(struct net_device *, struct ifreq *, int); [...] ioctl

Re: need some help with debugging

2007-07-31 Thread Bernd Schubert
Macnish wrote: I don't know if it is the case here, but sometimes printk is your best friend on debug task. If it happens on our test cluster, certainly, I'm using printk quite extensively here, but this was on a customer system. Neither can we reboot the system there easily, nor can I