From: bert hubert <ahu@ds9a.nl>
To: Neil Brown <neilb@cse.unsw.edu.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: nfsd/sunrpc boot on reboot in 2.5.44
Date: Mon, 21 Oct 2002 08:34:54 +0200 [thread overview]
Message-ID: <20021021063454.GA5898@outpost.ds9a.nl> (raw)
In-Reply-To: <15795.29666.121485.737045@notabene.cse.unsw.edu.au>
On Mon, Oct 21, 2002 at 01:26:26PM +1000, Neil Brown wrote:
> > By the way, can anybody tell me how to convert this:
> > Oct 20 19:21:32 hubert kernel: [<c8831060>] auth_domain_drop+0x50/0x60 [sunrpc]
> >
> > To a line in auth_domain_drop()?
>
> gdb sunrpc.o
> disassemble auth_domain_drop
>
> stare at assembler listing, stare at source code....
I also found this to work:
touch sunrpc.c
make
[ observe how sunrpc.o gets compiled ]
[ add a -g to the commandline ]
gdb sunrpc.o
l *(auth_domain_drop+0x50)
"A #kernelnewbies discovery".
Thanks for the switch patch! Will check if it helps.
Regards,
bert hubert
--
http://www.PowerDNS.com Versatile DNS Software & Services
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
next prev parent reply other threads:[~2002-10-21 6:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-20 17:31 bert hubert
2002-10-20 18:21 ` bert hubert
2002-10-20 23:21 ` Hirokazu Takahashi
2002-10-21 3:25 ` Neil Brown
2002-10-21 3:26 ` Neil Brown
2002-10-21 6:34 ` bert hubert [this message]
2002-10-21 14:37 ` Kai Germaschewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021021063454.GA5898@outpost.ds9a.nl \
--to=ahu@ds9a.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome