From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 16 07:33:54 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B808E106566B for ; Fri, 16 Jan 2009 07:33:54 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 426DE8FC0A for ; Fri, 16 Jan 2009 07:33:54 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz13 with SMTP id 13so5086414bwz.19 for ; Thu, 15 Jan 2009 23:33:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lgEYKqhefkheLTs+Dfa/eunthdcfGEN1KOM9XG0//uA=; b=m/f4So25Wn+TVsjqKH8+tetyFXWZCeOSV7q7cZGqXZ+/l755fe++5iVIrmZhgOiJbM 6OFYElXBs26KnBaOv8HZwi0+k+aVy8M7/JIrd/E30jooMX7NZIWRMs3ovHun19uPIGbC AlWCe9kv0YdBJm6gT/YQpnuyNZbBYeUd324P0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XySwPcSbAzJ8Vj9qhGNFFym1i//zkxVkyT03EceJ0JQ2HprW9U/DRniQSmDRiwHVVr NFpaCc6jTOIOTYTNsJJ5ndcWRMO13z9NCZXbUzfcI9mEoXt31TQ0JFcWEh/en79jNWUU oTKBx27pkWBzGm21nQr1TXoVMQ2Pf/wZcTkmA= MIME-Version: 1.0 Received: by 10.181.50.1 with SMTP id c1mr752350bkk.3.1232091233229; Thu, 15 Jan 2009 23:33:53 -0800 (PST) In-Reply-To: <550328.24456.qm@web45404.mail.sp1.yahoo.com> References: <550328.24456.qm@web45404.mail.sp1.yahoo.com> Date: Thu, 15 Jan 2009 23:33:53 -0800 Message-ID: <7d6fde3d0901152333i53108c49m64e92abb7c5329cb@mail.gmail.com> From: Garrett Cooper To: shilp.kamal@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Hackers freeBSD Subject: Re: panic: Going nowhere without my init! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 07:33:55 -0000 On Wed, Jan 14, 2009 at 9:30 PM, Kamlesh Patel wrot= e: > Hi All, > > Thanks for answering my previous question "FreeBSD kernel Debugging tools= for Virtual Memory Module", thank you Dag-Erling Sm=F8rgrav. > > Today i made a comment in Getpid() function of sys/kern/kern_prot.c file = and i got error of > > -------------------------------------------------------------------------= ------- > panic: Going nowhere without my init! > Can not dump. No dump device defined. > Automatic reboot in 15 seconds - press a key on the console to abort-----= --------------------------------------------------------------------------- > > Could anyone help me in solving this error? "Made a comment" -- what kind of comment? Do you in fact mean add additional code? -Garrett