Opened 10 years ago
Last modified 8 years ago
#10927 assigned bug
[kernel] no way back from kdl after unreal
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | pdziepak | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev47334 running in vbox.
It's impossible to exit kernel debugger after running unreal
.
PANIC: ASSERT FAILED (/Buildbot/slave/haiku/src/system/kernel/scheduler/scheduler.cpp:171): are_interrupts_enabled ()
Change History (4)
comment:1 by , 10 years ago
comment:3 by , 8 years ago
Cc: | added |
---|
Btw it's still here.
We could change the assert to (are_interrupts_enabled() || debug_debugger_running())
, I don't think that would hurt.
I'm more concerned about the other locks in the kdl command itself, were they checked since the last scheduler changes?
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Well you can "cont"inue N times but it's painful...