From owner-freebsd-stable@FreeBSD.ORG Thu Apr 16 08:41:10 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 969071065687 for ; Thu, 16 Apr 2009 08:41:10 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 041868FC0A for ; Thu, 16 Apr 2009 08:41:09 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fxm11 with SMTP id 11so282596fxm.43 for ; Thu, 16 Apr 2009 01:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=RFs0kMOfW06ihKpGt5z5p8+KLY3iZwHPaTJsAtYW66c=; b=WW1favAZbiLWbRSkcowUnlJia6XXVjEMSkBS4KFOx2wEeihplJfXcpYnvPkWthm/Ga 1kc6bU26z/QcA2JOqN5T+8STI02+FuTJwhbqsxBHg37Sd8vg66NRDu9ZguoOBWWjcGRQ jYPZIQnd/c81EgsILRs2aFxvrmtYNssOdoOmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=YNEyVspl7PqjEuSMemreA4i32ZF+reGQrJan8tpF8HeC6BDSNqarIASFhn06iZKIXL v5vmqSmMQkP9ysq5zr3/4r74TbbsSYtz8zNFINwZEMKSnZiwrgwmOjLmFMlPAcRZcfMS UcAAWoMLF7p8DfAwLigWDXzG+q/rFMd/0FqjQ= Received: by 10.204.117.131 with SMTP id r3mr999561bkq.100.1239869321696; Thu, 16 Apr 2009 01:08:41 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-4488268.home.otenet.gr [94.71.72.84]) by mx.google.com with ESMTPS id y15sm1014199fkd.19.2009.04.16.01.08.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Apr 2009 01:08:41 -0700 (PDT) Message-ID: <49E6E786.6060504@gmail.com> Date: Thu, 16 Apr 2009 11:08:38 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Subject: problems with 7.2, vm_page_insert: page already inserted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 08:41:10 -0000 (Sorry for not directly replying to the thread, just subscribed to the list) I've had this panic myself, on a system that would run 7.1 for weeks at a time. More importantly, this is a very standard desktop system with very simple apps for casual use: FreeBSD atlantis.dyndns.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #21: Sat Apr 4 08:30:04 EEST 2009 root@atlantis.dyndns.org:/usr/obj/usr/src/sys/ATLANTIS i386 As far as modules are concerned: Id Refs Address Size Name 1 13 0xc0400000 624a64 kernel 2 1 0xc0a25000 5464 vesa.ko 3 1 0xc0a2b000 6a45c acpi.ko 4 1 0xc55bc000 22000 linux.ko 5 1 0xc5f4d000 9000 i915.ko 6 1 0xc5f56000 13000 drm.ko sound, snd_hda and geom_journal are built into the kernel (I am journaling /usr and /var). There are no other differences (other than some removed drivers) from GENERIC The latest incident was this morning, while I was opening firefox. The system has 2G of memory and 1G swap and it never runs out of memory (it won't even touch swap most of the times) as it is just a standard desktop (XFCE). Unfortunately I don't have a dump at this point, but as the system runs 24/7 I'll make sure to get one if it happens next time. I've nuked and reinstalled all packages from scratch today.