> # crash
> Crash version 7.99.25, image version 7.99.25.
> Output from a running system is unreliable.
> crash> trace/t 0t455
> trace: pid 455 lid 1 at 0xfffffe8002ff0ce0
> sleepq_block() at sleepq_block+0xa2
> cv_wait() at cv_wait+0x116
> fd_close() at fd_close+0x39a
> fd_free() at fd_free+0x178
> exit1() at exit1+0x10a
> sys_exit() at sys_exit+0x3a
> syscall() at syscall+0x9c
> --- syscall (number 1) ---
>
> So I guess I need to figure out which/what condvar it is waiting on...


It would be great if crash and ddb could print the parameters. Also
most of the "show" commands do only work in ddb, but not in crash,
unfortunately.

Reply via email to