crash at in_pcb.c

Jerry Toung jrytoung at gmail.com
Thu Oct 30 08:47:20 PDT 2008


On Wed, Oct 29, 2008 at 3:32 PM, pluknet <pluknet at 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)


More information about the freebsd-hackers mailing list