View Single Post
  #2   (View Single Post)  
Old 17th July 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

You might want to configure your system with some swap space (at least equal to the memory size), and ensure /var/crash contains free space at least equal to the system memory.

If this is true ( and you have not disabled core dumping in rc.conf), FreeBSD will save a core dump when it panics, and you will be able to get a backtrace, like this:

# kgdb /boot/kernel/kernel /var/crash/vmcore.0
> bt

Although fully understanding backtraces is a fairly advanced science, they can often tell even a novice where the problems are.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote