From owner-cvs-all Tue Oct 29 4: 0:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B6E37B401; Tue, 29 Oct 2002 04:00:52 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6093843E75; Tue, 29 Oct 2002 04:00:51 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g9TC0oJR008775; Tue, 29 Oct 2002 04:00:50 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id g9TBxYCB008718; Tue, 29 Oct 2002 03:59:34 -0800 (PST) Date: Tue, 29 Oct 2002 03:59:34 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch common.c Message-ID: <20021029115934.GA8665@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210271720.g9RHKnUS015686@repoman.freebsd.org> <20021029030118.GA36927@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 29, 2002 at 10:24:19AM +0100, Dag-Erling Smorgrav wrote: > "David O'Brien" writes: > > Please back this out, it core dumps for me: > > Not unless I get a proper bug report from a credible source. "pkg_add -r" was broken for a long time. It was fixed, and once again you've broken it (you're good at that). You were nicely asked to back this out. Until you creditably code and test, please don't commit anything else that affects "pkg_add -r". Script started on Tue Oct 29 03:54:38 2002 $ gdb /usr/bin/fetch GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... (gdb) run Starting program: /usr/bin/fetch -v ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-current/Latest/libflash.tbz looking up proxy.mycompany.com connecting to proxy.mycompany.com:66 requesting ftp://ftp.freebsd.org:21/pub/FreeBSD/ports/i386/packages-current/Latest/libflash.tbz fetch: libflash.tbz: size of remote file is not known local size / mtime: 103424 / 1035892449 Receiving libflash.tbz: 0 bytesReceiving libflash.tbz: 53248 bytes Program received signal SIGBUS, Bus error. bcopy () at {standard input}:57 57 {standard input}: No such file or directory. in {standard input} Current language: auto; currently asm (gdb) where #0 bcopy () at {standard input}:57 #1 0x08050080 in ?? () #2 0x28213ed6 in _sread (fp=0x28238640, buf=0x804f400 "ÝÁ;ù\016±\234çÅ\023ßâ\036à¨ø]\023\006\200¢2ç\030)\r\021á\224.\2155Ó+û¦.´èê\206^LÈg0òsI\026\026L\204n|h.N\227a$\n\226~Ö\203ù´#öµÿÌÛ¼£Æî ý|\237©à{}N>ï\206\225êâ|\217â¥\035è\003ÂAB öµ\221G`rK\206\003\204+v'a\215ÐRe±Ëëð\017**y\220\003®\217.\026\231³f\222Zâà*#©àÌ´\023$Dî²Ñ)1È*&8edñ\222\204fÀ?9¯!C", n=134542336) at /usr/src/lib/libc/stdio/stdio.c:107 #3 0x28201e49 in __srefill (fp=0x804cb00) at /usr/src/lib/libc/stdio/refill.c:138 #4 0x281fc627 in fread (buf=0x804e000, size=1, count=4096, fp=0x28238640) at /usr/src/lib/libc/stdio/fread.c:80 #5 0x0804a40a in fetch ( URL=0xbfbff91a "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-current/Latest/libflash.tbz", path=0xbfbff95f "libflash.tbz") at /usr/src/usr.bin/fetch/fetch.c:545 #6 0x0804b09f in main (argc=1, argv=0xbfbff7bc) at /usr/src/usr.bin/fetch/fetch.c:888 #7 0x08049240 in _start () (gdb) quit The program is running. Exit anyway? (y or n) y $ exit exit Script done on Tue Oct 29 03:55:06 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message