Re: how to panic FreeBSD

2006-07-30 Thread Chuck Swiger
Only OpenSource wrote: I am trying to learn kernel debugging and one of the approaches I have come up with is to introduce situations in the sys code by which the compiled kernel is buggy and will panic. Most people introducing bugs into the kernel do so by accident, rather than

Re: how to panic FreeBSD

2006-07-30 Thread Fabian Keil
Only OpenSource [EMAIL PROTECTED] wrote: I am trying to learn kernel debugging and one of the approaches I have come up with is to introduce situations in the sys code by which the compiled kernel is buggy and will panic. My query is what are the typical bugs that I can introduce in say by