Date: Sun, 25 Dec 2005 20:09:52 +0800 From: Xin LI <delphij@gmail.com> To: kamal kc <kamal_ckk@yahoo.com> Cc: freebsd <freebsd-hackers@freebsd.org> Subject: Re: Fatal trap 12: page fault while in kernel mode Message-ID: <a78074950512250409w51af4d74p94a981e1bcd9ca44@mail.gmail.com> In-Reply-To: <20051225110044.13099.qmail@web35707.mail.mud.yahoo.com> References: <20051225110044.13099.qmail@web35707.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On 12/25/05, kamal kc <kamal_ckk@yahoo.com> wrote: [...] > Is the problem related to memory leaks or sleeping > on mutexes or some other causes. >From the backtrace you have provided, it looks like a memory corruption. In order to aid your debugging, you will want INVARIANTS and WITESS, etc. to be enabled. Also, if feasible, please consider using code from -CURRENT or at least RELENG_6_0, as there are more debugging aids that is likely to catch bugs early. Cheers, -- Xin LI <delphij@delphij.net> http://www.delphij.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a78074950512250409w51af4d74p94a981e1bcd9ca44>