bug-bash
[Top][All Lists]
Advanced

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

Problem with set command.


From: pgalecki
Subject: Problem with set command.
Date: Fri, 12 Apr 2002 15:24:24 +0200 (CEST)

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: solaris2.8
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='solaris2.8' -DCONF_MACHTYPE='i386-pc-solaris2.8' 
-DCONF_VENDOR='pc' -DSHELL  -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib -g 
-O2
uname output: SunOS posejdon 5.8 Generic_108529-13 i86pc i386 i86pc
Machine Type: i386-pc-solaris2.8

Bash Version: 2.05a
Patch Level: 0
Release Status: release

Description:
 I dont known what variable I change, but when I write set in bash shell
 variables set is printed and bash is core dumped.

bash-2.05a# set
BASH=/usr/bin/bash
BASH_VERSINFO=([0]="2" [1]="05a" [2]="0" [3]="1" [4]="release" 
[5]="i386-pc-solaris2.8")
BASH_VERSION='2.05a.0(1)-release'
COLUMNS=126
DIRSTACK=()
DISPLAY=:0.0
EDITOR=vi
EUID=0
GROUPS=()
HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
HISTFILE=/export/home/root/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/export/home/root
HOSTNAME=posejdon
HOSTTYPE=i386
HZ=100
IFS=$' \t\n'
LANG=pl_PL.UTF-8
LC_COLLATE=pl_PL.UTF-8
LC_CTYPE=pl_PL.UTF-8
LC_MESSAGES=C
LC_MONETARY=pl_PL.UTF-8
LC_NUMERIC=pl_PL.UTF-8
LC_TIME=pl_PL.UTF-8
LD_LIBRARY_PATH=/usr/lib:/usr/openwin/lib:/usr/dt/lib:/usr/ucblib:/usr/local/lib:/opt/sfw/lib:/usr/local/qt/lib
LINES=58
LOGNAME=root
MACHTYPE=i386-pc-solaris2.8
MAIL=/var/mail/root
MAILCHECK=60
MANPATH=/usr/openwin/share/man:/usr/share/man:/usr/openwin/man:/usr/local/man:/usr/local/qt/doc/man
NOSUNVIEW=0
OPENWINHOME=/usr/openwin
OPTERR=1
OPTIND=1
OSTYPE=solaris2.8
PATH=/usr/openwin/bin:/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/etc:/usr/local/bin:/opt/sfw/bin:/usr/local/qt/bin
PIPESTATUS=([0]="0")
PPID=681
PS1=$'\\s-\\v\\\044 '

malloc: variables.c:936: assertion botched
*ap++ == 0x55
last command: set
Stopping myself...Abort - core dumped
# 


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


Fix:
        [Description of how to fix the problem.  If you don't know a
        fix for the problem, don't include this section.]



reply via email to

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