[DragonFlyBSD - Bug #2796] (In Progress) panic when create and destroy lagg interface
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Thu Feb 26 06:39:03 PST 2015
Issue #2796 has been reported by bycn82.
----------------------------------------
Bug #2796: panic when create and destroy lagg interface
http://bugs.dragonflybsd.org/issues/2796
* Author: bycn82
* Status: In Progress
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
for i in `seq 1 100`;
do
ifconfig lagg0 create
ifconfig lagg0 destroy
done
the shell ahove helps to trigger create and destroy lagg interface mutiple times.
it is potential that the below line will cause problem.
line 454 if_lagg.c lagg_clone_destroy()
kfree(sc, M_DEVBUF);
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list