<div dir="ltr">Try going back to the default /usr/src/sys/config/X86_64_GENERIC kernel config and see if you still have the lockup problem.  There are two possibilities.  One is that the removal of the DDB option caused the kernel to enter into a cpu-bound loop instead of panicing on an improper user space address, and the second possibility is that there is some other bit of code related to one of the other options, such as INVARIANTS, whos removal is causing problems (if you commented out other options as well).<div><br></div><div>Since you are running a custom kernel config, if you could post a diff -u of the default verses your current config, that would be helpful.  I might need it to reproduce the issue.</div><div><div><br></div><div>-Matt</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 21, 2019 at 5:46 PM Matthew Dillon <<a href="mailto:dillon@backplane.com">dillon@backplane.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">The unused function is because DDB isn't compiled into your kernel.  I will push a fix for that so DDB doesn't have to be compiled in.<div><br></div><div>I'll see if I can reproduce the lockup issue with compton.</div><div><br></div><div>-Matt</div></div>
</blockquote></div>