Subject: can't get system dump from DDB anymore
To: None <tech-kern@netbsd.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-kern
Date: 04/04/2007 17:28:09
Hi -
just found that this got broken. Whenever I type
"sync" or "reboot 0x100" at the DDB prompt, I get
"panic: assert_sleepable: NULL curlwp".

The stacktrace is:
assert_sleepable
_fstrans_start
ffs_sync
sys_sync
vfs_shutdown
cpu_reboot
db_reboot_cmd

Would be nice if that ability could be restored again.

best regards
Matthias