Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 12:04:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228501] [VIMAGE JAIL] panic: negative refcount 0xfffff8002717643c   (when stopping jail)
Message-ID:  <bug-228501-227-7PrSWomgbW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228501-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228501-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=228501

--- Comment #1 from Marie Helene Kvello-Aune <marieheleneka@gmail.com> ---
Additional info:

# uname -a 
FreeBSD venus 12.0-CURRENT FreeBSD 12.0-CURRENT #1 r334213: Sat May 26 13:02:30
CEST 2018 root@venus:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

# cat /etc/jail.conf
exec.start              = "/bin/sh /etc/rc";
exec.stop               = "/bin/sh /etc/rc.shutdown";
exec.clean;
mount.devfs;
mount.fstab             = "/etc/fstab.$name";
path                    = "/usr/jails/$name";
host.hostname           = "$name";

devsamba {
  vnet;
  vnet.interface            = "epair0b";
}


# kldstat
Id Refs Address            Size     Name
 1   39 0xffffffff80200000  23fb800 kernel
 2    2 0xffffffff825fd000     a838 opensolaris.ko
 3    1 0xffffffff82608000   4345f8 zfs.ko
 4    1 0xffffffff82a3d000     2d58 coretemp.ko
 5    1 0xffffffff82a40000     cde0 aesni.ko
 6    1 0xffffffff82a4d000   579f88 vmm.ko
 7    1 0xffffffff82fc7000     7d10 filemon.ko
 8    1 0xffffffff82fcf000    10130 if_bridge.ko
 9    2 0xffffffff82fe0000     7978 bridgestp.ko
10    1 0xffffffff83964000     19a8 fdescfs.ko
11    1 0xffffffff83966000     1ec9 if_epair.ko
12    1 0xffffffff83968000     2388 ums.ko
13    1 0xffffffff8396b000     1780 uhid.ko
14    1 0xffffffff8396d000     26d0 nullfs.ko

-- 
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-228501-227-7PrSWomgbW>