From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 15:50:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 704171065670 for ; Mon, 17 Nov 2008 15:50:50 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by mx1.freebsd.org (Postfix) with ESMTP id 192138FC1C for ; Mon, 17 Nov 2008 15:50:49 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so2483402rne.12 for ; Mon, 17 Nov 2008 07:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=z9pVcGSJVQnV1wZvdFJc5Hjn3yicScqPJn91jnS4O84=; b=dltPFnAADc+fxSbhkuChHj1BlXB0g+x9tGp8eogVRhia3DSRWAdZIz/HMc3zir6aF7 e2nj8aEYQDzCeEomiaadzfWyRo2lYm9G5Amz1Togjw3Mq88/a6oJgIjNWhEx+cvirO4v 6kVDu5IiSYyP5n4ScSO/nvPc1olMy1hvsE24E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ogcFJGuEPsmNOphffvPFs1KlFOiqVr88J7xgVbc9o54ncWmnPPcNIi9ltsfyjekcaO QD7eXQYW0XJThRArE3y8TCireYa9OgUVi/0m9Zk1rUTBjFJZJanvV0BQLJhlXMBiHHRo XAm74jJYTLdAuAqRySBnq2NFJd4zEUu5ts3yg= Received: by 10.142.237.19 with SMTP id k19mr2036672wfh.209.1226937048959; Mon, 17 Nov 2008 07:50:48 -0800 (PST) Received: by 10.142.143.20 with HTTP; Mon, 17 Nov 2008 07:50:48 -0800 (PST) Message-ID: Date: Mon, 17 Nov 2008 10:50:48 -0500 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: seg fault when pkg_delete 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: Mon, 17 Nov 2008 15:50:50 -0000 Hi, I have some trouble when "make deinstall/pkg_delete" some ports. I try to backtrace with gdb, and here is what I found when exec pkg_delete under gdb to remove p5-Module-Build-0.30: 0x2815dae6 in strcmp () from /lib/libc.so.7 any idea?? thanks!! TFC