Date: Mon, 16 Feb 2004 13:00:06 +0100 From: Jiri Mikulas <konfer@mikulas.com> To: Max Laier <max@love2party.net> Cc: current@freebsd.org Subject: Re: PANIC: trap.c Message-ID: <4030B0C6.9040809@mikulas.com> In-Reply-To: <200402161119.01876.max@love2party.net> References: <Pine.NEB.3.96L.1040215214140.61630G-100000@fledge.watson.org> <40308140.6020000@mikulas.com> <200402161119.01876.max@love2party.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello > >Can you also provide 'args' and '*dummytag' from the same frame? > >Thanks in advance. > > > ~~~cut~~~ #6 0xc05726c8 in ip_output (m=0xc10f7200, opt=0x0, ro=0xc2abab68, flags=1, imo=0x0, inp=0x0) at /usr/src/sys/netinet/ip_output.c:983 983 if (sw_csum & CSUM_DELAY_DATA) { (kgdb) inspect args $1 = {m = 0xc10f7200, oif = 0x0, next_hop = 0x0, rule = 0xc2943800, eh = 0x0, ro = 0x1, dst = 0xc2abab40, flags = -1055947264, f_id = { dst_ip = 169558539, src_ip = 169542160, dst_port = 64147, src_port = 80, proto = 6 '\006', flags = 18 '\022'}, retval = 48} (kgdb) inspect *dummytag $2 = {m_tag_link = {sle_next = 0x0}, m_tag_id = 15, m_tag_len = 48, m_tag_cookie = 0, m_tag_free = 0xc0522614 <_m_tag_free>} (kgdb) ~~~cut~~~ ok?:) Jiri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4030B0C6.9040809>