[Bug 208140] panic: page fault in pf

2016-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Mark Linimon changed: What|Removed |Added Keywords||patch CC|freebsd-am

[Bug 208140] panic: page fault in pf

2016-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #13 from Roman --- Change to options SCHED_4BSD Unread portion of the kernel message buffer: panic: key PF_SK_STACK is NULL cpuid = 0 KDB: stack backtrace: #0 0x80442b40 at kdb_backtrace+0x60 #1 0x8040

[Bug 208140] panic: page fault in pf

2016-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #12 from Roman --- new crash: panic: page fault --- GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

[Bug 208140] panic: page fault in pf

2016-04-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #11 from Roman --- (In reply to Kristof Provost from comment #9) #4 0x805bc59d in pf_test_state_udp () at /usr/src/sys/netpfil/pf/pf.c:4461 4461panic("key PF_SK_STACK is NULL"); p *state Cannot acc

[Bug 208140] panic: page fault in pf

2016-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #9 from Kristof Provost --- Created attachment 169746 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169746&action=edit Extra assertions for pf_test_udp_state Can you run the machine with this patch? It won't fix any

[Bug 208140] panic: page fault in pf

2016-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #10 from Roman --- (In reply to Kristof Provost from comment #9) I installed new kernel and wait for the night to reboot -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 208140] panic: page fault in pf

2016-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #5 from Roman --- (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 0x806591d0 in pf_test_state_udp () at /usr/sr

[Bug 208140] panic: page fault in pf

2016-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #8 from Roman --- (In reply to Kristof Provost from comment #7) Yes, I wait path for 10.3. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-am

[Bug 208140] panic: page fault in pf

2016-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #6 from Roman --- (In reply to Kristof Provost from comment #4) May be add temporary global variable for saving "state" pointer? I may change kernel to 10.3-RELENG/RELEASE (now is 10.3-PRERELEASE) and wait for panic. -- You a

[Bug 208140] panic: page fault in pf

2016-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #7 from Kristof Provost --- (In reply to Roman from comment #6) Yeah, because I don't see how state could possibly be NULL here. We'd have panicked a good bit earlier in that case. Not to mention that pf_test_state_udp() is alwa

[Bug 208140] panic: page fault in pf

2016-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org --- Comment #4

[Bug 208140] panic: page fault in pf

2016-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Roman changed: What|Removed |Added Version|10.2-RELEASE|10.0-STABLE -- You are receiving this mai

[Bug 208140] panic: page fault in pf

2016-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Roman changed: What|Removed |Added Version|10.0-STABLE |10.2-STABLE -- You are receiving this mai

[Bug 208140] panic: page fault in pf

2016-03-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #3 from Roman --- Change to "10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #8 r297297": crashed too -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-

[Bug 208140] panic: page fault in pf

2016-03-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #2 from Roman --- On last dump: ... up 8 4454if (PF_ANEQ(pd->src, &nk->addr[pd->sidx], pd->af) || Current language: auto; currently minimal (kgdb) p pd Cannot access memory at address 0x0 (kgdb) up 1 #9 0

[Bug 208140] panic: page fault in pf

2016-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 --- Comment #1 from Roman --- Statistic: -rw--- 1 root wheel 280511 Jan 20 20:03 core.txt.0 -rw--- 1 root wheel 265955 Jan 26 13:58 core.txt.1 -rw--- 1 root wheel 258959 Jan 26 21:03 core.txt.2 -rw--- 1 root whee

[Bug 208140] panic: page fault in pf

2016-03-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd...@freebsd.org -- You are

[Bug 208140] panic: page fault in pf

2016-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140 Bug ID: 208140 Summary: panic: page fault in pf Product: Base System Version: 10.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Onl