From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 29 Aug 2001 11:01:05 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.05 beta 23-Aug-2001 with Win 2K Message-ID: <3B8CCB71.6320.3797C0@localhost> In-reply-to: <000a01c12fc7$80357930$0a02a8c0@acceleron> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > ACDEBUG dospath.c 475 > *m++ == 0x55 > Stopping myself...Abort! > Exiting due to signal SIGABRT > Raised at eip=000752dc > > NOTE: The "ACDEBUG dospath.c 475" line is in make_bash_path_var() !!!!, but > it does not exit the function > By default Bash malloc is used and what you're seeing is a message from it notifiying you that it found something wrong. I use the native malloc which is a bit more forgiving. When I configured bash to use its malloc, it crashes on startup because of the memory overwrite. The fix is what you suggested. The problem should be fixed now. http://snowballville.tripod.com/djgpp/ Mark