kernel crash and dabt_svc

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Thu Jun 27 11:41:21 EDT 2013


On Thu, 27 Jun 2013 18:29:48 +0700, Mulyadi Santosa said:
> On Thu, Jun 27, 2013 at 1:23 PM, Mohammed Shafi <shafi.kernel at gmail.com> wrote:
> > [  486.447220] [<c000de98>] (__dabt_svc+0x38/0x60) from [<bf05c324>]

> 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

To be more specific, the function is 0x60 (decimal 96) bytes long,
and the pointer is at 0x38 (decimal 56) bytes into it.  So even without
a disassembly, you know its somewhere between 1/2 and 2/3 of the way
through the code.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130627/9da14818/attachment.bin 


More information about the Kernelnewbies mailing list