Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-277009-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=3D277009

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=20
#!/bin/tcsh -f

set i =3D 0
while ($i < 10)
        @ i =3D $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=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
/home/cc/PRs/PR277009/crash.tgz

--=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-277009-227-hKgldp7hdW>