From: bukinm AT inp DOT nsk DOT su (Michael Bukin) Newsgroups: comp.os.msdos.djgpp Subject: Re: One for the Gurus Date: Sun, 08 Jun 1997 04:36:21 GMT Organization: BINP SD RAS Lines: 21 Message-ID: <339a3413.712487@news-win.inp.nsk.su> References: <1 DOT 5 DOT 4 DOT 32 DOT 19970606180647 DOT 00698a7c AT dce03 DOT ipt DOT br> Reply-To: bukinm AT inp DOT nsk DOT su NNTP-Posting-Host: csd-bsdi.inp.nsk.su Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 6 Jun 1997 18:06:47 GMT, Cesar Scarpini Rabak wrote: > > Humm... I had some similar symptoms with emacs. Will you folks please check > the number of _environment variables_ the plattform which causes this > problems have and try run the same problematic programs with one plus one > minus one, and of course post the results here? > Some time ago I have problems with `less' and `emacs' crashing. It seems that problem is in handling environment variables. After changing environment file and DOS environment problem has gone. With `less' I have build debuggable version and stack traceback shows that it crashes in getenv by SIGSEGV. But it does not crash when run from another djgpp program like bash or redir. I have lost configuration that crashes `less', but I can look for configuration where `emacs' will crash (but it is harder to debug).