From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 10:36:11 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC6E16A4CE for ; Sun, 13 Mar 2005 10:36:11 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703AB43D2D for ; Sun, 13 Mar 2005 10:36:11 +0000 (GMT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org ([69.143.16.144]) by comcast.net (rwcrmhc12) with ESMTP id <2005031310361001400jgv4ee>; Sun, 13 Mar 2005 10:36:10 +0000 Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.11/8.12.11) with ESMTP id j2DAa9Z6097418; Sun, 13 Mar 2005 05:36:09 -0500 (EST) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.11/8.12.11/Submit) id j2DAa86W097417; Sun, 13 Mar 2005 05:36:08 -0500 (EST) (envelope-from dgl) Date: Sun, 13 Mar 2005 05:36:08 -0500 From: Doug Lee To: "Michael C. Shultz" Message-ID: <20050313103608.GM4670@kirk.dlee.org> Mail-Followup-To: Doug Lee , "Michael C. Shultz" , freebsd-questions@freebsd.org References: <20050226052644.GF5368@kirk.dlee.org> <200503121359.01307.ringworm01@gmail.com> <20050312230416.GH4670@kirk.dlee.org> <200503121524.20745.ringworm01@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503121524.20745.ringworm01@gmail.com> Organization: Bartimaeus Group User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Portinstall/upgrade stops with no error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 10:36:11 -0000 On Sat, Mar 12, 2005 at 03:24:19PM -0800, Michael C. Shultz wrote: > > Portmanager is at version 0.2.9_2 now so you should update with > cvsup. I'm guessing you did not run portmanager as root, if that > is the problem the current version will correctly report it. > > -Mike > > Yes I ran it as root (hence the "#" in "Kirk 3#"), but I'm now doing > a cvsup of ports and will try an upgrade of portmanager anyway. If it still cores, build with WITH_DEBUG=yes and send me the core please if you are on a X86 system. If not the output of gdb /usr/local/bin/portmanager ./portmanager.core bt would be very helpful. Thanks -Mike Built with debug, still cores. gdb output first: (gdb) bt #0 0x280d5b74 in strstr () from /usr/lib/libc.so.4 #1 0x2806f7a0 in PMGRrAddDependencies (property=0xbfbff5b4, portName=0x804e1b0 "pine-4.44") at PMGRrAddDependencies.c:109 #2 0x2806fca6 in PMGRrDbCreate (property=0xbfbff5b4) at PMGRrDbCreate.c:173 #3 0x280746ff in PMGRrStatus (property=0xbfbff5b4) at PMGRrStatus.c:53 #4 0x8049137 in PMGRrShowLeaves () at PMGRrShowLeaves.c:26 #5 0x8048a44 in PMGRrShowLeaves () at PMGRrShowLeaves.c:26 #6 0x8048986 in PMGRrShowLeaves () at PMGRrShowLeaves.c:26 (gdb) f 1 #1 0x2806f7a0 in PMGRrAddDependencies (property=0xbfbff5b4, portName=0x804e1b0 "pine-4.44") at PMGRrAddDependencies.c:109 109 stringSize = strstr( portDependencyDir, "\n" ) - portDependencyDir; (gdb) print portDependency $1 = 0x8050049 "cclient-2001a,1" (gdb) Core size 417 K. If you need it, I'll email it privately. I doubt there's anything compromising in there... -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' ('I found it!') but rather 'hmm.... that's funny...'" -- Isaac Asimov