On Thu, Jun 27, 2013 at 1:23 PM, Mohammed Shafi <shafi.kernel@xxxxxxxxx> wrote: > Hi, > > I am debugging a kernel crash in arm platform > > [ 486.447220] [<c000de98>] (__dabt_svc+0x38/0x60) from [<bf05c324>] > (ath6kl_deliver_frames_to_nw_stack+0xac/0xf0 [ath6kl_core]) > > Does dabt_svc is similar to 'EIP' ? kind of, but not exactly. It is a symbol name...could be a function/procedure etc, but certainly (in most cases I know of) not a macro/inlined function. If you find that name through grepping kernel source tree, you shall find the culprit. The next number "0x38/0x60" AFAIK is the offset that shall point you to more exact location -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies