Bug 23010

Summary: Kernel panic, signal 12 page fault while using 4.1.1 bridging+ipfw bandwidth limiting
Product: Base System Reporter: term <term>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-RELEASE   
Hardware: Any   
OS: Any   

Description term 2000-11-21 18:10:00 UTC
After executing the following firewall ruleset the system gets a kernel panic.

ipfw -f flush
ipfw -f pipe flush
ipfw add 1 pipe 1 ip from 192.168.0.0:255.255.255.0 to 0.0.0.0/0
ipfw add 1 pipe 1 ip from 0.0.0.0/0 to 192.168.0.0:255.255.255.0
ipfw pipe 1 config bw 204Kbit/s

Fix: 

I know this doesn't happen on 4.0-R.
How-To-Repeat: Execute the above rule set with bridging+ipfw+dummynet enabled on FreeBSD 4.1.1 and start to transfer data acrost the bridge
Comment 1 bmilekic freebsd_committer freebsd_triage 2000-11-25 01:57:12 UTC
State Changed
From-To: open->closed

Fixed and committed to -CURRENT. Will be committed to -STABLE within the 
next 24 hours. Still have one PR open about this to make sure I do it.