From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 12:37:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A31AA16A40E for ; Sat, 20 Jan 2007 12:37:40 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.freebsd.org (Postfix) with ESMTP id EB13313C43E for ; Sat, 20 Jan 2007 12:37:37 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: (qmail 54399 invoked from network); 20 Jan 2007 12:34:52 -0000 Received: from satis.satis.info (HELO info1) (213.238.150.220) by 0 with ESMTP; 20 Jan 2007 12:34:52 -0000 Message-ID: <105401c73c8f$a6790f50$dc96eed5@info1> From: "Halid Faith" To: Date: Sat, 20 Jan 2007 14:36:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Why does my machine give a panic? 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: Sat, 20 Jan 2007 12:37:40 -0000 I used to use freebsd4.X. I didn't have any problem about it. After I reinstalled freebsd6.1 my server has started to given a panic. I am sure that the server's hardware is good. I ran kgdb on the server as below; # kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: dev = amrd0s1e, block = 1008936, fs = /var panic: ffs_blkfree: freeing free block cpuid = 1 Uptime: 1d18h28m28s Dumping 1023 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1023MB (261886 pages) 1008 992 976 960 944 928 912 896 880 864 848 832 816 800 784 768 752 736 720 704 688 672 656 640 624 608 592 576 560 544 528 512 496 480 464 448 432 416 400 384 368 352 336 320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); How to get rid off that ?