lkpi: print stack trace in WARN_ON ?

2020-05-12 Thread Andriy Gapon
Just to get a bigger exposure: https://reviews.freebsd.org/D24779 I think that this is a good idea and, if I am not mistaken, it should match the Linux behavior. -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/ma

Re: Stack trace

2017-09-12 Thread Kaya Saman
On Mon, 2017-09-11 at 22:44 -0500, Jeremy wrote: > Lock order reversals are quite normal if you are using 12 Current, > especially with the GENERIC kernel, since all of the debugging > features are > turned on. I think the options WITNESS causes LORs to be printed. I > see > them when I restart my

Stack trace

2017-09-10 Thread Kaya Saman
doing really well like with the previous 10.x-Release. Though I am seeing a kernel stack trace: lock order reversal: 1st 0xf80106be25f0 zfs (zfs) @ /usr/src/sys/kern/vfs_mount.c:849 2nd 0xf80106c53068 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2606 stack backtrace: #0 0x80ac52d3 at

Re: UFS lock order reversal stack trace with r264677 on i386

2014-04-21 Thread Benjamin Kaduk
On Sat, 19 Apr 2014, R. Tyler Croy wrote: I've noticed this as of late on my i386 -CURRENT Thinkpad T43 when I perform some file operations, but an exact reproduction case I've not yet stumbled upon: Apr 20 01:29:32 lemon kernel: lock order reversal: Apr 20 01:29:32 lemon kernel: 1st 0xc58323

UFS lock order reversal stack trace with r264677 on i386

2014-04-19 Thread R. Tyler Croy
I've noticed this as of late on my i386 -CURRENT Thinkpad T43 when I perform some file operations, but an exact reproduction case I've not yet stumbled upon: Apr 20 01:29:32 lemon kernel: lock order reversal: Apr 20 01:29:32 lemon kernel: 1st 0xc5832358 bufwait (bufwait) @ /usr/home/tyler/sour

g_up panic, finally with stack trace!

2003-09-21 Thread Andrey Chernov
This is 10days old kernel panic, the same type I report before, but now I use dont-sync-on-panic sysctl, so some stack trace finally available: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x24 fault code = supervisor read, page not present instruction

How to dump the stack trace for other CPU

1999-09-22 Thread Lars Fredriksen
Hi, How does one go about dumping the stack trace for the other cpu while in ddb or gdb? This is on current. Thanks, Lars To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message