lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49D8ABA8.20700@redhat.com>
Date:	Sun, 05 Apr 2009 16:01:28 +0300
From:	Avi Kivity <avi@...hat.com>
To:	Peter Hallberg <hallberg68@...mail.com>
CC:	linux-kernel@...r.kernel.org
Subject: Re: Intepreting an oops

Peter Hallberg wrote:
> How does one translate the offset in the function to a line number in the source code?
> [  218.418473] Call Trace:
> [  218.418484]  [] :nnpfs:nnpfs_writepage+0xab/0x230
>   

You can use 'objdump -Sr nnpfs.ko' and look for the address of 
nnpfs_writepage, plus 0xab.

-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ