Date: Mon, 25 Jun 2001 15:28:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Peculiar behavior of program. In-Reply-To: <3b3721c8.237692278@news.primus.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 25 Jun 2001, Graaagh the Mighty wrote: > On Sun, 24 Jun 2001 09:33:15 +0200, adsgohere AT durchnull DOT de (Rudolf > Polzer) sat on a tribble, which squeaked: > > >Not really. You have access to ring 0 and can change any memory location you > >want without error, if you know how to do this. So a crash in CWSDPMI does > >not necessarily reveal a CWSDPMI bug. > > In theory. In practise, my code doesn't actually do anything of the > sort. Your code has a bug. A buggy program can do something you didn't intend it to do. Until you find the bug and understand it, you don't really know what your program does; it could very well do those same things you think it doesn't.