[Bug 193269] panic: kdb_switch: did not reenter debugger (from sysctl debug.kdb.enter=1 w/ i915kms)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 3 13:15:20 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193269

Andriy Gapon <avg at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avg at FreeBSD.org

--- Comment #1 from Andriy Gapon <avg at FreeBSD.org> ---
kdb_trap context places certain requirements on code that can be executed.
Apparently drm code (used via vt) is not aware of those requirements.
The easiest solution is probably to amend pause_sbt() to take the 'cold' code
path for kdb_active case as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list