From owner-freebsd-stable@FreeBSD.ORG Mon Jul 20 18:03:57 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 61B581065676 for ; Mon, 20 Jul 2009 18:03:57 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6838FC2B for ; Mon, 20 Jul 2009 18:03:56 +0000 (UTC) (envelope-from parv@pair.com) Received: from localhost.hawaii.res.rr.com ([98.150.187.245]) by hrndva-omta02.mail.rr.com with ESMTP id <20090720174712731.MLUV15412@hrndva-omta02.mail.rr.com> for ; Mon, 20 Jul 2009 17:47:12 +0000 Received: from holstein.holy.cow (localhost [127.0.0.1]) by localhost.hawaii.res.rr.com (Postfix) with ESMTP id 6A9EC3345 for ; Mon, 20 Jul 2009 07:49:01 -1000 (HST) Received: (from parv@localhost) by holstein.holy.cow (8.13.8/8.13.8/Submit) id n6KHn0DJ041963 for freebsd-stable@freebsd.org; Mon, 20 Jul 2009 07:49:00 -1000 (HST) (envelope-from parv@pair.com) X-Authentication-Warning: holstein.holy.cow: parv set sender to parv@pair.com using -f Date: Mon, 20 Jul 2009 07:49:00 -1000 From: parv@pair.com To: f-stable Message-ID: <20090720174900.GA5299@holstein.holy.cow> Mail-Followup-To: f-stable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: pkg_delete dumps core while deinstalling old libgtkhtml 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: Mon, 20 Jul 2009 18:03:57 -0000 Hi, While deinstalling libgtkhtml-2.11.1, pkg_delete (FreeBSD 6-STABLE/i386) dies due to segfault ... gdb /usr/sbin/pkg_delete -c /var/db/package/libgtkhtml-2.11.1/pkg_delete.core GNU gdb 6.1.1 [FreeBSD] ... This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `pkg_delete'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libmd.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libmd.so.3 Reading symbols from /lib/libutil.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libutil.so.5 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x78152f52 in strcmp () from /lib/libc.so.6 (gdb) bt #0 0x78152f52 in strcmp () from /lib/libc.so.6 #1 0x0804b3e3 in ?? () #2 0x08052060 in ?? () #3 0x00000000 in ?? () #4 0x00000000 in ?? () #5 0x00000000 in ?? () #6 0x00000000 in ?? () #7 0x00000000 in ?? () #8 0x00000000 in ?? () #9 0x00000000 in ?? () #10 0x08052040 in ?? () #11 0x08056b60 in ?? () #12 0xbfbfda08 in ?? () #13 0x0804ad65 in ?? () #14 0x00000000 in ?? () #15 0x0000000c in ?? () #16 0xbfbfd870 in ?? () #17 0x78168518 in __sfvwrite () from /lib/libc.so.6 ... if anybody needs missing symbols, could you please tell me what I would need to do? I could (write a program) myself (to) handle the file deletion, unless there is already an existing program besides pkg_delete itself. Is there one? - Parv --