Bug #1861
panic via kprintf (lockmgr called in a hard section)
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
kbd_ioctl takes a lockmgr lock; kprintf calls kvcprintf, which enters a hard
section if it is calling kputchar (it is via kprintf). kbd_ioctl is called via
cnputc, from kputchar. This causes a panic.
Related todos
History
Updated by alexh over 2 years ago
Has this been fixed?
Updated by vsrinivas over 2 years ago
nope.