From owner-freebsd-current@FreeBSD.ORG Thu Oct 5 11:52:26 2006 Return-Path: X-Original-To: FreeBSD-CURRENT@FreeBSD.org Delivered-To: FreeBSD-CURRENT@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D978616A403 for ; Thu, 5 Oct 2006 11:52:26 +0000 (UTC) (envelope-from rainbowit@Rainbow-IT.net) Received: from venus.rainbow-it.net (venus.rainbow-it.net [212.50.178.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D20A43D53 for ; Thu, 5 Oct 2006 11:52:23 +0000 (GMT) (envelope-from rainbowit@Rainbow-IT.net) Received: from localhost (localhost.rainbow-it.net [127.0.0.1]) by venus.rainbow-it.net (Postfix) with ESMTP id 158F31153F for ; Thu, 5 Oct 2006 12:52:18 +0100 (BST) X-Virus-Scanned: by amavisd-new, using ClamAV, at Venus.Rainbow-IT.net Received: from venus.rainbow-it.net ([127.0.0.1]) by localhost (Venus.Rainbow-IT.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FOkG-Hslv2Yw for ; Thu, 5 Oct 2006 12:52:17 +0100 (BST) Received: from rainbow-it.net (localhost.rainbow-it.net [127.0.0.1]) by venus.rainbow-it.net (Postfix) with ESMTP id 721E711537 for ; Thu, 5 Oct 2006 12:52:16 +0100 (BST) Received: from 10.0.2.4 (SquirrelMail authenticated user rainbowit) by Rainbow-IT.net with HTTP; Thu, 5 Oct 2006 12:52:17 +0100 (BST) Message-ID: <57153.10.0.2.4.1160049137.squirrel@Rainbow-IT.net> Date: Thu, 5 Oct 2006 12:52:17 +0100 (BST) From: rainbowit@Rainbow-IT.net To: FreeBSD-CURRENT@FreeBSD.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Thu, 05 Oct 2006 11:56:41 +0000 Cc: Subject: segmentation fault(s) after upgrading to CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 11:52:26 -0000 Hi All, I'm new to the list, so please be gentle :) I have just upgraded from FreeBSD_6 STABLE to FreeBSD_7 CURRENT (about time I did some testing / early adoption I thought). [12:49]chrisp@valhalla ~ % uname -a FreeBSD valhalla.systems.hq.inty.net 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu Oct 5 09:38:09 BST 2006 chrisp@valhalla.systems.hq.inty.net:/usr/obj/usr/src/sys/VALHALLA i386 My 'VALHALLA' kernel is a copy of 'GENERIC', but with RAID/SCSI/FIREWIRE/ISA_NICs removed. I have completed the upgrade but now I see many of the programs I run, are core dumping... This is from /var/log/messages: - Oct 5 11:26:26 valhalla kernel: pid 805 (gdm-binary), uid 0: exited on signal 11 (core dumped) Oct 5 11:26:29 valhalla kernel: pid 897 (my_print_defaults), uid 88: exited on signal 11 Oct 5 11:26:29 valhalla kernel: pid 898 (my_print_defaults), uid 88: exited on signal 11 Oct 5 11:26:29 valhalla kernel: pid 914 (mysqld), uid 88: exited on signal 11 Oct 5 11:26:35 valhalla kernel: pid 942 (clamd), uid 0: exited on signal 11 (core dumped) Oct 5 11:26:35 valhalla kernel: pid 946 (freshclam), uid 0: exited on signal 11 (core dumped) Oct 5 11:26:35 valhalla root: /etc/rc: WARNING: $compat5x_enable is not set properly - see rc.conf(5). Oct 5 11:26:36 valhalla kernel: pid 1025 (gdomap), uid 0: exited on signal 11 (core dumped) Oct 5 11:26:36 valhalla kernel: pid 1039 (gdnc), uid 0: exited on signal 11 (core dumped) I've read the mailarchive and added 'compat5x_enable="YES"' to /etc/rc.conf (I think that's what I should have done and the warning has gone away now). As for the Segmentation faults, what should I do to get myself back on track? I an eager to do whatever it takes, to help diagnose and fix what's wrong. Kindest Regards, -- ChrisP