Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 08:44:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 208140] panic: page fault in pf
Message-ID:  <bug-208140-17777-qyYtnoJjlB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208140-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208140-17777@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208140

--- Comment #5 from Roman <rkondakov@ya.ru> ---
(In reply to Kristof Provost from comment #4)

In pf_test_state_udp in kgdb this pointer is null:

kgdb /boot/kernel/kernel /var/crash/vmcore.last


#8  0xffffffff806591d0 in pf_test_state_udp ()
    at /usr/src/sys/netpfil/pf/pf.c:4454
4454                    if (PF_ANEQ(pd->src, &nk->addr[pd->sidx], pd->af) ||

(kgdb) whatis state
type =3D struct pf_state **
(kgdb) p state
Cannot access memory at address 0x0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208140-17777-qyYtnoJjlB>