Xref: news2.mv.net comp.os.msdos.djgpp:6387 From: jrubin AT bix DOT com (jrubin) Newsgroups: comp.os.msdos.djgpp Subject: Re: info.exe crash Date: 25 Jul 1996 07:18:24 GMT Organization: BIX Lines: 8 Message-ID: <4t7740$5a8@news2.delphi.com> References: <9607182327 DOT memo DOT 81325 AT BIX DOT com> NNTP-Posting-Host: bix.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp This crash is due a bug in the library routine __crt0_load_environment_file. It overwrites memory if the file djgpp.env contains a non-empty line without an '=' sign in the section it is looking for. In particular, Your system may crash if you edit djgpp.env with an editor that appends control/z to the file! / Reported as bug #100 to the bug tracking system at delorie.com