Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jun 2012 12:21:34 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        current@FreeBSD.org
Subject:   Re: lock order reversal in sys/kern/vfs_mount.c
Message-ID:  <4FD1B60E.2060803@yandex.ru>
In-Reply-To: <4FD1B365.2010209@yandex.ru>
References:  <4FD1B365.2010209@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Mahmatkhanov wrote on 08.06.2012 12:10:
> Good day,
>
> After updating to yesterdays -current, I got this on boot:
>
> lock order reversal:
> 1st 0xfffffe0007b04c38 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1254
> 2nd 0xfffffe0007ed9478 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2158
> KDB: stack backtrace:
> db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
> kdb_backtrace() at kdb_backtrace+0x37
> _witness_debugger() at _witness_debugger+0x2c
> witness_checkorder() at witness_checkorder+0x853
> __lockmgr_args() at __lockmgr_args+0x113a
> vop_stdlock() at vop_stdlock+0x39
> VOP_LOCK1_APV() at VOP_LOCK1_APV+0xbf
> _vn_lock() at _vn_lock+0x47
> vget() at vget+0x7b
> devfs_allocv() at devfs_allocv+0x13f
> devfs_root() at devfs_root+0x4d
> dounmount() at dounmount+0x45c
> vfs_unmountall() at vfs_unmountall+0x4c
> kern_reboot() at kern_reboot+0x84b
> sys_reboot() at sys_reboot+0x68
> amd64_syscall() at amd64_syscall+0x2e0
> Xfast_syscall() at Xfast_syscall+0xf7
> --- syscall (55, FreeBSD ELF64, sys_reboot), rip = 0x40ebbc, rsp =
> 0x7fffffffd6c8, rbp = 0x65 ---
>
> Reverting to old kernel (that was built about a week ago) helped to
> avoid this. Any thoughts?

And this one comes up with the recent update too:

driver bug: Unable to set devclass (class: acpi_sysresource devname: 
(unknown))
driver bug: Unable to set devclass (class: acpi_timer devname: (unknown))
cpu0: <ACPI CPU> on acpi0
driver bug: Unable to set devclass (class: acpi_sysresource devname: 
(unknown))
cpu1: <ACPI CPU> on acpi0
driver bug: Unable to set devclass (class: acpi_sysresource devname: 
(unknown))
cpu2: <ACPI CPU> on acpi0
driver bug: Unable to set devclass (class: acpi_sysresource devname: 
(unknown))
cpu3: <ACPI CPU> on acpi0

What the additional info should I supply to understand what's wrong?
Here is my full dmesg; http://people.freebsd.org/~rm/dmesg.txt

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD1B60E.2060803>