From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Program crash (not in Rhide dos shell) Date: Thu, 02 Apr 1998 22:16:11 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 16 Message-ID: <35247EAB.6AC1@plinet.com> References: NNTP-Posting-Host: 19156 AT 207 DOT 174 DOT 3 DOT 244 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 Andrew Deren wrote: > > I have a program compiler with djgpp (degui's builder.exe) that crashes > (SIGSEGV in _set_pallete_range+105). But when I go to rhide and then > choose dos shell from menu and run the program from there it works fine. > Anyone knows why it's happening? > Thanks. I'd guess that your program is violating its bounds in both instances, but under rhide it is overwriting memory that is allocated by the dpmi host to rhide so that the memory overwritten is not viewed as out of bounds by the host. Just a guess. Charles