Date: Mon, 12 Feb 2024 19:51:19 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277009] panic: Assertion !callout_active(&tp->t_callout) failed Message-ID: <bug-277009-227-hKgldp7hdW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277009-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277009 Cheng Cui <cc@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rscheff@freebsd.org --- Comment #1 from Cheng Cui <cc@FreeBSD.org> --- Looks this assert line is added in D43792. Hi Richard, You may take a look. The way I hit it is simply on restarting the wireless interface I use for testing. The test script is as follows. root@n2fbsd:~ # cat test.tcsh #!/bin/tcsh -f set i = 0 while ($i < 10) @ i = $i + 1 echo "($i)" service netif restart && sleep 1 scp /tmp/data.txt root@n1iwlvm:/tmp/ end The uploaded crash folder containing the core file stuff is (in freefall.freebsd.org) here: freefall% readlink -f crash.tgz /home/cc/PRs/PR277009/crash.tgz -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277009-227-hKgldp7hdW>
