From owner-freebsd-current@FreeBSD.ORG Sat Oct 7 01:37:43 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 458EC16A415 for ; Sat, 7 Oct 2006 01:37:43 +0000 (UTC) (envelope-from SysAdmin@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 3958C43D46 for ; Sat, 7 Oct 2006 01:37:41 +0000 (GMT) (envelope-from SysAdmin@Rainbow-IT.net) Received: from localhost (localhost.rainbow-it.net [127.0.0.1]) by venus.rainbow-it.net (Postfix) with ESMTP id 3DF201153E for ; Sat, 7 Oct 2006 02:37:38 +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 bRYcZ2tgZxxa for ; Sat, 7 Oct 2006 02:37:37 +0100 (BST) Received: from [172.16.1.6] (82-33-97-136.cable.ubr10.azte.blueyonder.co.uk [82.33.97.136]) by venus.rainbow-it.net (Postfix) with ESMTP id 9B4D211448 for ; Sat, 7 Oct 2006 02:37:37 +0100 (BST) Message-ID: <452704E0.4080907@Rainbow-IT.net> Date: Sat, 07 Oct 2006 02:37:36 +0100 From: Christopher J Phillips Organization: Rainbow IT Consultancy User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: FreeBSD-CURRENT References: <57153.10.0.2.4.1160049137.squirrel@Rainbow-IT.net> <20061005130358.3e6984ba.dom@helenmarks.co.uk> In-Reply-To: <20061005130358.3e6984ba.dom@helenmarks.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 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: Sat, 07 Oct 2006 01:37:43 -0000 Dominic Marks wrote: > On Thu, 5 Oct 2006 12:52:17 +0100 (BST) > rainbowit@Rainbow-IT.net wrote: > >> Hi All, >> >> I'm new to the list, so please be gentle :) > > Hi Chris, > >> 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... > > Rebuild them. From what I can see they mostly look to be > threaded apps. You might find that doing a fresh install of > CURRENT is a better idea in future. Although I suppose then you > wouldn't be testing the upgrade path. > >> 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 >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi Dom, Yeah, the system was pretty-much OK, just a few programs that needed to be rebuilt. For the record/archives, I started by rebuilding 'ruby18' by doing: - /usr/ports/lang/ruby18 # make clean distclean deinstall reinstall which worked a treat and then similar in /usr/ports/sysutils/portupgrade (as poerupgrade was one of the programs that were seg-faulting). Then I just rebuilt the programs most important to me (firefox/thunderbird/enigmail etc), using 'portupgrae -rR ' and I'm almost back to normal now. Thanks for the speedy responses everybody! Cheers :) -- Chris Phillips