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

Re: [issue1077] Kernel lockup with SMP on -HEAD


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Jul 2008 10:10:06 -0700 (PDT)

:...
:
:These are booting logs.
:1=2E Odd one lock-up: http://pastebin.ca/1077610
:2=2E Common lock-up (with 'ps' and 'trace'): http://pastebin.ca/1077611
:3=2E Working non-SMP kernel: http://pastebin.ca/1077609
:

    The boot logs are very useful.  It looks like the network is the problem.
    It's probably dying trying to configure em1, after lo0.  It is getting an
    interrupt storm on IRQ 14, which no device is attached to.  I'm guessing
    that the BIOS is lying about EM1 being on IRQ 11 and it is actually on
    IRQ 14.

    Try building a SMP kernel *without* options APIC_IO.

    If that doesn't work try configuring EM1 for polling operation only.
    Get it configured and working in a polling-only mode with a UP kernel,
    then try booting a SMP kernel and see if that works.

    It may also be possible to get through the SMP boot sequence by setting
    kern.emergency_intr_enable=1 in /boot/loader.conf, but this would purely
    be a stopgap.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



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