Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2008 08:47:18 -0700
From:      "Jerry Toung" <jrytoung@gmail.com>
To:        pluknet <pluknet@gmail.com>
Cc:        freebsd-hackers@freebsd.org, Robert Watson <rwatson@freebsd.org>
Subject:   Re: crash at in_pcb.c
Message-ID:  <86068e730810300847j64cafdeqab8b3b6a5f59b949@mail.gmail.com>
In-Reply-To: <a31046fc0810291532y777062b1k63c2a73559cbc851@mail.gmail.com>
References:  <86068e730810291345r738242b0lb8130bf6bd011015@mail.gmail.com> <a31046fc0810291532y777062b1k63c2a73559cbc851@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 29, 2008 at 3:32 PM, pluknet <pluknet@gmail.com> wrote:

>
> Could you please get the following from kgdb?
> f 7
> p *inp
> p *inp->inp_laddr
>
> P.S. It's definitely 7.0 backtrace (or close to).. 6.2 has different
> line numbers.
>

 kgdb) f 7
#7  0xc0769098 in in_pcblookup_local (pcbinfo=0x2aef0210, laddr={s_addr =
0}, lport_arg=720306704, wild_okay=1)
    at /usr/src/sys/netinet/in_pcb.c:923
923     /usr/src/sys/netinet/in_pcb.c: No such file or directory.
        in /usr/src/sys/netinet/in_pcb.c
(kgdb) p *inp
Cannot access memory at address 0x2aef0210
(kgdb) p *inp->inp_laddr
There is no member named inp_laddr.
(kgdb)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86068e730810300847j64cafdeqab8b3b6a5f59b949>