From owner-freebsd-arch Thu Feb 15 14:59:47 2001 Delivered-To: freebsd-arch@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AD44437B401 for ; Thu, 15 Feb 2001 14:59:43 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1FMxgW12025 for ; Thu, 15 Feb 2001 15:59:43 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200102152259.f1FMxgW12025@harmony.village.org> Subject: Re: Step 1 and 2 patch Cc: arch@FreeBSD.ORG In-reply-to: Your message of "Thu, 15 Feb 2001 15:42:54 MST." <200102152242.f1FMgsW11899@harmony.village.org> References: <200102152242.f1FMgsW11899@harmony.village.org> Date: Thu, 15 Feb 2001 15:59:42 -0700 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200102152242.f1FMgsW11899@harmony.village.org> Warner Losh writes: : OK. This appears to work for me. I can run ports and other things : with these changes. I'm submitting them for review. % ls | sort sort in free(): error: junk pointer, too high to make sense. Abort(core dumped) % gdb sort sort.core: (gdb) where #0 0x280a89c8 in kill () from /usr/lib/libc.so.5 #1 0x280e8ce6 in abort () from /usr/lib/libc.so.5 #2 0x280e7869 in isatty () from /usr/lib/libc.so.5 #3 0x280e7895 in isatty () from /usr/lib/libc.so.5 #4 0x280e871e in isatty () from /usr/lib/libc.so.5 #5 0x280e898d in free () from /usr/lib/libc.so.5 #6 0x280d760d in __srefill () from /usr/lib/libc.so.5 #7 0x280d20e9 in fread () from /usr/lib/libc.so.5 #8 0x804950d in free () #9 0x804b520 in free () #10 0x804c4c7 in free () #11 0x8048d7d in free () (gdb) quit So maybe we aren't there yet. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message