[Bug 91] conntrack unload loops forever (reproducible)
bugzilla-daemon@netfilter.org
bugzilla-daemon@netfilter.org
Mon, 12 Jan 2004 09:22:05 +0100
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=91
------- Additional Comments From mschwendt@users.sf.net 2004-01-12 09:22 -------
Some more info after enabling a bit of debug info:
* ip_conntrack_cleanup() loops forever back to the i_see_dead_people label
* atomic_read(&ip_conntrack_count) is stuck at 1
* ip_ct_selective_cleanup(..) doesn't do anything because get_next_corpse(..)
doesn't find anything other than NULL
* cat /proc/net/ip_conntrack is empty
Patches/ideas welcome!
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.