Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 19:57:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243324] Module with 'mii' can panic during kldunload
Message-ID:  <bug-243324-227-O1yzLfdaIU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243324-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243324-227@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=3D243324

--- Comment #2 from ghuckriede@blackberry.com ---
This does not panic during an attach/detach loop.

#### 1st terminal
$ su root
$ /bin/sh
# while true; do devctl attach pci0:3:0:0;ifconfig re0 up; sleep 1;devctl
detach pci0:3:0:0; done


#### 2nd terminal
$ su root
$ /bin/sh
# while true ; do ifconfig re0 ; done

--=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-243324-227-O1yzLfdaIU>