From owner-freebsd-questions@FreeBSD.ORG Sun Jul 30 06:20:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 495CF16A4E0 for ; Sun, 30 Jul 2006 06:20:48 +0000 (UTC) (envelope-from onlyopensource@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201B43D53 for ; Sun, 30 Jul 2006 06:20:47 +0000 (GMT) (envelope-from onlyopensource@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so315849uge for ; Sat, 29 Jul 2006 23:20:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AWqF6mmachePJtRYcYlV0KRF9vfUwzxmWB/hV0c1A82vEOgMlGnktzv2AcO0rez3SG23jPUvgKPqll9EWC4cqGwHix9k0FwYf9xW1LHjcZyVGd4xkqLxar3o2VFvGXinRS6qmWGSP9Wvivhig1mBSd2Ve5ugX+QRTJED1/LvMUQ= Received: by 10.78.157.8 with SMTP id f8mr231248hue; Sat, 29 Jul 2006 23:20:45 -0700 (PDT) Received: by 10.78.180.9 with HTTP; Sat, 29 Jul 2006 23:20:45 -0700 (PDT) Message-ID: Date: Sun, 30 Jul 2006 11:50:45 +0530 From: "Only OpenSource" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: how to panic FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 06:20:48 -0000 Hello 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 which the kernel would panic. Thanks for any help. -- oo@@oo