[issue559] panic: vm_fault: unrecoverable fault

Matthew Dillon dillon at apollo.backplane.com
Wed Feb 14 15:14:26 PST 2007


:New submission from Alexander Shiryaev <coumarin at gmail.com>:
:
: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 
					<dillon at backplane.com>





More information about the Bugs mailing list