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

Re: panic with kernel built Tue May 11 13:30:59 EDT 2004


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 May 2004 15:19:45 -0700 (PDT)

    Andrew, how about I give you a leaf account so you can upload these
    crash dumps & kernel.debug's so I can take a look at them?

    There are only two possibilities that I can think of:  (1) Either you
    are running something that is triggering the problem that we aren't
    or (2) You've got buggy hardware.

    Lets assume (1) for the moment.  The kernel config you sent me on the
    5th has some interesting possibilities.  Things you are doing that most
    of us aren't:

    makeoptions     DEBUG=-gstabs
    options         INET6                   #IPv6 communications protocols
    options         IPSEC                   #IP security
    options         IPSEC_DEBUG             #debug for IP security
    options         UDF
    options         PQ_CACHESIZE=512
    options         NETGRAPH
    options         CPU_ATHLON_SSE_HACK
    options         PCI_ENABLE_IO_MODES
    options         SC_PIXEL_MODE
    pseudo-device   splash
    options         IPFIREWALL              #firewall
    options         IPFIREWALL_VERBOSE      #print information about
    options         IPFIREWALL_FORWARD      #enable transparent proxy support
    options         IPFIREWALL_VERBOSE_LIMIT=100    #limit verbosity
    options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
    options         IPV6FIREWALL            #firewall for IPv6
    options         IPV6FIREWALL_VERBOSE
    options         IPV6FIREWALL_VERBOSE_LIMIT=100
    options         IPV6FIREWALL_DEFAULT_TO_ACCEPT
    options         IPDIVERT                #divert sockets
    options         IPSTEALTH               #support for stealth forwarding
    options         RANDOM_IP_ID
    options         SMBFS                   #SMB/CIFS filesystem

    We need to narrow down the issues as much as possible.  Get rid of all
    options that you don't need.  IPV6, IPSEC, and SMBFS are particular
    possibilities.  Virtually no testing has been done on any of them.  But
    get rid of everything you don't absolutely need and even get rid of
    things you do need :-).

    In fact, the more I look at your configuration, the more I believe
    that the bug is to be found somewhere in one of those options.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>

:Hi Folks,
:
:I cvsupped and cvs co'ed probably less than an hour before that. 
:
:Here's the traceback -
:
:(kgdb) bt
:#0  dumpsys () at ../../kern/kern_shutdown.c:500
:#1  0xc01dba66 in boot (howto=256) at ../../kern/kern_shutdown.c:333
:#2  0xc01dbf0a in poweroff_wait (junk=0xc0426a60, howto=-1055760896)
:    at ../../kern/kern_shutdown.c:612
:#3  0xc030633f in vm_page_alloc (object=0xd948b480, pindex=4, page_req=9)
:    at ../../vm/vm_page.c:852
:#4  0xc02fbae9 in vm_fault (map=0xd776a060, vaddr=671526912, fault_type=2 '\002',
:    fault_flags=8) at ../../vm/vm_fault.c:365
:#5  0xc03a55f5 in trap_pfault (frame=0xd87ebd48, usermode=1, eva=671526940)
:    at ../../i386/i386/trap.c:960
:#6  0xc03a51ea in trap (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 126,
:      tf_esi = 671531004, tf_ebp = -1077938884, tf_isp = -662782604, tf_ebx = 671513320,
:      tf_edx = 671526940, tf_ecx = 32, tf_eax = 671526972, tf_trapno = 12, tf_err = 6,
:      tf_eip = 671458450, tf_cs = 31, tf_eflags = 66054, tf_esp = -1077938924, tf_ss = 47})
:    at ../../i386/i386/trap.c:467
:#7  0x2805a492 in ?? ()
:#8  0x2805a3a9 in ?? ()
:#9  0x28061ccb in ?? ()
:#10 0x2805a86e in ?? ()
:#11 0x28057729 in ?? ()
:#12 0x28056622 in ?? ()
:
:Cheers,
:
:Andrew.



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