Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 09:10:02 GMT
From:      Vladimir Kurtukov <vk@kbb.ru>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/131601: 7-STABLE panic in nat_finalise
Message-ID:  <200902120910.n1C9A27F090932@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/131601; it has been noted by GNATS.

From: Vladimir Kurtukov <vk@kbb.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/131601: 7-STABLE panic in nat_finalise
Date: Thu, 12 Feb 2009 15:48:44 +0700

 (kgdb) frame 7
 #7  0xffffffffb2f3a316 in nat_finalise (fin=0xffffffffb0a28440, nat=0xffffff002502da00,
     ni=0xffffffffb0a282b0, tcp=0x0, natsave=0x0, direction=0)
     at /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_nat.c:2577
 2577                    nat->nat_seqnext[0] = ntohl(tcp->th_seq);
 (kgdb) p nat->nat_seqnext
 $1 = {0, 0}
 (kgdb) p tcp
 $2 = (tcphdr_t *) 0x0
 (kgdb) p tcp->th_seq
 Cannot access memory at address 0x4
 
 ---
 Best regards, 
   Vladimir



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