Bug #2367
closed
reproducible panic when sbcl drops into debugger
Added by profmakx over 12 years ago.
Updated over 12 years ago.
Description
The kernel panics with
panic: kqueue: checkloop failed i=0
on master when running sbcl and dropping into the debugger. Will upload SBCL package + core if necessary.
How to reproduce: start sbcl and try executing an invalid command like
(crash-please)
then when sbcl dropped into debugger, press enter.
- Status changed from New to Feedback
This should be fixed with commit 088621c17af05faef491565f0d1b276d7b2077d0. The panic was actually rooted in the polling framework not playing nicely with kqfilters on ttys. SBCL opens /dev/tty and uses it only in it's debugger which is why the problem only occurred after sbcl had dropped into the debugger.
You're asking yourself for feedback? What will you reply? Is this fixed?
- Status changed from Feedback to Closed
Markus confirmed it's fixed on IRC.
Also available in: Atom
PDF