DragonFly BSD
DragonFly bugs List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: panic after xdm is started


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 5 Sep 2010 09:48:02 -0700 (PDT)

    This should be fixed momentarily.  I just have to test it.  The
    problem is the console intercept that X/xdm does.  This causes
    kprintf()'s to run through the constty and if the kprintf() is
    made from a hard code section (which is a set of assertions that
    I added recently) then Ka-Boom.

    I'm changing it to only use the console tty if it can get the
    tty_token non-blocking.  Certainly this is not perfect, and if
    it isn't good enough I'll remove the console intercept entirely
    (which was a bad idea anyway, long ago).

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]