:New submission from Alexander Shiryaev <[EMAIL PROTECTED]>:
:
:1=2E9.0-DEVELOPMENT (Feb 2007)
:
:I installed DragonFly BSD on my computer with 384Mb of memory, without swap.
:I configured bridge and installed musicpd.
:After some hours, I see in top: active ~10Mb of memory, inactive ~200Mb of=20
:memory, free ~2Mb of memory. Then I have kernel panic:
:
:panic: vm_fault: unrecoverable fault: at 0xff7ff000 in entry 0xc030c6a0
:
:syncing disks...

    It looks like DDB is not enabled in the kernel.  I suggest running a
    kernel with the following additional options in your kernel config:

# Debugging for Development
options         DDB
options         DDB_TRACE
options         INVARIANTS

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

Reply via email to