I've just committed a change to /dev/arch/i386/i386/db_trace.c which implements tracebacks by "thread" (really process) in ddb on the i386; use "trace/t <pid>" Note that, because ddb is in hex by default, so is the pid. normal usage is thus: t/t 0t<decimal-pid> - Bill