bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

disabling bash malloc no longer needed


From: rmh
Subject: disabling bash malloc no longer needed
Date: Mon, 02 Aug 2004 18:34:21 +0200

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: kfreebsd-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='kfreebsd-gnu' -DCONF_MACHTYPE='i386-pc-kfreebsd-gnu' 
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
-DHAVE_CONFIG_H  -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2
uname output: GNU/kFreeBSD aragorn 5.2.1-5 #0: Sat Jul 17 12:12:07 CEST 2004 
i386 GNU/KFreeBSD
Machine Type: i386-pc-kfreebsd-gnu

Bash Version: 3.0
Patch Level: 0
Release Status: release

Description:
        Disabling bash malloc on kfreebsd-gnu is no longer needed. It used
        to break because our sbrk() implementation was buggy, but we fixed
        this already.

Repeat-By:
        [Describe the sequence of events that causes the problem
        to occur.]

Fix:

--- bash-3.0/configure.in~      2004-07-21 22:06:54.000000000 +0200
+++ bash-3.0/configure.in       2004-08-02 17:54:34.000000000 +0200
@@ -73,7 +73,6 @@
 mips-irix6*)   opt_bash_malloc=no ;;   # needs 8-byte alignment
 m68k-sysv)     opt_bash_malloc=no ;;   # fixes file descriptor leak in closedir
 sparc-linux*)  opt_bash_malloc=no ;;   # sparc running linux; requires ELF
-*-freebsd*-gnu)        opt_bash_malloc=no ;;   # there's some undetermined 
problem here
 #*-freebsd*)   opt_bash_malloc=no ;;   # they claim it's better; I disagree
 *-openbsd*)    opt_bash_malloc=no ;;   # they claim it needs eight-bit 
alignment
 *-aix*)                opt_bash_malloc=no ;;   # AIX machines




reply via email to

[Prev in Thread] Current Thread [Next in Thread]