Date: Tue, 29 Oct 2002 03:59:34 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Dag-Erling Smorgrav <des@ofug.org> 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> In-Reply-To: <xzpiszl4myk.fsf@flood.ping.uio.no> References: <200210271720.g9RHKnUS015686@repoman.freebsd.org> <20021029030118.GA36927@dragon.nuxi.com> <xzpiszl4myk.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 29, 2002 at 10:24:19AM +0100, Dag-Erling Smorgrav wrote: > "David O'Brien" <obrien@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021029115934.GA8665>