NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/54336: panic in kern_lwp.c when running a script



>Number:         54336
>Category:       kern
>Synopsis:       panic in kern_lwp.c when running a script
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 02 00:20:00 +0000 2019
>Originator:     coypu
>Release:        NetBSD 8.99.47
>Organization:
>Environment:
NetBSD planets 8.99.47 NetBSD 8.99.47 (GENERIC) #2: Tue Jun 25 05:55:09 UTC 2019  fly@ns3105053:/home/fly/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
I accidentally pasted a few hundred lines of C code to fish (shell).
netbsd didn't like that.

I don't have the exact script, though.

[ 62397.585980] panic: kernel diagnostic assertion "l->l_refcnt != 0" failed: file "/home/fly/src/sys/kern/kern_lwp.c", line 1625 
[ 62397.585980] cpu1: Begin traceback...
[ 62397.585980] vpanic() at netbsd:vpanic+0x160
[ 62397.585980] stge_eeprom_wait.isra.4() at netbsd:stge_eeprom_wait.isra.4
[ 62397.585980] lwp_addref() at netbsd:lwp_addref+0xc7
[ 62397.585980] procfs_lookup() at netbsd:procfs_lookup+0x555
[ 62397.595987] VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x52
[ 62397.595987] lookup_once() at netbsd:lookup_once+0x260
[ 62397.595987] namei_tryemulroot() at netbsd:namei_tryemulroot+0x2de
[ 62397.595987] namei() at netbsd:namei+0x29
[ 62397.595987] fd_nameiat.isra.2() at netbsd:fd_nameiat.isra.2+0x54
[ 62397.595987] do_sys_statat() at netbsd:do_sys_statat+0x87
[ 62397.595987] sys___stat50() at netbsd:sys___stat50+0x28
[ 62397.595987] syscall() at netbsd:syscall+0x181
[ 62397.595987] --- syscall (number 439) ---
[ 62397.595987] 77660ab8f07a:
[ 62397.595987] cpu1: End traceback...
[ 62397.595987] WARNING: SPL NOT LOWERED ON SYSCALL 60 3 EXIT 38771800 7

[ 62397.595987] dumping to dev 0,1 (offset=1896, size=1013425):
[ 62397.595987] dump wddump: wd0: (aborted command)

[ 62398.686629] i/o error


>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index